QuestionQ42
Security EngineeringA company is adopting a microservices architecture to remediate vulnerabilities quickly and deploy to production. All microservices run on the same Linux platform. Updating the base OS before code deployment consumed significant time. What should the company do to make this process more efficient?
- A Use Terraform scripts while creating golden images.
- B Create a cron job to run apt-update every 30 days.
- C Use snapshots to deploy code to existing compute instances.
- D Deploy a centralized update server.
Community Discussion