Multiple Choice
A development team manually builds an artifact locally and then places it in an Amazon S3 bucket. The application has a local cache that must be cleared when a deployment occurs. The team executes a command to do this, downloads the artifact from Amazon S3, and unzips the artifact to complete the deployment. A DevOps team wants to migrate to a CI/CD process and build in checks to stop and roll back the deployment when a failure occurs. This requires the team to track the progression of the deployment. Which combination of actions will accomplish this? (Choose three.)
A) Allow developers to check the code into a code repository. Using Amazon CloudWatch Events, on every pull into master, trigger an AWS Lambda function to build the artifact and store it in Amazon S3.
B) Create a custom script to clear the cache. Specify the script in the BeforeInstall lifecycle hook in the AppSpec file.
C) Create user data for each Amazon EC2 instance that contains the clear cache script. Once deployed, test the application. If it is not successful, deploy it again.
D) Set up AWS CodePipeline to deploy the application. Allow developers to check the code into a code repository as a source for the pipeline.
E) Use AWS CodeBuild to build the artifact and place it in Amazon S3. Use AWS CodeDeploy to deploy the artifact to Amazon EC2 instances.
F) Use AWS Systems Manager to fetch the artifact from Amazon S3 and deploy it to all the instances.
Correct Answer:

Verified
Correct Answer:
Verified
Q327: From a compliance and security perspective, which
Q328: A company is reviewing its IAM policies.
Q329: A company is building a web and
Q330: An application is deployed on Amazon EC2
Q331: You have a fleet of Elastic Compute
Q333: What does the Docker network docker_gwbridge do?<br>A)
Q334: As CloudTrail sends a notification each time
Q335: A company is testing a web application
Q336: A company wants to adopt a methodology
Q337: A DevOps Engineer is responsible for the