Second Set of AWS CCP Questions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:45 AM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

A company is using EC2 Instances to run their e-commerce site on AWS. If the site becomes unavailable, the company will lose a significant amount of money for each minute the site is unavailable. Which design principle should the company use to minimize the risk of an outage?

Fault Tolerance

2
New cards

You decide to buy a Reserved Instance for a term of one year. Which option provides the largest total discount?

All Upfront reservation

3
New cards

What features does AWS offer to help protect your data in the Cloud? (Choose TWO)

Access control; Data encryption

4
New cards

An AWS customer has used one Amazon Linux instance for 2 hours, 5 minutes and 9 seconds, and one CentOS instance for 4 hours, 23 minutes and 7 seconds. How much time will the customer be billed for?

2 hours, 5 minutes and 9 seconds for the Linux instance and 4 hours, 23 minutes and 7 seconds for the CentOS instance

5
New cards

What is the AWS Support feature that allows customers to manage support cases programmatically?

AWS Support API

6
New cards

Which methods can be used by customers to interact with AWS IAM? (Choose TWO)

AWS CLI; AWS SDKs

7
New cards

Which of the following are types of IAM identities? (Choose TWO)

IAM Roles; IAM Users

8
New cards

Which Amazon RDS feature facilitates offloading database read activity?

Read Replicas

9
New cards

How does AWS notify customers about security and privacy events pertaining to AWS services?

Security Bulletins

10
New cards

Which IAM entity can best be used to grant temporary access to AWS resources?

IAM Roles

11
New cards

A company deploys three EC2 instances in parallel and needs to distribute traffic evenly. Which AWS service should be used?

AWS Application Load Balancer (ALB)

12
New cards

Which approach helps eliminate human error and automate creating and updating AWS environments?

Use code to provision and operate your AWS infrastructure

13
New cards

A company wants to better secure its AWS account from unauthorized access. What should it do?

Require Multi-Factor Authentication (MFA) for all IAM user access

14
New cards

Which AWS service offers volume discounts based on usage?

Amazon S3

15
New cards

Which factors should be considered when determining the AWS Region for deployment? (Choose TWO)

Data sovereignty; Cost

16
New cards

Which AWS service improves application performance using fast in-memory caches?

Amazon ElastiCache

17
New cards

What are the advantages of Auto Scaling Groups for EC2 instances?

Scales EC2 instances across multiple Availability Zones for higher availability and fault tolerance

18
New cards

Why has the TCO gap between AWS and traditional infrastructure widened over the years?

AWS continues to lower cloud computing costs

19
New cards

Which are examples of the customer's responsibility for security IN the cloud? (Choose TWO)

Building an application schema; File system encryption

20
New cards

Which MFA device can customers use to protect AWS resources?

U2F Security Key

21
New cards

A company wants to deploy an existing .NET application onto AWS as quickly as possible. Which service should it use?

AWS Elastic Beanstalk

22
New cards

Which of the following are NOT factors when estimating Amazon EC2 costs? (Choose TWO)

Number of security groups; Number of Hosted Zones

23
New cards

Which AWS service helps extend on-premises storage to AWS cost-effectively?

AWS Storage Gateway

24
New cards

A company is building an online cloud storage platform and needs automatically scalable storage at low cost. Which service should it use?

Amazon S3

25
New cards

A new IAM user cannot create EBS snapshots or S3 buckets. What is the likely reason?

There is an implicit deny to all actions unless permissions are granted

26
New cards

Which service provides auditors with a log of all access to AWS resources?

AWS CloudTrail

27
New cards

What is Amazon Cloud Directory?

A service that organizes hierarchies of data across multiple dimensions

28
New cards

A user opened a "Production System Down" support case. What is the expected response time?

1 hour

29
New cards

Which is a best practice for making applications highly available on AWS?

Deploy the application across at least two Availability Zones

30
New cards

Which should be included in a TCO analysis comparing AWS and on-premises? (Choose TWO)

Labor and IT costs; Cooling and power consumption

31
New cards

Which AWS Support Plan provides a response time of less than 15 minutes for business-critical systems?

Enterprise Support

32
New cards

Which AWS offerings are serverless services? (Choose TWO)

AWS Lambda; Amazon DynamoDB

33
New cards

Which AWS service enables quick purchase and deployment of SSL/TLS certificates?

AWS Certificate Manager (ACM)

34
New cards

Which AWS service integrates with Chef to automate EC2 configuration?

AWS OpsWorks

35
New cards

Which AWS service stores objects and makes them downloadable over the internet?

Amazon S3

36
New cards

Which service can monitor HTTP and HTTPS requests forwarded to Amazon CloudFront?

AWS WAF

37
New cards

A web application runs continuously throughout the year. Which EC2 purchasing option is most cost-effective?

Reserved Instances

38
New cards

A company wants to grant a new employee long-term access to manage DynamoDB. What is the best practice?

Create an IAM user and attach a policy with DynamoDB permissions

39
New cards

What is the best practice for granting permissions to applications running on EC2 instances?

Use IAM Roles with temporary security credentials

40
New cards

Which action can help AWS customers save money when migrating workloads to AWS?

Use existing third-party software licenses on AWS

41
New cards

Which AWS service can decouple components in a monolithic application?

Amazon SQS

42
New cards

Which services can be used to enable Virtual MFA? (Choose TWO)

AWS IAM; AWS CLI

43
New cards

According to best practices, what is best for processing a large number of binary files?

Running EC2 instances in parallel

44
New cards

What tool should a company use to estimate the cost of Amazon S3 and CloudFront?

AWS Pricing Calculator

45
New cards

What should you do if you find AWS resources you do not remember creating? (Choose TWO)

Delete potentially compromised IAM users after investigation; Change root and IAM user passwords

46
New cards

What is the practice of minimizing dependencies between components called?

Loosely coupling

47
New cards

Which AWS service provides an NFS file system that can be mounted by multiple EC2 instances simultaneously?

Amazon Elastic File System (EFS)

48
New cards

What is a benefit of low-latency links between Availability Zones?

Makes synchronous data replication possible

49
New cards

Which statements about AWS Lambda supported languages are true? (Choose TWO)

Lambda natively supports languages such as Python, Node.js, and Java; Lambda can support other languages through custom runtimes/API mechanisms

50
New cards

What are the capabilities of AWS X-Ray? (Choose TWO)

Tracks user requests to identify issues; Helps improve application performance