Infrastructure & Automation
Tag: AWS CloudFormation stacks
8 best practices when automating your deployments with AWS CloudFormation
Learn how to save time, effort, and frustration when automating your workload deployments using AWS CloudFormation.
Read MoreBest practices for using Amazon S3 endpoints with AWS CloudFormation
Learn why you want to shift from path-style to virtual-hosted-style S3 endpoints in your AWS CloudFormation templates.
Read MoreConditionally launch AWS CloudFormation resources based on user input
Here are two patterns that you can add to AWS CloudFormation to customize automated deployments based on values provided during the launch. The first pattern is for designing nested stacks that are optional. The second pattern allows you to change template URLs based on the current scenario.
Read MoreMultiple-account, multiple-Region AWS CloudFormation
AWS CloudFormation nested stacks execute in the same account and AWS Region as the parent stack. This post shows you how to nest stacks in different accounts, Regions, or IAM identities.
Read MoreScheduling automatic deletion of AWS CloudFormation stacks
Instead of manually cleaning up your temporary AWS CloudFormation stacks, use this mechanism to automatically delete your demonstration stacks after a specified amount of time has elapsed.
Read More