**Production-ready CloudFormation and CDK templates implementing all five pillars of the AWS Well-Architected Framework.**
Browse the actual product documentation and code examples included in this toolkit.
Key features of AWS Well-Architected Templates
• AWS CLI v2 configured with appropriate credentials • An AWS account with permissions to create VPCs, IAM roles, KMS keys, and CloudWatch resources • For CDK: Python 3.10+, Node.js 18+, AWS CDK CLI v2 (`npm install -g aws-cdk`) • Basic understanding of CloudFormation and/or CDK
AWS CLI v2 configured with appropriate credentials
An AWS account with permissions to create VPCs, IAM roles, KMS keys, and CloudWatch resources
For CDK: Python 3.10+, Node.js 18+, AWS CDK CLI v2 (`npm install -g aws-cdk`)
Basic understanding of CloudFormation and/or CDK
Configure AWS Well-Architected Templates parameters to see how the product works.
# 1. Deploy the VPC foundation first aws cloudformation deploy \ --template-file cloudformation/vpc-network.yaml \ --stack-name well-arch-vpc \ --parameter-overrides file://examples/params-production.json \ --capabilities CAPABILITY_IAM # 2. Deploy security baseline (references the VPC stac