How to Deploy VPC & EC2 with CloudFormation
https://github.com/Ngwaabanjong/CloudFormation-projects/tree/main/vpc-ec2-deployment Introduction: An AWS CloudFormation template is a JSON or YAML formatted text file that describes your AWS infrastructure. TEMPLATES: STACK: STACKSETS: CHANGE SETS: DRIFT DETECTION: What will be done: Prerequisites: 0 – FORMAT VERSION: 1 – DESCRIPTION: 2 – METADATA: 3 – PARAMETERS: 4 – MAPPINGS: 5 – RESOURCES: 5a – VPC: 5b – …