Which service can a cloud practitioner use to configure custom cost and usage limits and enable alerts for when defined thresholds are exceeded?

A company recently took up an Enterprise-level AWS Support plan and has a question relating to their AWS account. Who is the primary point of contact they should direct the question to?

AWS Concierge Support team

What is the function of Amazon EC2 Auto Scaling?

Scales the number of EC2 instances in or out automatically, based on demand

Which services are involved in reducing application latency and increasing performance for end users? (select 2)

Amazon CloudFront
Amazon ElastiCache

A Cloud Practitioner needs to decide which Amazon S3 storage class to use for storing copies of backup data. The storage must provide rapid access when needed but resiliency can be low. Which storage class is most suitable?

Amazon S3 One Zone-IA (Infrequent Access)

Which service can a Cloud Practitioner use to configure custom cost and usage limits and enable alerts for when defined thresholds are exceeded?

Which of the following types of recommendation does AWS Trusted Advisor provide? (select 2)

performance
cost optimization

Which AWS-managed service can be used to process vast amounts of data using a hosted Hadoop framework?

Amazon EMR (Elastic MapReduce)

Which benefits can an organization achieve by deploying AWS Global Accelerator? (select two)

improves the availability of applications on AWS
decreased latency to reach applications deployed on AWS

A Cloud Practitioner requires a simple method to identify if unrestricted access to resources has been allowed by security groups. Which service can the Cloud Practitioner use?

An eCommerce company plans to use the AWS Cloud to quickly deliver new functionality in an iterative manner, minimizing the time to market. Which feature of the AWS Cloud provides this functionality?

Which service can a cloud practitioner use to configure custom cost and usage limits and enable alerts for when defined thresholds are exceeded?

Video:

Part 1: https://www.awslagi.com/aws-certified-cloud-practitioner
Part 2: https://www.awslagi.com/aws-certified-cloud-practitioner-p2
Part 3: https://www.awslagi.com/aws-certified-cloud-practitioner-p3
Part 4: https://www.awslagi.com/aws-certified-cloud-practitioner-p4
Part 5: https://www.awslagi.com/aws-certified-cloud-practitioner-p5
Part 6: https://www.awslagi.com/aws-certified-cloud-practitioner-p6
Part 7: https://www.awslagi.com/aws-certified-cloud-practitioner-p7
Part 8: https://www.awslagi.com/aws-certified-cloud-practitioner-p8
Part 9: https://www.awslagi.com/aws-certified-cloud-practitioner-p9
Part 10: https://www.awslagi.com/aws-certified-cloud-practitioner-p10
Part 11: https://www.awslagi.com/aws-certified-cloud-practitioner-p11
Part 12: https://www.awslagi.com/aws-certified-cloud-practitioner-part-12
Part 13: https://www.awslagi.com/aws-certified-cloud-practitioner-part-13

1. Which of the following contribute to total cost of ownership of a workload running in the AWS Cloud? (Choose two.)

A. Hardware maintenance B. Power and cooling C. Storage costs D. Space for data center

E. Network costs

2. According to security best practices, how should an Amazon EC2 instance be given access to an Amazon S3 bucket?

A. Hard code an IAM user’s secret key and access key directly in the application, and upload the file. B. Store the IAM user’s secret key and access key in a text file on the EC2 instance, read the keys, then upload the file. C. Have the EC2 instance assume a role to obtain the privileges to upload the file.

D. Modify the S3 bucket policy so that any service can upload to it at any time.

3. A user can increase operational efficiency in the AWS Cloud by:

A. leveraging AWS managed services. B. right-sizing AWS infrastructure. C. manually creating all necessary resources.

D. managing their own software license.

4. Which AWS service automatically handles application health monitoring?

A. Amazon API Gateway B. AWS Elastic Beanstalk C. AWS Lambda

D. AWS Config

5. Under the AWS shared responsibility model, which task is the customer’s responsibility when managing AWS Lambda functions?

A. Creating versions of Lambda functions B. Maintaining server and operating systems C. Scaling Lambda resources according to demand

D. Updating the Lambda runtime environment

6. A company needs to track the activity in its AWS accounts, and needs to know when an API call is made against its AWS resources.
Which AWS tool or service can be used to meet these requirements?

A. Amazon CloudWatch B. Amazon Inspector C. AWS Cloud Trail

D. AWS IAM

7. According to the AWS shared responsibility model, which of the following are AWS responsibilities? (Choose two.)

A. Network infrastructure and virtualization of infrastructure B. Security of application data C. Guest operating systems D. Physical security of hardware

E. Credentials and policies

8. Which of the following services can be used to block network traffic to an instance? (Choose two.)

A. Security groups B. Amazon Virtual Private Cloud (Amazon VPC) flow logs C. Network ACLs D. Amazon CloudWatch

