Q183. A Solution Architect is designing a deployment strategy for an application tier and gas the following requirements.- The application code will need a 500 HB static dataset to be present before application startup.- The application tier 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 Manager to create a new AMI with the updated OS patches . Update the Auto Scaling group to use the patches AMI and replace existing unpatched. Use AWS CodeDeploy to push the application code to the instances. Store the static data in Amazon EFS. B.Use AWS System Manager to create a new AMI with upload OS patches. Update the Auto Scaling group to use the patches AMI and replace existing unpatches and the application code as a 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 data script to download the data from Amazon S3 install OS patches with AWS system Manager when they are released. Use 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 Amazon- provided AMI release. Use AWS CodeDeploy to push the application code to the instances.正确答案A