AWS Certified Solutions Architect – Professional — Question 953

A company has an application written using an in-house software framework. The framework installation takes 30 minutes and is performed with a user data script. Company Developers deploy changes to the application frequently. The framework installation is becoming a bottleneck in this process.
Which of the following would speed up this process?

Answer options

Correct answer: A

Explanation

Pre-baking the framework into a custom AMI (golden image) eliminates the 30-minute installation phase during instance launch, drastically reducing deployment times. While user data scripts (Options B and C) and AWS OpsWorks cookbooks (Option D) can automate installations, they still execute at launch time and do not resolve the time-consuming bottleneck of installing the framework on every new instance.