Quiz
particular time frame every day, there is an increase in traffic to your website. Hence users are
complaining of a poor response time on the application. You have configured your Auto Scaling group
to deploy one new EC2 instance when CPU utilization is greater than 60% for 2 consecutive periods
of 5 minutes. What is the least cost-effective way to resolve this problem?
Quiz
in a public subnet. A user data script obtains the application artifacts and installs them on the
instances upon launch. A change to the security classification of the application now requires the
instances to run with no access to the Internet. While the instances launch successfully and show as
healthy, the application does not seem to be installed.
Which of the following should successfully install the application while complying with the new rule?
installed and running, run a script to disassociate the Elastic IP addresses afterwards.
route table to use the NAT gateway as the default route.
an IAM instance profile to the EC2 instances so they can read the application artifacts from the S3
bucket.
artifact repository. Remove the security group rule once the install is complete.
EC2 instances running in private subnets of a VPC can now have controlled access to S3 buckets,
objects, and API functions that are in the same region as the VPC. You can use an S3 bucket policy to
indicate which VPCs and which VPC Endpoints have access to your S3 buckets 1-
https://aws.amazon.com/pt/blogs/aws/new-vpc-endpoint-for-amazon-s3/
Quiz
Linux) servers both on-premises and on AWS. An audit reveals that there is no process for updating
OS and core application patches, and that the servers have inconsistent patch levels.
Which of the following provides the MOST reliable and consistent mechanism for updating and
maintaining all servers at the recent OS and core application patch levels?
Resource Groups. Use Systems Manager Patch Manager with a preconfigured patch baseline to run
scheduled patch updates during maintenance windows.
with separate layers for each operating system, and get a recipe from the Chef supermarket to run
the patch commands for each layer during maintenance windows.
run automatically using cron. Use Windows Update to automatically patch Windows servers.
Windows server. Create Systems Manager Resource Groups. Use the Systems Manager Run
Command to remotely deploy patch updates using the credentials in Systems Manager Parameter
Store
1- https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-patch-
patchgroups.html 2- https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-
manager-patch.html
Quiz
company wants its Amazon CloudWatch Logs and VPC Flow logs to come from different sub accounts
and to be delivered to a single auditing account. However, the number of sub accounts keeps
changing. The company also needs to index the logs in the auditing account to gather actionable
insight.
How should a DevOps Engineer implement the solution to meet all of the company's requirements?
CloudWatch subscription filter and use Amazon Kinesis Data Streams in the sub accounts to stream
the logs to the Lambda function deployed in the auditing account.
CloudWatch subscription filter and use Kinesis Data Streams in the sub accounts to stream the logs to
the Kinesis stream in the auditing account.
account. Create a CloudWatch subscription filter and stream logs from sub accounts to the Kinesis
stream in the auditing account.
subscription filter and use Lambda in the sub accounts to stream the logs to the Lambda function
deployed in the auditing account.
https://aws.amazon.com/pt/blogs/architecture/central-logging-in-multi-account-environments/
Quiz
AWS. This system can run in multiple server nodes in any Linux-
based distribution. The system must be able to reconfigure the entire cluster every time a node is
added or removed. When adding or removing nodes, an / etc./cluster/nodes.config file must be
updated, listing the IP addresses of the current node members of that cluster
The company wants to automate the task of adding new nodes to a cluster.
What can a DevOps Engineer do to meet these requirements?
populates the content of the /etc/cluster/nodes.config file and restarts the service by using the
current members of the layer. Assign that recipe to the Configure lifecycle event.
and deployment group based on an Amazon EC2 tag value for the cluster nodes. When adding a new
node to the cluster, update the file with all tagged instances, and make a commit in version control.
Deploy the new file and restart the services.
crontab script that will poll for that S3 file and download it frequently. Use a process manager, such
as Monit or systemd, to restart the cluster services when it detects that the new file was modified.
When adding a node to the cluster, edit the file's most recent members. Upload the new file to the
S3 bucket.
automatically updates the /etc/cluster/nodes.config file whenever a new instance is added to the
cluster
https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-events.html
Quiz
running on AWS. A DevOps Engineer is developing a design that will provide a near-real-time
dashboard of the compliance posture with the ability to highlight violations.
Which approach meets the stated requirements?
compliance and violations in Amazon CloudWatch. Then, set up and share a live CloudWatch
dashboard. Set up Amazon SNS notifications for violations and corrections.
Create an Amazon QuickSight analysis of the dataset, and use the information on dashboards and
mobile devices.
Use the AWS Management Console to view compliant and non-compliant resources.
Amazon CloudWatch Logs. Build a metric filter to isolate the monitored elements of interest and
present the data in a CloudWatch dashboard.
https://aws.amazon.com/about-aws/whats-new/2019/03/aws-config-now-supports-tagging-of-aws-
config-resources/
Quiz
manually must be terminated within 24 hours. All applications in the production account are using
Auto Scaling groups with Amazon CloudWatch Logs agent configured.
How can this process be automated?
function to add a tag to the EC2 instance that produced the login event and mark the instance to be
decommissioned. Then create a CloudWatch Events rule to trigger a second AWS Lambda function
once a day that will terminate all instances with this tag.
SNS topic that the Operations team is subscribed to, and have them terminate the EC2 instance
within 24 hours.
Amazon SQS queue. Use a group of worker instances to process messages from the queue, which
then schedules the Amazon CloudWatch Events rule to trigger.
a tag to the EC2 instance that produced the login event and mark the instance to be
decommissioned. Create a CloudWatch Events rule to trigger a daily Lambda function that
terminates all instances with this tag.
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/cw-example-subscription-
filters.html
Quiz
application was recently modified and went through security, unit, and functional testing. The
application needs to be deployed on an AutoScaling group and must use a Classic Load Balancer.
Which design meets the requirement for canary testing?
Amazon Route 53 and create weighted A records on Classic Load Balancer.
Amazon Route 53 and create A records for Classic Load Balancer IPs. Adjust traffic using A records.
Create an Amazon CloudFront distribution with the Classic Load Balancer as the origin. Adjust traffic
using CloudFront.
Create an Amazon API Gateway with a separate stage for the Classic Load Balancer. Adjust traffic by
giving weights to this stage.
Quiz
Asia in the next six months. Its product currently runs on
Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2
Auto Scaling group across multiple 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 catalog across
all regions, but for compliance purposes, its customer information and purchases must be kept in
each region.
How should the company meet these requirements with the LEAST amount of application changes?
information and purchases.
information and purchases
region for the customer information and purchases.
information and purchases.
Quiz
globally, primarily for Amazon EC2 instances. Each EC2 instance has tags for team, environment, and
cost center to ensure accurate cost allocations.
How should a DevOps Engineer help the teams audit their costs and automate infrastructure cost
optimization across multiple shared environments and accounts?
Amazon DynamoDB table. Create a dashboard in Amazon QuickSight with DynamoDB as the source
data to find underutilized instances. Set up triggers from Amazon QuickSight in AWS Lambda to
reduce underutilized instances.
environment, and team, and publish the instance tags out using unique links for each team. For each
team, set up a CloudWatch Events rule with the CloudWatch dashboard as the source, and set up a
trigger to initiate an AWS Lambda function to reduce underutilized instances.
utilization EC2 instances. Trigger an AWS Lambda function that filters out reported data based on tags
for each team, environment, and cost center, and store the Lambda function in Amazon S3. Set up a
second trigger to initiate a Lambda function to reduce underutilized instances.
Amazon CloudWatch. Filter data in CloudWatch based on tags for team, environment, and cost
center. Set up triggers from CloudWatch into AWS Lambda to reduce underutilized instances
https://github.com/aws/Trusted-Advisor-Tools/tree/master/LowUtilizationEC2Instances
https://docs.aws.amazon.com/quicksight/latest/user/supported-data-sources.html
AWS Certified DevOps Engineer - Professional Practice test unlocks all online simulator questions
Thank you for choosing the free version of the AWS Certified DevOps Engineer - Professional practice test! Further deepen your knowledge on Amazon Simulator; by unlocking the full version of our AWS Certified DevOps Engineer - Professional Simulator you will be able to take tests with over 270 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 270 questions.
BUY NOWWhat to expect from our AWS Certified DevOps Engineer - Professional practice tests and how to prepare for any exam?
The AWS Certified DevOps Engineer - Professional Simulator Practice Tests are part of the Amazon Database and are the best way to prepare for any AWS Certified DevOps Engineer - Professional exam. The AWS Certified DevOps Engineer - Professional practice tests consist of 270 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The AWS Certified DevOps Engineer - Professional database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with AWS Certified DevOps Engineer - Professional Simulator will also give you an idea of the time it will take to complete each section of the AWS Certified DevOps Engineer - Professional practice test . It is important to note that the AWS Certified DevOps Engineer - Professional Simulator does not replace the classic AWS Certified DevOps Engineer - Professional study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the AWS Certified DevOps Engineer - Professional exam.
BUY NOWAWS Certified DevOps Engineer - Professional Practice test therefore represents an excellent tool to prepare for the actual exam together with our Amazon practice test . Our AWS Certified DevOps Engineer - Professional Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our AWS Certified DevOps Engineer - Professional Simulator and how our unique AWS Certified DevOps Engineer - Professional Database made up of real questions:
Info quiz:
- Quiz name:AWS Certified DevOps Engineer - Professional
- Total number of questions:270
- Number of questions for the test:50
- Pass score:80%
You can prepare for the AWS Certified DevOps Engineer - Professional exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our AWS Certified DevOps Engineer - Professional Simulator.
Use our Mobile App, available for both Android and iOS devices, with our AWS Certified DevOps Engineer - Professional Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.
Our Mobile App contains all AWS Certified DevOps Engineer - Professional practice tests which consist of 270 questions and also provide study material to pass the final AWS Certified DevOps Engineer - Professional exam with guaranteed success. Our AWS Certified DevOps Engineer - Professional database contain hundreds of questions and Amazon Tests related to AWS Certified DevOps Engineer - Professional Exam. This way you can practice anywhere you want, even offline without the internet.
BUY NOW