SOA-C02 · Question #35
SOA-C02 Question #35: Real Exam Question with Answer & Explanation
The correct answer is A: Use fully baked AMIs ("golden images") created after each successful build, creating a new Auto. An approved/golden AMI is a base EC2 machine image that contains a pre-configured OS and a well-defined stack of server software fully configured to run your application.
Question
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?
Options
- AUse fully baked AMIs ("golden images") created after each successful build, creating a new Auto
- BUse user-data scripts to configure the instance correctly on boot by installing all dependencies
- CUse an AWS Lambda function to only update the application locally on each instance, then re-
- DUse AWS OpsWorks scripts to execute on reboot of each instance to install all known
Explanation
An approved/golden AMI is a base EC2 machine image that contains a pre-configured OS and a well-defined stack of server software fully configured to run your application.
Community Discussion
No community discussion yet for this question.