Module 10: Knowledge Check AWS Academy Cloud Architecting [102862]

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:52 PM on 4/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Which Statement about Amazon EC2 Auto Scaling is accurate?

A) It can launch new Amazon EC2 instances based on a schedule.

B) It can launch Amazon EC2 instances in multiple Availability Zones.

C) It requires the customer to use Reserved Instances only.

D)It can launch Amazon EC2 instances, but customers must terminate instances after they are no longer needed.

B It can launch Amazon EC2 instances in multiple Availability Zones.

2
New cards

A devops engineer detected that the demand on a fleet of Amazon EC2 instances in an Auto Scaling group increases by a set amount on weekend days. Which type of scaling is the MOST appropriate in this case?

A) Scheduled

B) Predictive

C) Manual

D) Dynamic

A Scheduled

3
New cards

A devops engineer launches a fleet of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The EC2 instances must maintain 50 percent average CPU utilization. Which type of scaling is appropriate to use based on CPU utilization usage?

A) Step scaling

B) Manual scaling

C) Target tracking scaling

D) Simple scaling

C Target tracking scaling

4
New cards

How can a user vertically scale an Amazon RDS database?

A) By changing the instance class or size

B) By creating dedicated read and write nodes

C) By sharding the database

D) By adding read replicas

A By changing the instance class or size

5
New cards

How can an AWS customer horizontally scale an Amazon Aurora database?

A) By adding Aurora Replica instances by using Aurora Auto Scaling

B) By changing the instance type

C) By creating Amazon CloudWatch alarms

D) By creating a scaling policy

A By adding Aurora Replica instances by using Aurora Auto Scaling

6
New cards

How does Amazon DynamoDB perform automatic scaling?

A) It adds read replixas in response to increased read demand.

B) It adjusts the provisioned throughput capacity in response to traffic patterns.

C) It adds and removes database instances in response to change in traffic.

D) It changes the instance type in response to changes in processing load.

B It adjusts the provisioned throughput capacity in response to traffic patterns

7
New cards

A fleet of Amazon EC2 instances is launched in Amazon EC2 Auto Scaling group, The instances run an application that uses a custom protocol on TCP port 42000.

Connections from client systems on the internet must balance across the instances.

Which load balancing solution is the best solution?

A) Calssic Load Balancer

B) Application Load Balancer

C) Network Load Balancer

D) Gateway Load Balancer

C Network Load Balancer

8
New cards

A company must build a highly available website that uses server-side scripts to serve dynamic html. Which solution provides the HIGHEST availability for the LEAST cost and complexity?

A) The customer deploys a second web server in another Region. Amazon Route 53 uses failover routing for disaster recovery (DR).

B) An Auto Scaling group launches Amazon EC2 instances, which are served by a Network Load Balancer. Amazon Route 53 uses latency-based routing.

C) Amazon S3 hosts the website. DNS name resolution points to the S3 bucket.

D) An Auto Scaling group launches Amazon EC2 instances, which are served by an Application Load Balancer. DNS name resolution points to the load balancer.

D An Auto Scaling group launches Amazon EC2 instances, which are served by an Application Load Balancer. DNS name resolution points to the load balancer

9
New cards

User in location A connect to an application in Region A. Users in location B connect to the same application in Region B. If the application in Region A becomes unhealthy, traffix for location A must be redirected to the application in Region B. Which solution meets this requirement?

A) Use latency-based routing in Amazon Route 53 with Amazon CloudWatch alarms.

B) Use geoproximity routing and a Netowrk Load Balancer that is attached to both Regions.

C) Use an Application Load Balancer with Amazon CloudWatch alarms.

D) Use geolocation routing with failover records in Amazon Route 53.

D Use geolocation routing with failover records in Amazon Route 53

10
New cards

A software engineer has created an AWS account for their own personal development and testing. They want the account to stay within the AWS Free Tier and to not generate unexpected costs. Which approach will work and will require the LEAST effort?

A) Create a service control policy (SCP) to restrict all services that are not included in the AWS Free Tier.

B) Create an Amazon CloudWatch alarm to send an email message when the account billing exceeds $0.

C) Create an Amazon CloudWatch metric to monitor account billing an limit it to $0.

D) Sign in to the AWS Management Console each month and check the billing dashboard.

B Create an Amazon CloudWatch alarm to send an email message when the account billing exceeds $0.