CAS-005 · Question #198
A company is adopting microservice architecture in order to quickly remediate vulnerabilities and deploy to production. All of the microservices run on the same Linux platform. Significant time was sp
The correct answer is A. Use Terraform scripts while creating golden images.. Creating golden images with Terraform enables automated, consistent, and up-to-date deployment of microservices with a pre-patched base OS. This significantly reduces time spent on manual updates and accelerates production deployment in a microservices environment.
Question
A company is adopting microservice architecture in order to quickly remediate vulnerabilities and deploy to production. All of the microservices run on the same Linux platform. Significant time was spent updating the base OS before deploying code. Which of the following should the company do to make the process efficient?
Options
- AUse Terraform scripts while creating golden images.
- BCreate a cron job to run apt-update every 30 days.
- CUse snapshots to deploy code to existing compute instances.
- DDeploy a centralized update server.
How the community answered
(34 responses)- A82% (28)
- B9% (3)
- C3% (1)
- D6% (2)
Explanation
Creating golden images with Terraform enables automated, consistent, and up-to-date deployment of microservices with a pre-patched base OS. This significantly reduces time spent on manual updates and accelerates production deployment in a microservices environment.
Community Discussion
No community discussion yet for this question.