Switch language한국어
Back to the list

IaC AWS CloudFormation Stack Basics

TL;DR AI

Key summary

2 min read
  1. The author explored Infrastructure as Code for the AWS Cloud Resume Challenge and chose AWS CDK over other tools.

  2. They built and deployed a simple public S3 static website stack using the AWS CLI, CDK bootstrap, and cdk deploy.

  3. Along the way, they fixed region and login issues to get the deployment working end to end.

  4. The next step is to expand the stack into the full resume infrastructure, showing how CDK and CloudFormation help automate repeatable, version-controlled deployments.

Read the original