I want to use GitHub actions to build package and deploy.
I need a simple two tier vpc with public and private subnets and various vpc endpoints
I need a stack for ECS Fargate with an ALB to host this container
I then need to store this container into ecr ( that I have to create) and then publish the built container after it passes its security scan into the two.
I need a full pipeline also
I want to use GitHub actions to build package and deploy.
I need a simple two tier vpc with public and private subnets and various vpc endpoints
I need a stack for ECS Fargate with an ALB to host this container
I then need to store this container into ecr ( that I have to create) and then publish the built container after it passes its security scan into the two.
I need a full pipeline also