Chapter 3: Treating Your Infrastructure as Code

  1. IaC stands for Infrastructure as Code. This is a process of treating your infrastructure objects, such as  EC2 instances, VPC network, subnets, load balancers, storage, application deployment and orchestration, and in the form of infrastructure codes. IaC allows the infrastructure vertical to change, replicate, and roll back changes in the entire environment in a very short space of time.
  1. Open the CloudFormation template at https://console.aws.amazon.com/cloudformation and click on Create Stack button. Now create a helloworld-cf.template template file, using the Python file located at https://raw.githubusercontent.com/yogeshraheja/Effective-DevOps-with-AWS/master/Chapter03/EffectiveDevOpsTemplates/helloworld-cf-template-part-1.py ...

Get Effective DevOps with AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.