Question: Consider the given architecture which is the production for a startup. Assume the startup is also using ECR for their image repository. image 1 .

Consider the given architecture which is the production for a startup. Assume the startup is also using ECR for their image repository.
image1.png
The containers were created from a proprietary image developed by the startup. The image had a specific version of an open source dependency (among others) which was deprecated. This was causing a lot of warnings to appear in the logs. The operations engineer manually updated the environment by getting in each container using "docker exec -it ..... bash". This fixed the issue immediately.
Later that day, there was a spike in traffic and an autoscaling group (ASG) provisioned more instances with containers to handle the traffic. Soon, the operations team discovered the problem of warnings has resurfaced.
Which of the following errors did the engineer commit?
Answer choices
Select an option
Did not commit and export the container to S3 for ASG access.
The docker image is still using the deprecated dependency.
None of these
Used AGS to create the container instead to manually creating them

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!