Question 6 of 473


Which option is a perspective that includes foundational capabilities of the AWS Cloud Adoption Framework (AWS CAF)?

    Correct Answer: C

    Governance is a foundational capability in the AWS Cloud Adoption Framework (AWS CAF). It involves establishing and enforcing policies and controls to manage and optimize cloud resources effectively. Governance helps organizations maintain control, ensure compliance, and manage risks in their cloud environment. Other perspectives of AWS CAF include Business, People, Platform, Security, and Operations.

Question 7 of 473


A company is running and managing its own Docker environment on Amazon EC2 instances. The company wants an alternative to help manage cluster size, scheduling, and environment maintenance.

Which AWS service meets these requirements?

    Correct Answer: C

    AWS Fargate is a serverless compute engine for containers that enables you to run containers without managing the underlying infrastructure. It simplifies the process of managing clusters, scheduling tasks, and handling environment maintenance. With AWS Fargate, you only need to focus on your containers and applications while AWS takes care of scaling, provisioning, and optimizing the clusters. This makes it the ideal service for managing Docker environments on Amazon EC2 instances.

Question 8 of 473


A company wants to run a NoSQL database on Amazon EC2 instances.

Which task is the responsibility of AWS in this scenario?

    Correct Answer: C

    In the given scenario, AWS is responsible for patching the physical infrastructure that hosts the EC2 instances. This includes maintaining and updating the hardware and underlying infrastructure, which is part of AWS's shared responsibility model. The company using the EC2 instances is responsible for managing the software environment within those instances, including tasks such as updating the guest operating system, configuring security group firewalls, and ensuring high availability of the database layer. AWS's role is to ensure the underlying physical infrastructure is secure, reliable, and up-to-date.

Question 9 of 473


Which AWS services or tools can identify rightsizing opportunities for Amazon EC2 instances? (Choose two.)

    Correct Answer: AE

    AWS Cost Explorer provides cost management tools that allow you to analyze your AWS spending, including EC2 instance usage. It offers insights into your usage patterns, which can inform rightsizing decisions. AWS Compute Optimizer analyzes your Amazon EC2 usage patterns and provides recommendations for rightsizing your EC2 instances, helping you optimize performance and reduce costs by considering factors such as CPU utilization, memory utilization, and network throughput.

Question 10 of 473


Which of the following are benefits of using AWS Trusted Advisor? (Choose two.)

    Correct Answer: CD

    AWS Trusted Advisor offers two notable benefits: detecting underutilized resources to save costs and improving security by proactively monitoring the AWS environment. By analyzing your AWS infrastructure, Trusted Advisor provides actionable recommendations to optimize resource usage and cost-efficiency. Additionally, it helps identify potential security vulnerabilities and misconfigurations, enhancing the overall security posture of your AWS environment.