AWS Cloud Formation best practices
WeDoIT is Cloud solutions & consulting company founded by cloud experts. As part of give back (or) knowledge sharing with community, our team has started creating these tutorials/cloud topic summaries. Check out cloud our computing cost optimizer tool INVOKE to save cloud hosting costs by 50 to 80%. If template file is stored in your local computer, and create/update stack using this file, then CloudFormation service creates a bucket for each region in which you are creating the template file and uploads file to this S3 bucket in your AWS account. If bucket with the name already exists, CloudFormation simply updates file to that bucket. This bucket is accessible for every user in your account with S3 permissions. CloudFormation can perform only actions that you have permission to perform. For example, to create EC2 instances by using CloudFormation, you need IAM permissions to create instances otherwise CloudFormation will fail to create res...