Skip to main content
Home
badllama.com
  • Search
  • Log In

Python value reference troposphere AWS

How to create copies of a resource using troposphere

cpeters's picture

Thu, 04/21/2016 - 17:49 by cpeters

One of the surprises that Python contains is that it appears to only pass variables by reference, which I'm sure will get me in hot water with Python gurus but walking and quacking like a duck will get you called a duck. In any case, something very useful that one might want to do in troposphere is to make value-based copies of AWS resources. While technically this is impossible, one can accomplish the net same affect with a simple for-each loop:

Tags: 
Python value reference troposphere AWS
  • Read more about How to create copies of a resource using troposphere
Powered by Backdrop CMS