E. AWS CloudTrail

9. A company wants to transfer petabytes of data as quickly as possible from on-premises locations to the AWS Cloud. Which AWS service should the company use?

A. AWS Snowball B. AWS Global Accelerator C. Amazon S3 Transfer Acceleration

D. Amazon Connect

10. A company has refined its workload to use specific AWS services to improve efficiency and reduce cost. Which best practice for cost governance does this example show?

A. Resource controls B. Cost allocation C. Architecture optimization

D. Tagging enforcement

11. A company hosts images in an Amazon S3 bucket for a public-facing website that is viewed by millions of users around the globe. Which AWS service will deliver this content with reduced latency?

A. AWS WAF B. Amazon CloudWatch C. Amazon Cloud Front

D. AWS CloudFormation

12. A company is expecting a short-term spike in internet traffic for its application. During the traffic increase, the application cannot be interrupted. The company also needs to minimize cost and maximize flexibility. Which Amazon EC2 instance type should the company use to meet these requirements?

A. On-Demand Instances B. Spot Instances C. Reserved Instances

D. Dedicated Hosts

13. A company wants to track AWS resource configuration changes for compliance reasons. Which AWS feature can be used to meet this requirement?

A. AWS Cost and Usage Report B. AWS Organizations service control policies (SCPs) C. AWS Config rules

D. VPC Flow Logs

14. A company is building an application that needs to deliver images and videos globally with minimal latency. Which approach can the company use to accomplish this in a cost effective manner?

A. Deliver the content through Amazon CloudFront. B. Store the content on Amazon S3 and enable S3 cross-region replication. C. Implement a VPN across multiple AWS Regions.

D. Deliver the content through AWS PrivateLink.

15. The AWS IAM best practice for granting least privilege is to:

A. apply an IAM policy to an IAM group and limit the size of the group. B. require multi-factor authentication (MFA) for all IAM users. C. require each IAM user who has different permissions to have multiple passwords.

D. apply an IAM policy only to IAM users who require it.

16. Which cloud computing benefit does AWS demonstrate with its ability to offer lower variable costs as a result of high purchase volumes?

A. Pay-as-you-go pricing B. High availability C. Global reach

D. Economies of scale

17. A pharmaceutical company operates its infrastructure in a single AWS Region. The company has thousands of VPCs in a various AWS accounts that it wants to interconnect. Which AWS service or feature should the company use to help simplify management and reduce operational costs?

A. VPC endpoint B. AWS Direct Connect C. AWS Transit Gateway

D. VPC peering

18. How can AWS enable a company to control expenses as an application’s usage changes unpredictably?

A. AWS will refund the cost difference if a customer moves to larger servers. B. The application can be built to scale up or down automatically as resources are needed C. Spot instances will automatically be used if the price is lower than on-demand instances.

D. Amazon CloudWatch will automatically predict what resources are needed.

19. Which AWS service or feature can be used to prevent SQL injection attacks?

A. Security groups B. Network ACLs C. AWS WAF

D. IAM policy

20. Which AWS service can help a company detect an outage of its website servers and redirect users to alternate servers?

A. Amazon CloudFront B. Amazon GuardDuty C. Amazon Route 53

D. AWS Trusted Advisor

21. Which of the following IT tasks does AWS perform to offload a company’s IT resource management responsibilities? (Choose two.)

A. Configuring operating system firewalls B. Setting up access controls for data C. Backing up databases D. Configuring database user accounts

E. Installing operating systems

22. Which AWS service or feature is used to send both text and email messages from distributed applications?

A. Amazon Simple Notification Service (Amazon SNS) B. Amazon Simple Email Service (Amazon SES) C. Amazon CloudWatch alerts

D. Amazon Simple Queue Service (Amazon SQS)

23. Which AWS Cloud design principles can help increase reliability? (Choose two.)

A. Using monolithic architecture B. Measuring overall efficiency C. Testing recovery procedures D. Adopting a consumption model

E. Automatically recovering from failure

24. A company has an AWS environment that consists of a VPC, multiple subnets, and many Amazon EC2 instances in the subnets. An engineer wants to restrict inbound traffic to one particular EC2 instance without affecting the other EC2 instances. Which AWS service or feature should the engineer use to meet this requirement?

A. Network ACLs B. Security groups C. Amazon GuardDuty

D. AWS Shield

25. A company wants to connect to AWS over a private, low-latency connection from its remote office. What is the recommended method to meet these requirements?

A. Create a VPN tunnel B. Connect across the public internet C. Use VPC peering to create a connection.

D. Use AWS Direct Connect.

26. Which AWS service can be used to retrieve compliance reports on demand?

