Hi team,
I’ve followed created the ECS cluster as provided in steps 4/6, however the I’m still unable to proceed to the next stage due to failing tests.
The lab I’m referring to can be found here:
The steps I have taken:
- Run
cd /app/__course_assets__/terraform-stack && terraform init && terraform apply -auto-approve && (terraform output | tee /tmp/terraform-output)
in VS Code Server - Create an ECS Cluster using the provided requirements listed on step 4/6
- Run Build for CodeBuild project
codebuild-crypto-app
to build the docker image and push it to the ECR repository, while waiting for the ECS cluster to be created
The tests that are failing are:
- Is Security Group
microservices-sg
attached to the cluster? - Is ECR image deployed?
I have made sure that the microservices-sg
is attached to the ECS cluster. Furthermore, I can also confirm that the latest image is pushed to ECR via CodeBuild.
Could anyone please advise what steps I might have missed here? Thank you kindly for your attention.
Kind regards,
Henry