Question 56
When deploying to a Docker swarm, which section of the docker-compose file defines configuration related to the deployment and running of services?
Question 57
Your company has multiple applications running on AWS. Your company wants to develop a tool that notifies on-call teams immediately via email when an alarm is triggered in your environment. You have multiple on-call teams that work different shifts, and the tool should handle notifying the correct teams at the correct times. How should you implement this solution?
Question 58
Currently, your deployment process consists of setting your load balancer to point to a maintenance page, turning off ea web application servers, deploying your code, turning the web application servers back on, and removing the maintenance page.
Working with your development team, you've agreed that performing rolling deployments of your software would provide a better user experience and a more agile deployment process.
Which techniques could you use to provide a cost-effective rolling deployment process? Choose
2 answers.
Question 59
A Solutions Architect is building a multi-tier website. The web servers will be in a public subnet, and the
database servers will be in a private subnet. Only the web servers can be accessed from the Internet. The
database servers must have Internet access for software updates.
Which solution meets the requirements?
Question 60
What flag would you use to limit a Docker container's memory usage to 128 megabytes?