A. AWS Secrets Manager B. AWS Artifact C. AWS Security Hub

D. AWS Certificate Manager

27. A company has an AWS-hosted website located behind an Application Load Balancer. The company wants to safeguard the website from SQL injection or cross- site scripting. Which AWS service should the company use?

A. Amazon GuardDuty B. AWS WAF C. AWS Trusted Advisor

D. Amazon Inspector

28. How should a web application be deployed to ensure high availability in the AWS Cloud?

A. Deploy multiple instances of the application in multiple Availability Zones. B. Deploy multiple instances of the application in a single Availability Zone. C. Deploy the application to a compute-optimized Amazon EC2 instance in a single Availability Zone.

D. Deploy the application in one Amazon EC2 instance in an Auto Scaling group.

29. A company is running a self-managed Oracle database directly on Amazon EC2 for its steady-state database. The company wants to reduce compute costs. Which option should the company use to maximize savings over a 3-year term?

A. EC2 Dedicated Instances B. EC2 Spot Instances C. EC2 Reserved Instances

D. EC2 On-Demand Instances

30. An external auditor has requested that a company provide a list of all its IAM users, including the status of users’ credentials and access keys. What it the SIMPLEST way to provide this information?

A. Create an IAM user account for the auditor, granting the auditor administrator permissions. B. Take a screenshot of each user’s page in the AWS Management Console, then provide the screenshots to the auditor. C. Download the IAM credential report, then provide the report to the auditor.

D. Download the AWS Trusted Advisor report, then provide the report to the auditor.

31. What are the benefits of consolidated billing for AWS Cloud services? (Choose two.)

A. Volume discounts B. A minimal additional fee for use C. One bill for multiple accounts D. Installment payment options

E. Custom cost and usage budget creation

32. Which of the following is the customer’s responsibility when using Amazon RDS?

A. Patching the operating system of underlying hardware B. Controlling traffic to and from the database through security groups C. Running backups that enable point-in-time recovery of a DB instance

D. Replacing failed DB instances

33. What is the customer’s responsibility when using AWS Lambda?

A. Operating system configuration B. Application management C. Platform management

D. Code encryption

34. A company wants to be notified when its AWS Cloud costs or usage exceed defined thresholds. Which AWS service will support these requirements?

A. AWS Budgets B. Cost Explorer C. AWS CloudTrail

D. Amazon Macie

35. Which AWS service provides the ability to host a NoSQL database in the AWS Cloud?

A. Amazon Aurora B. Amazon DynamoDB C. Amazon RDS

D. Amazon Redshift

36. Which AWS service allows customers to purchase unused Amazon EC2 capacity at an often discounted rate?

A. Reserved Instances B. On-Demand Instances C. Dedicated Instances

D. Spot Instances

37. Which AWS service or feature requires an internet service provider (ISP) and a colocation facility to be implemented?

A. AWS VPN B. Amazon Connect C. AWS Direct Connect

D. Internet gateway

38. Which AWS services offer compute capabilities? (Choose two.)

A. Amazon EC2 B. Amazon S3 C. Amazon Elastic Block Store (Amazon EBS) D. Amazon Cognito

E. AWS Lambda

39. Which AWS service can be used to privately store and manage versions of source code?

A. AWS CodeBuild B. AWS CodeCommit C. AWS CodePipeline

D. AWS CodeStar

40. Which AWS service should a cloud practitioner use to identify security vulnerabilities of an AWS account?

A. AWS Secrets Manager B. Amazon Cognito C. Amazon Macie

D. AWS Trusted Advisor

41. A company wants to ensure its infrastructure is designed for fault tolerance and business continuity in the event of an environmental disruption. Which AWS infrastructure component should the company replicate across?

A. Edge locations B. Availability Zones C. Regions

D. Amazon Route 53

42. Which tool can be used to create alerts when the actual or forecasted cost of AWS services exceeds a certain threshold?

A. Cost Explorer B. AWS Budgets C. AWS Cost and Usage Report

D. AWS CloudTrail

43. A user has limited knowledge of AWS services, but wants to quickly deploy a scalable Node.js application in the AWS Cloud. Which service should be used to deploy the application?

A. AWS CloudFormation B. AWS Elastic Beanstalk C. Amazon EC2

D. AWS OpsWorks

44. Which AWS Trusted Advisor check is available to all AWS users?

A. Core checks B. All checks C. Cost optimization checks

D. Fault tolerance checks

45. A web developer is concerned that a DDoS attack could target an application. Which AWS services or features can help protect against such an attack? (Choose two.)

A. AWS Shield B. AWS CloudTrail C. Amazon CloudFront D. AWS Support Center

E. AWS Service Health Dashboard

46. Which AWS service gives users on-demand, self-service access to AWS compliance control reports?

