1 :-
A company wants to use Amazon ECS to provide a Docker container runtime environment. Forcompliance reasons, all Amazon EBS volumes used in the ECS cluster must be encrypted. Rollingupdates will be made to the cluster instances and the company wants the instances drained of alltasks before being terminated.
How can these requirements be met? (Choose two.)
2 :-
A DevOps Engineer administers an application that manages video files for a video productioncompany. The application runs on Amazon EC2 instances behind an ELB Application LoadBalancer. The instances run in an Auto Scaling group across multiple Availability Zones. Data isstored in an Amazon RDS PostgreSQL Multi-AZ DB instance, and the video files are stored in anAmazon S3 bucket. On a typical day, 50 GB of new video are added to the S3 bucket. TheEngineer must implement a multi-region disaster recovery plan with the least data loss and thelowest recovery times. The current application infrastructure is already described using AWSCloudFormation.Which deployment option should the Engineer choose to meet the uptime and recovery objectivesfor the system?
3 :-
The Security team depends on AWS CloudTrail to detect sensitive security issues in thecompany’s AWS account. The DevOps Engineer needs a solution to auto-remediate CloudTrailbeing turned off in an AWS account.
What solution ensures the LEAST amount of downtime for the CloudTrail log deliveries?
4 :-
The Development team at an online retailer has moved to Business support and wants to takeadvantage of the AWS Health Dashboard and the AWS Health API to automate remediationactions for issues with the health of AWS resources. The first use case is to respond to AWSdetecting an IAM access key that is listed on a public code repository site. The automatedresponse will be to delete the IAM access key and send a notification to the Security team.
How should this be achieved?
5 :-
A media customer has several thousand Amazon EC2 instances in an AWS account. Thecustomer is using a Slack channel for team communications and important updates. A DevOpsEngineer was told to send all AWS-scheduled EC2 maintenance notifications to the companySlack channel.
Which method should the Engineer use to implement this process in the LEAST amount of steps?
6 :-
An Amazon EC2 instance with no internet access is running in a Virtual Private Cloud (VPC) and needs to download an object from a restricted Amazon S3 bucket. When the DevOps Engineertries to gain access to the object, an AccessDenied error is received.
What are the possible causes for this error? (Choose three.)
7 :-
A company is setting up a centralized logging solution on AWS and has several requirements. Thecompany wants its Amazon CloudWatch Logs and VPC Flow logs to come from different subaccounts and to be delivered to a single auditing account. However, the number of sub accountskeeps changing. The company also needs to index the logs in the auditing account to gatheractionable insight.
How should a DevOps Engineer implement the solution to meet all of the company’srequirements?
8 :-
An Engineering team manages a Node.js e-commerce application. The current environmentconsists of the following components:
Amazon S3 buckets for storing content
Amazon EC2 for the front-end web servers
AWS Lambda for executing image processing
Amazon DynamoDB for storing session-related data
The team expects a significant increase in traffic to the site. The application should handle theadditional load without interruption. The team ran initial tests by adding new servers to the EC2front-end to handle the larger load, but the instances took up to 20 minutes to become fullyconfigured. The team wants to reduce this configuration time.
What changes will the Engineering team need to implement to make the solution the MOSTresilient and highly available while meeting the expected increase in demand?
9 :-
A company has developed a static website hosted on an Amazon S3 bucket. The website isdeployed using AWS CloudFormation. The CloudFormation template defines an S3 bucket and acustom resource that copies content into the bucket from a source location.
The company has decided that it needs to move the website to a new location, so the existingCloudFormation stack must be deleted and re-created. However, CloudFormation reports that thestack could not be deleted cleanly.
What is the MOST likely cause and how can the DevOps Engineer mitigate this problem for thisand future versions of the website?
10 :-
A DevOps Engineer has been asked by the Security team to ensure that AWS CloudTrail files arenot tampered with after being created. Currently, there is a process with multiple trails, using AWSIAM to restrict access to specific trails. The Security team wants to ensure they can trace theintegrity of each file and make sure there has been no tampering.
Which option will require the LEAST effort to implement and ensure the legitimacy of the file whileallowing the Security team to prove the authenticity of the logs?
11 :-
A Development team is building more than 40 applications. Each app is a three-tiered webapplication based on an ELB Application Load Balancer, Amazon EC2, and Amazon RDS.Because the applications will be used internally, the Security team wants to allow access to the 40applications only from the corporate network and block access from external IP addresses. Thecorporate network reaches the internet through proxy servers. The proxy servers have 12 proxy IPaddresses that are being changed one or two times per month. The Network Infrastructure teammanages the proxy servers; they upload the file that contains the latest proxy IP addresses into anAmazon S3 bucket. The DevOps Engineer must build a solution to ensure that the applications areaccessible from the corporate network.
Which solution achieves these requirements with MINIMAL impact to application development,MINIMAL operational effort, and the LOWEST infrastructure cost?
12 :-
A Developer is designing a continuous deployment workflow for a new Development team tofacilitate the process for source code promotion in AWS. Developers would like to store andpromote code for deployment from development to production while maintaining the ability to rollback that deployment if it fails.
Which design will incur the LEAST amount of downtime?
13 :-
A startup company is developing a web application on AWS. It plans to use Amazon RDS forpersistence and deploy the application to Amazon EC2 with an Auto Scaling group. The companywould also like to separate the environments for development, testing, and production.
What is the MOST secure approach to manage the application configuration?
14 :-
A Development team is currently using AWS CodeDeploy to deploy an application revision to anAuto Scaling group. If the deployment process fails, it must be rolled back automatically and anotification must be sent.
What is the MOST effective configuration that can satisfy all of the requirements?
15 :-
A large enterprise is deploying a web application on AWS. The application runs on Amazon EC2instances behind an Application Load Balancer. The instances run in an Auto Scaling groupacross multiple Availability Zones. The application stores data in an Amazon RDS Oracle DBinstance and Amazon DynamoDB. There are separate environments for development, testing, andproduction.
What is the MOST secure and flexible way to obtain password credentials during deployment?
16 :-
An online retail company based in the United States plans to expand its operations to Europe andAsia in the next six months. Its product currently runs on Amazon EC2 instances behind anApplication Load Balancer. The instances run in an Amazon EC2 Auto Scaling group acrossmultiple Availability Zones. All data is stored in an Amazon Aurora database instance.
When the product is deployed in multiple regions, the company wants a single product catalogacross all regions, but for compliance purposes, its customer information and purchases must bekept in each region.
How should the company meet these requirements with the LEAST amount of applicationchanges?
17 :-
An online company uses Amazon EC2 Auto Scaling extensively to provide an excellent customerexperience while minimizing the number of running EC2 instances. The company’s self-hostedPuppet environment in the application layer manages the configuration of the instances. The ITmanager wants the lowest licensing costs and wants to ensure that whenever the EC2 AutoScaling group scales down, removed EC2 instances are deregistered from the Puppet master assoon as possible.
How can the requirement be met?
18 :-
A company is migrating an application to AWS that runs on a single Amazon EC2 instance.Because of licensing limitations, the application does not support horizontal scaling. Theapplication will be using Amazon Aurora for its database.
How can the DevOps Engineer architect automated healing to automatically recover from EC2 and
Aurora failures, in addition to recovering across Availability Zones (AZs), in the MOST cost-effective manner?
19 :-
A company runs a production application workload in a single AWS account that uses AmazonRoute 53, AWS Elastic Beanstalk, and Amazon RDS. In the event of a security incident, theSecurity team wants the application workload to fail over to a new AWS account. The Securityteam also wants to block all access to the original account immediately, with no access to anyAWS resources in the original AWS account, during forensic analysis.
What is the most cost-effective way to prepare to fail over to the second account prior to a securityincident?
20 :-
A DevOps Engineer is deploying a new web application. The company chooses AWS ElasticBeanstalk for deploying and managing the web application, and Amazon RDS MySQL to handlepersistent data. The company requires that new deployments have minimal impact if they fail. Theapplication resources must be at full capacity during deployment, and rolling back a deploymentmust also be possible.
Which deployment sequence will meet these requirements?
Tips for improving your score: