{
"source": ["aws.ec2"],
"detail-type": ["EC2 Instance State-change Notification"],
"detail": {
"state": ["stopped", "terminated"]
}
}
CloudFormation:
- Native AWS
- JSON/YAML templates
- StackSets for multi-account/region
AWS CDK:
- Code-first approach
- TypeScript, Python, Java, C#
- Generates CloudFormation
Terraform:
- Multi-cloud
- HCL language
- State management
Ngày tiếp theo: Quiz tổng kết Tuần 8