AWS Certified Solutions Architect – Professional — Question 225

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?

Answer options

Correct answer: A

Explanation

Option A is the correct choice because it allows for quick scaling and immediate updates to the application code while ensuring that the required static dataset is stored in Amazon EFS. The other options either schedule updates that do not meet the frequent update requirement or utilize static instance counts that do not align with the scaling requirement.