exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 580 discussion

A Solutions Architect is designing a deployment strategy for an application tier and has the following requirements:
✑ The application code will need a 500 GB static dataset to be present before application startup.
✑ The application tier must be able to scale up and down based on demand with as little startup time as possible.
✑ The Development team should be able to update the code multiple times each day.
✑ Critical operating system (OS) patches must be installed within 48 hours of being released.
Which deployment strategy meets these requirements?

  • A. Use AWS Systems Manager to create a new AMI with the updated OS patches. Update the Auto Scaling group to use the patched AMI and replace existing unpatched instances. Use AWS CodeDeploy to push the application code to the instances. Store the static data in Amazon EFS.
  • B. Use AWS Systems Manager to create a new AMI with updated OS patches. Update the Auto Scaling group to use the patched AMI and replace existing unpatched instances. Update the OS patches and the application code as batch job every night. Store the static data in Amazon EFS.
  • C. Use an Amazon-provided AMI for the OS. Configure an Auto Scaling group set to a static instance count. Configure an Amazon EC2 user data script to download the data from Amazon S3. Install OS patches with AWS Systems Manager when they are released. Use AWS CodeDeploy to push the application code to the instances.
  • D. Use an Amazon-provided AMI for the OS. Configure an Auto Scaling group. Configure an Amazon EC2 user data script to download the data from Amazon S3. Replace existing instances after each updated Amazon-provided AMI release. Use AWS CodeDeploy to push the application code to the instances.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nemer
Highly Voted 3 years, 10 months ago
A. Systems Manager to update the ASG with patched AMI, CodeDeploy to push the code, and EFS for the 500 GB static data.
upvoted 27 times
rcher
3 years, 9 months ago
Second this, System manager have pre-defined run book that can allow you to patch os :)
upvoted 4 times
...
...
Ebi
Highly Voted 3 years, 9 months ago
Answer is A, B although is correct as well but does not satisfy multiple deployments per day
upvoted 9 times
...
WayneYi
Most Recent 2 years, 10 months ago
The issue with option B is that it only pushes application code once per day, but we need multiple deployments per day.
upvoted 1 times
...
Bennycy
3 years, 4 months ago
C Has all 4 requirements
upvoted 1 times
...
pititcu667
3 years, 7 months ago
Selected Answer: A
A the keywords are automatic multiple releases -> CodeDeploy, Least amount of startup time shared efs for data is faster than downloading 500 gb from s3.
upvoted 2 times
...
cldy
3 years, 7 months ago
A: CodeDeploy + EFS.
upvoted 1 times
...
AzureDP900
3 years, 8 months ago
I will go with OPTION A
upvoted 1 times
...
acloudguru
3 years, 8 months ago
Selected Answer: A
codedeploy is better than B
upvoted 2 times
...
WhyIronMan
3 years, 9 months ago
I'll go with A
upvoted 2 times
...
Waiweng
3 years, 9 months ago
it's A
upvoted 2 times
...
blackgamer
3 years, 9 months ago
A seems to be better option
upvoted 1 times
...
Kian1
3 years, 9 months ago
going with A
upvoted 1 times
...
Bulti
3 years, 9 months ago
I will go with A instead of B. B is a bit confusing because it appears that the AWS System Manager would be able to create new AMI as new OS patches are released and replace the existing ones. Not sure why there is a need to do that when deploying the application code as well in B. So I will go with A.
upvoted 1 times
...
T14102020
3 years, 10 months ago
Correct is A. CodeDeploy + EFS(faster then S3)
upvoted 2 times
...
T14102020
3 years, 10 months ago
Correct is A. CodeDeploy + EFS
upvoted 2 times
...
rscloud
3 years, 10 months ago
A Code deploy for multiply deploy and EFS for static data
upvoted 2 times
...
gookseang
3 years, 10 months ago
A, CodeDeploy + EFS
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...