Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 549 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 549 Bytes

CloudFormation exercise

For exercise N°4 in Edrans onboarding process I had to design multiple templates and validate them using aws cli or CloudFormation Console.

The full stack includes:

  • VPC
  • Internet Gateway
  • Public and private subnets
  • Custom routing tables
  • An EC2 instance using outputs from the main template
  • An S3 bucket using basic nested templates

I'd like to thank @kennyk65 for this awesome article which made my life easier XD