ExamGecko
Home Home / Amazon / CLF-C02

Amazon CLF-C02 Practice Test - Questions Answers, Page 56

Question list
Search
Search

List of questions

Search

Related questions











Which AWS services or features give users the ability to create a network connection between two VPCs? (Select TWO.)

A.
VPC endpoints
A.
VPC endpoints
Answers
B.
Amazon Route 53
B.
Amazon Route 53
Answers
C.
VPC peering
C.
VPC peering
Answers
D.
AWS Direct Connect
D.
AWS Direct Connect
Answers
E.
AWS Transit Gateway
E.
AWS Transit Gateway
Answers
Suggested answer: C, E

Explanation:

VPC peering and AWS Transit Gateway are two AWS services or features that give users the ability to create a network connection between two VPCs. VPC peering is a networking connection between two VPCs that enables you to route traffic between them privately. You can create a VPC peering connection between your own VPCs, with a VPC in another AWS account, or with a VPC in a different AWS Region. Traffic between peered VPCs never traverses the public internet.VPC peering does not support transitive peering relationships, which means that if VPC A is peered with VPC B, and VPC B is peered with VPC C, then VPC A and VPC C are not automatically peered789. AWS Transit Gateway is a networking service that acts as a regional router for your VPCs and on-premises networks. You can attach up to 5,000 VPCs and VPN connections to a single transit gateway and route traffic between them. AWS Transit Gateway simplifies the management and scalability of your network architecture, as you only need to create and manage a single connection from the central transit gateway to each connected network.AWS Transit Gateway supports transitive routing, which means that any network that is attached to the transit gateway can communicate with any other network that is attached to the same transit gateway .Reference:7:VPC peering - Amazon Virtual Private Cloud,8:Connect VPCs using VPC peering - Amazon Virtual Private Cloud,9:Amazon VPC-to-Amazon VPC connectivity options - Amazon Virtual Private Cloud, : [AWS Transit Gateway - Amazon Web Services], : [Connect VPCs using AWS Transit Gateway - Amazon Virtual Private Cloud], : [AWS Transit Gateway: Simplify Your Network Architecture]

A company wants to quickly implement a continuous integration/continuous delivery (CI/CD) pipeline.

Which AWS service will meet this requirement?

A.
AWS Config
A.
AWS Config
Answers
B.
Amazon Cognito
B.
Amazon Cognito
Answers
C.
AWS DataSync
C.
AWS DataSync
Answers
D.
AWS CodeStar
D.
AWS CodeStar
Answers
Suggested answer: D

Explanation:

AWS CodeStar is a service that enables you to quickly develop, build, and deploy applications on AWS. It provides a unified user interface for managing your application lifecycle, including code repositories, build pipelines, deployments, and project dashboards.AWS CodeStar also integrates with other AWS services, such as AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy, and AWS CodePipeline, to create a complete CI/CD pipeline for your application12.Reference:

AWS CodeStar

AWS Certified Cloud Practitioner Exam Guide

A development team wants to deploy multiple test environments for an application in a fast repeatable manner.

Which AWS service should the team use?

A.
Amazon EC2
A.
Amazon EC2
Answers
B.
AWS CloudFormation
B.
AWS CloudFormation
Answers
C.
Amazon QuickSight
C.
Amazon QuickSight
Answers
D.
Amazon Elastic Container Service (Amazon ECS)
D.
Amazon Elastic Container Service (Amazon ECS)
Answers
Suggested answer: B

Explanation:

AWS CloudFormation is a service that allows you to model and provision your AWS resources using templates. You can define your infrastructure as code and automate the creation and update of your resources.AWS CloudFormation also supports nested stacks, change sets, and rollback features to help you manage complex and dynamic environments34.Reference:

AWS CloudFormation

AWS Certified Cloud Practitioner Exam Guide

A company wants to establish a private network connection between AWS and its corporate network.

