troposphere
troposphere copied to clipboard
troposphere - Python library to create AWS CloudFormation descriptions
I am using Troposphere version 3.2.2 and Python 3.7. I want to create 2 application load balancers and I am using albv2 template for the same. One load balancer is...
When specifying an Ebs in the BlockDeviceMappings, if Throughput is specified, the stack fails formation, stating "Encountered unsupported property Throughput". Throughput is a stated valid parameter in the EBSBlockDevice class....
Hi, as for subject, looking at AWS specification: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-permissionset.html SSO::PermissionSet InlinePolicy should be a json formatted string. Currently is defined as a dict and in the final template output (yaml)...
Release 4.3.2 is missing in the commit history, therefore I don't know why it contains a `py.typed` file. But that's nothing a patch release should introduce. The type hints are...
Most issues since automating type generation in https://github.com/cloudtools/troposphere/issues/2007 have been manual validators becoming outdated Previously suggested removing manual validators in https://github.com/cloudtools/troposphere/issues/1558#issuecomment-703309200, but less drastic suggestion is an option to bypass...
I am trying to consolidate the ASG Min, Max, and Desired values into a single parameter, and I am hitting an error. I have the parameter formatted as a list...
### Problem The error `TypeError: {'LabelMatchStatement': {'Key': 'foo', 'Scope': 'bar'}} is not a valid Statement` is returned when ingesting a CloudFormation template with `TemplateGenerator`. ### Expected behavior Any template built...
It seems like the new ToJsonString intrinsic function is not yet available in Troposphere: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ToJsonString.html An example use-case for the function is to be able to use the return value...
Rather than manually updating the regions in troposphere/constants.py, look into auto-generating the lists. Related to #2078
Hi, I am trying to create an empty DB Cluster. While running "pipenv run invoke compile" I get "raise ValueError('Name "%s" not alphanumeric' % self.title)" for MasterUsername / MasterUserPassword. I...