A. AWS Config B. Amazon GuardDuty C. AWS Trusted Advisor

D. AWS Artifact

47. A company wants to provide one of its employees with access to Amazon RDS. The company also wants to limit the interaction to only the AWS CLI and AWS software development kits (SDKs). Which combination of actions should the company take to meet these requirements while following the principles of least privilege? (Choose two.)

A. Create an IAM user and provide AWS Management Console access only. B. Create an IAM user and provide programmatic access only. C. Create an IAM role and provide AWS Management Console access only. D. Create an IAM policy with administrator access and attach it to the IAM user.

E. Create an IAM policy with Amazon RDS access and attach it to the IAM user.

48. A company has a compliance requirement to record and evaluate configuration changes, as well as perform remediation actions on AWS resources. Which AWS service should the company use?

A. AWS Config B. AWS Secrets Manager C. AWS CloudTrail

D. AWS Trusted Advisor

49. What are the advantages of deploying an application with Amazon EC2 instances in multiple Availability Zones? (Choose two.)

A. Preventing a single point of failure B. Reducing the operational costs of the application C. Allowing the application to serve cross-region users with low latency D. Increasing the availability of the application

E. Increasing the load of the application

50. A workload on AWS will run for the foreseeable future by using a consistent number of Amazon EC2 instances. What pricing model will minimize cost while ensuring that compute resources remain available?

A. Dedicated Hosts B. On-Demand Instances C. Spot Instances

D. Reserved Instances

51. Which tool can be used to identify scheduled changes to the AWS infrastructure?

A. AWS Personal Health Dashboard B. AWS Trusted Advisor C. Billing Dashboard

D. AWS Config

52. Which AWS service can be used to provide an on-demand, cloud-based contact center?

A. AWS Direct Connect B. Amazon Connect C. AWS Support Center

D. AWS Managed Services

53. What tool enables customers without an AWS account to estimate costs for almost all AWS services?

A. Cost Explorer B. TCO Calculator C. AWS Budgets

D. Simple Monthly Calculator

54. Which component must be attached to a VPC to enable inbound Internet access?

A. NAT gateway B. VPC endpoint C. VPN connection

D. Internet gateway

55. Which pricing model would result in maximum Amazon Elastic Compute Cloud (Amazon EC2) savings for a database server that must be online for one year?

A. Spot Instance B. On-Demand Instance C. Partial Upfront Reserved Instance

D. No Upfront Reserved Instance

56. A company has a MySQL database running on a single Amazon EC2 instance. The company now requires higher availability in the event of an outage. Which set of tasks would meet this requirement?

A. Add an Application Load Balancer in front of the EC2 instance B. Configure EC2 Auto Recovery to move the instance to another Availability Zone C. Migrate to Amazon RDS and enable Multi-AZ

D. Enable termination protection for the EC2 instance to avoid outages

57. A company wants to ensure that AWS Management Console users are meeting password complexity requirements. How can the company configure password complexity?

A. Using an AWS IAM user policy B. Using an AWS Organizations service control policy (SCP) C. Using an AWS IAM account password policy

D. Using an AWS Security Hub managed insight

58. Under the AWS shared responsibility model, which of the following is the customer’s responsibility?

A. Patching guest OS and applications B. Patching and fixing flaws in the infrastructure C. Physical and environmental controls

D. Configuration of AWS infrastructure devices

59. Which of the following tasks is required to deploy a PCI-compliant workload on AWS?

A. Use any AWS service and implement PCI controls at the application layer B. Use an AWS service that is in-scope for PCI compliance and raise an AWS support ticket to enable PCI compliance at the application layer C. Use any AWS service and raise an AWS support ticket to enable PCI compliance on that service

D. Use an AWS service that is in scope for PCI compliance and apply PCI controls at the application layer

60. A company is building an application that requires the ability to send, store, and receive messages between application components. The company has another requirement to process messages in first-in, first-out (FIFO) order. Which AWS service should the company use?

A. AWS Step Functions B. Amazon Simple Notification Service (Amazon SNS) C. Amazon Kinesis Data Streams

D. Amazon Simple Queue Service (Amazon SQS)

61. Any Company recently purchased Example Corp. Both companies use AWS resources, and AnyCompany wants a single aggregated bill.
Which option allows Any Company to receive a single bill?

A. Example Corp must submit a request to its AWS solutions architect or AWS technical account manager to link the accounts and consolidate billing. B. Any Company must create a new support case in the AWS Support Center requesting that both bills be combined. C. Send an invitation to join the organization from Any Company’s AWS Organizations master account to Example Corp.

D. Migrate the Example Corp. VPCs, Amazon EC2 instances, and other resources into the Any Company AWS account.

Tags: AWS Certified Cloud Practitioner