1
Getting Started with IaC and AWS CDK
Infrastructure as code (IaC) is the standard practice of defining various infrastructure components using code. You must have heard about a few of these software tools, such as Chef, Puppet, Terraform, or the old-school Bash programming, to set up servers in a predictable way.
The need for IaC was born out of the toolset for spinning up servers circa 2006 lacking the predictability, speed, and agility of the code used in programs that were deployed onto servers. Pre IaC, the normal workflow of deploying something on AWS would be this:
- Spinning up Elastic Compute Cloud (EC2) servers manually via the dashboard
- SSHing into the machines
- Copying some Bash configuration files using Secure Copy Protocol (SCP ...
Get AWS CDK in Practice 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.