AWS Certified SysOps Administrator – Associate (legacy) — Question 720

A Development team has an application stack consisting of many OS dependencies and language runtime dependencies. When deploying the application to production, the most important factor is how quickly the instance is operational.
What deployment methodology should be used to update the running environments to meet the requirement?

Answer options

Correct answer: A

Explanation

Using fully baked AMIs ('golden images') ensures that all OS and language runtime dependencies are pre-installed, resulting in the fastest possible boot and operational times during deployment. Options B, C, and D require installing dependencies or running scripts at boot/reboot time, which significantly increases the time it takes for an instance to become healthy and operational.