Deploy the image to the production Amazon Elastic Container Service (Amazon ECS) cluster by using AWS CodeDeploy.Recently, the CodeDeploy deployments began failing in Stage 4.The deployments are unable to perform rollbacks.The developer must minimize the number of failures that reach production without slowing down the pipeline.
Which solution will meet these requirements?
Add a human review and approval stage between Stage 3 and Stage 4.
Perform a more comprehensive test before Stage 2 by adding a test for the CodeCommit trigger in Stage 1.
Replace Stage 4 with a manual deployment until the developer can add more quality tests to the automation.
Modify Stage 3 so that it uses Amazon ECS and CodeDeploy.