ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 583 - DVA-C01 discussion

Report
Export

A development team set up a pipeline to launch a test environment. The developers want to automate tests for their application. The team created an AWS CodePipeline stage to deploy the application to a test environment in batches using AWS Elastic Beanstalk. A later CodePipeline stage contains a single action that uses AWS CodeBuild to run numerous automated Selenium-based tests on the deployed application. The team must speed up the pipeline without removing any of the individual tests.

Which set of actions will MOST effectively speed up application deployment and testing?

A.
Set up an all-at-once deployment in Elastic Beanstalk. Run tests in parallel with multiple CodeBuild actions.
Answers
A.
Set up an all-at-once deployment in Elastic Beanstalk. Run tests in parallel with multiple CodeBuild actions.
B.
Set up a rolling update in Elastic Beanstalk. Run tests in serial with a single CodeBuild action.
Answers
B.
Set up a rolling update in Elastic Beanstalk. Run tests in serial with a single CodeBuild action.
C.
Set up an immutable update in Elastic Beanstalk. Run tests in serial with a single CodeBuild action.
Answers
C.
Set up an immutable update in Elastic Beanstalk. Run tests in serial with a single CodeBuild action.
D.
Set up a traffic-splitting deployment in Elastic Beanstalk. Run tests in parallel with multiple CodeBuild actions.
Answers
D.
Set up a traffic-splitting deployment in Elastic Beanstalk. Run tests in parallel with multiple CodeBuild actions.
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existingversion.html

All at once – The quickest deployment method. Suitable if you can accept a short loss of service, and if quick deployments are important to you. With this method, Elastic Beanstalk deploys the new application version to each instance. Then, the web proxy or application server might need to restart. As a result, your application might be unavailable to users (or have low availability) for a short time.

asked 16/09/2024
david buisan garcia
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first