troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

troposphere - Python library to create AWS CloudFormation descriptions

Results 129 troposphere issues
Sort by recently updated
recently updated
newest added

The examples are extremely useful so I thought I'd give back and create one of my own that showcases: - Auto scaling + Application load balancer target groups - Application...

examples

Fixes for changes requested for #570 I've had to remove the lambda used to input logs to elasticsearch, as it relied on a javascript file that's not in the PR....

This pull requests creates an example troposphere script that creates the [AutoScalingMultiAZWithNotifications.template](https://s3-us-west-2.amazonaws.com/cloudformation-templates-us-west-2/AutoScalingMultiAZWithNotifications.template). In order to create a comment that was in the example CloudFormation template, I added a `Comment` class...

examples

Hi, I made some extensions to the cfn tool to support my workflow with troposphere. The only change to existing behavior is the --create operation now waits for the stack...

Apologies if this already discussed somewhere - I am new to this project. To get started I used `cfn2py` script and tested some round-trip serializations back to json and yaml...

Hi, If this is some sort of misconfiguration on my end, please tell me to go away and fix my setup, but really, it's only happening with troposphere. I use...

By [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#aws-resource-fms-policy--examples), the YAML representation of the SecurityServicePolicyData has two child nodes... _Type_ and _ManagedServiceData_. They are represented in YAML as follows: ```yaml PolicyWAFv2: Type: AWS::FMS::Policy Properties: ExcludeResourceTags:...

AWS::Serverless::Function supports FileSystemConfigs attribute : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html It would be really great if serverless.Function could do the same.