A media company has several thousand Amazon EC2 instances in an AWS account. The company is using Slack and a shared email inbox for team communications and important updates. A DevOps engineer needs to send all AWS-scheduled EC2 maintenance notifications to the Slack channel and the shared inbox. The solution must include the instances’ Name and Owner tags.
The company's DevOps engineer discovered that the errors were caused by RDS connection limits being
reached. The DevOps engineer also discovered that more than 90% of the API requests are GET requests that
read from the DB cluster.
How should the DevOps engineer solve this problem with the LEAST development effort?
A development team manually builds a local artifact. The development team moves the artifact to an Amazon
S3 bucket to support an application. The application has a local cache that must be cleared when the
development team deploys the application to Amazon EC2 instances. For each deployment, the development
team runs a command to clear the cache, download the artifact from the S3 bucket, and unzip the artifact to
complete the deployment.
The development team wants to migrate the deployment process to a CI/CD process and to track the progress
of each deployment.
Which combination of actions will meet these requirements with the MOST operational efficiency? (Select
THREE.)
A company uses AWS Control Tower and AWS CloudFormation to manage its AWS accounts and to create AWS resources. The company requires all Amazon S3 buckets to be encrypted with AWS Key Management Service (AWS KMS) when the S3 buckets are created in a CloudFormation stack.