Which AWS service or feature will meet this requirement?

A.
Amazon Connect
A.
Amazon Connect
Answers
B.
Amazon Route 53
B.
Amazon Route 53
Answers
C.
AWS Direct Connect
C.
AWS Direct Connect
Answers
D.
VPC peering
D.
VPC peering
Answers
Suggested answer: C

Explanation:

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS.Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than internet-based connections12.Reference:1:Dedicated Network Connection - AWS Direct Connect - AWS,2:What is AWS Direct Connect? - AWS Direct Connect

Which AWS service or feature identifies whether an Amazon S3 bucket or an IAM role has been shared with an external entity?

A.
AWS Service Catalog
A.
AWS Service Catalog
Answers
B.
AWS Systems Manager
B.
AWS Systems Manager
Answers
C.
AWS IAM Access Analyzer
C.
AWS IAM Access Analyzer
Answers
D.
AWS Organizations
D.
AWS Organizations
Answers
Suggested answer: C

Explanation:

AWS IAM Access Analyzer is a service that helps you identify the resources in your organization and accounts, such as Amazon S3 buckets or IAM roles, that are shared with an external entity. This lets you identify unintended access to your resources and data, which is a security risk. IAM Access Analyzer uses logic-based reasoning to analyze the resource-based policies in your AWS environment. For each instance of a resource shared outside of your account, IAM Access Analyzer generates a finding.Findings include information about the access and the external principal granted to it345.Reference:3:Using AWS Identity and Access Management Access Analyzer,4:IAM Access Analyzer - Amazon Web Services (AWS),5:Welcome - IAM Access Analyzer

Which of the following are pillars of the AWS Well-Architected Framework? (Select TWO)

A.
High availability
A.
High availability
Answers
B.
Performance efficiency
B.
Performance efficiency
Answers
C.
Cost optimization
C.
Cost optimization
Answers
D.
Going global in minutes
D.
Going global in minutes
Answers
E.
Continuous development
E.
Continuous development
Answers
Suggested answer: B, C

Explanation:

The AWS Well-Architected Framework is a set of six pillars and lenses that help cloud architects design and run workloads in the cloud. The six pillars are: operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability. Each pillar has a set of design principles and best practices that guide the architectural decisions. High availability is not a separate pillar, but a quality that can be achieved by applying the principles of the reliability pillar. Going global in minutes and continuous development are not pillars of the framework, but possible benefits of using AWS services and following the framework's recommendations.Reference:AWS Well-Architected - Build secure, efficient cloud applications,AWS Well-Architected Framework,The 6 Pillars of the AWS Well-Architected Framework

A company wants to migrate its database to a managed AWS service that is compatible with PostgreSQL.

Which AWS services will meet these requirements? (Select TWO)

A.
Amazon Athena
A.
Amazon Athena
Answers
B.
Amazon RDS
B.
Amazon RDS
Answers
C.
Amazon EC2
C.
Amazon EC2
Answers
D.
Amazon DynamoDB
D.
Amazon DynamoDB
Answers
E.
Amazon Aurora
E.
Amazon Aurora
Answers
Suggested answer: B, E

Explanation:

Amazon RDS and Amazon Aurora are both managed AWS services that support the PostgreSQL database engine. Amazon RDS makes it easier to set up, operate, and scale PostgreSQL deployments on the cloud, while Amazon Aurora is a cloud-native database engine that is compatible with PostgreSQL and offers higher performance and availability. Amazon Athena is a serverless query service that does not support PostgreSQL, but can analyze data in Amazon S3 using standard SQL. Amazon EC2 is a compute service that allows users to launch virtual machines, but does not provide any database management features. Amazon DynamoDB is a NoSQL database service that is not compatible with PostgreSQL, but offers fast and consistent performance at any scale.Reference:Hosted PostgreSQL - Amazon RDS for PostgreSQL - AWS,Amazon RDS for PostgreSQL - Amazon Relational Database Service,AWS PostgreSQL: Managed or Self-Managed? - NetApp,AWS Announces Amazon Aurora Supports PostgreSQL 12 - InfoQ,Amazon Aurora vs PostgreSQL | What are the differences? - StackShare

