Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 401 Bytes

File Organisation

  • vpc-network: The code to create the VPC, the private subnets and the public subnets.
  • rds-database: The code to create the MySQL database inside our private subnets.
  • ecs-cluster: The code to create a ECS cluster.
  • ecr: The code to create the ERC repository.
  • ecs-stack: The code to create the Task Definition, Service and the Application Load Balancer.