The Secret Life of AWS: Infrastructure as Code (AWS CloudFormation)
The Secret Life of AWS: Infrastructure as Code (AWS CloudFormation) How to replace manual console configuration with reproducible code. #AWS #CloudFormation #IaC # #DevOps Infrastructure as Code Timothy was staring blankly at his AWS Management Console, a look of mild panic on his face. He had a new Jira ticket open on his second monitor. "The Quality Assurance team is ready to run end-to-end integration tests on our new global architecture," Timothy explained as Margaret walked into the studio. "They have requested a complete, isolated staging environment. I am calculating the effort required to rebuild our entire system. Over the past fifty-four episodes of building, we have manually configured an API Gateway, multiple Lambda functions, DynamoDB tables, SQS queues, Step Functions, a CloudFront distribution, and a WAF." "How long will it take you to recreate all of that in a new AWS account?" Margaret asked kindly. "If I click through the console m...