Which AWS service or tool helps users visualize, understand, and manage spending and usage over time?

A.
AWS Organizations
A.
AWS Organizations
Answers
B.
AWS Pricing Calculator
B.
AWS Pricing Calculator
Answers
C.
AWS Cost Explorer
C.
AWS Cost Explorer
Answers
D.
AWS Service Catalog
D.
AWS Service Catalog
Answers
Suggested answer: C

Explanation:

AWS Cost Explorer is the AWS service or tool that helps users visualize, understand, and manage spending and usage over time. AWS Cost Explorer is a web-based interface that allows users to access interactive graphs and tables that display their AWS costs and usage data. Users can create custom reports that analyze cost and usage data by various dimensions, such as service, region, account, tag, and more. Users can also view historical data for up to the last 12 months, forecast future costs for up to the next 12 months, and get recommendations for cost optimization. AWS Cost Explorer also provides preconfigured views that show common cost and usage scenarios, such as monthly spend by service, daily spend by linked account, and Reserved Instance utilization. Users can use AWS Cost Explorer to monitor their AWS spending and usage trends, identify cost drivers and anomalies, and optimize their resource allocation and budget planning.Reference:Cloud Cost Analysis - AWS Cost Explorer - AWS,Analyzing your costs with AWS Cost Explorer

A company is migrating its workloads to the AWS Cloud. The company must retain full control of patch management for the guest operating systems that host its applications.

Which AWS service should the company use to meet these requirements?

A.
Amazon DynamoDB
A.
Amazon DynamoDB
Answers
B.
Amazon EC2
B.
Amazon EC2
Answers
C.
AWS Lambda
C.
AWS Lambda
Answers
D.
Amazon RDS
D.
Amazon RDS
Answers
Suggested answer: B

Explanation:

Amazon EC2 is the AWS service that the company should use to meet its requirements of retaining full control of patch management for the guest operating systems that host its applications. Amazon EC2 is a service that provides secure, resizable compute capacity in the cloud. Users can launch virtual servers, called instances, that run various operating systems, such as Linux, Windows, macOS, and more. Users have full administrative access to their instances and can install and configure any software, including patches and updates, on their instances. Users are responsible for managing the security and maintenance of their instances, including patching the guest operating system and applications. Users can also use AWS Systems Manager to automate and simplify the patching process for their EC2 instances. AWS Systems Manager is a service that helps users manage their AWS and on-premises resources at scale. Users can use AWS Systems Manager Patch Manager to scan their instances for missing patches, define patch baselines and maintenance windows, and apply patches automatically or manually across their instances. Users can also use AWS Systems Manager to monitor the patch compliance status and patching history of their instances.Reference:What is Amazon EC2?,AWS Systems Manager Patch Manager

At what support level do users receive access to a support concierge?

A.
Basic Support
A.
Basic Support
Answers
B.
Developer Support
B.
Developer Support
Answers
C.
Business Support
C.
Business Support
Answers
D.
Enterprise Support
D.
Enterprise Support
Answers
Suggested answer: D

Explanation:

Users receive access to a support concierge at the Enterprise Support level. A support concierge is a team of AWS billing and account experts that specialize in working with enterprise accounts. They can help users with billing and account inquiries, cost optimization, FinOps support, cost analysis, and prioritized answers to billing questions. The support concierge is included as part of the Enterprise Support plan, which also provides access to a Technical Account Manager (TAM), Infrastructure Event Management, AWS Trusted Advisor, and 24/7 technical support.Reference:AWS Support Plan Comparison,AWS Enterprise Support Plan,AWS Support Concierge

Total 789 questions
Go to page: of 79