wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AWS Elastic Load Balancing and Monitoring

Total questions: 22

Worksheet time: 19mins

Name
Class
Date
1.

What is AWS Elastic Load Balancer (ELB)?

a)

A service that automatically scales EC2 instances based on demand

b)

A service that manages and distributes incoming application traffic across multiple EC2 instances

c)

A service that monitors the health of EC2 instances and terminates unhealthy instances

d)

A service that provides domain registration and DNS routing capabilities

2.

Which of the following load balancers is NOT provided by AWS Elastic Load Balancer (ELB)?

a)

Application Load Balancer (ALB)

b)

Network Load Balancer (NLB)

c)

Classic Load Balancer

d)

Traffic Load Balancer (TLB)

3.

Which layer of the OSI model does the Application Load Balancer (ALB) operate at?

a)

Layer 2 (Data Link Layer)

b)

Layer 3 (Network Layer)

c)

Layer 4 (Transport Layer)

d)

Layer 7 (Application Layer)

4.

Which load balancer is best suited for distributing traffic to a fleet of instances within a VPC, and is capable of handling millions of requests per second?

a)

Application Load Balancer (ALB)

b)

Network Load Balancer (NLB)

c)

Classic Load Balancer

d)

Elastic Load Balancer (ELB)

5.

Which load balancer supports the use of target groups and path-based routing?

a)

Application Load Balancer (ALB)

b)

Network Load Balancer (NLB)

c)

Classic Load Balancer

d)

Elastic Load Balancer (ELB)

6.

Which load balancer operates at both the TCP and HTTP/HTTPS layers?

a)

Application Load Balancer (ALB)

b)

Network Load Balancer (NLB)

c)

Classic Load Balancer

d)

Elastic Load Balancer (ELB)

7.

What is the purpose of an SSL certificate in the context of ELB?

a)

To encrypt data traffic between the load balancer and EC2 instances.

b)

To encrypt data traffic between the clients and the load balancer.

c)

To establish a secure connection between ELB and AWS management services.

d)

To prevent DDoS attacks on the load balancer.

8.

How does ELB help improve the availability and fault tolerance of applications?

a)

By automatically distributing traffic across multiple EC2 instances in different availability zones.

b)

By automatically creating backups of EC2 instances and storing them in S3.

c)

By automatically scaling EC2 instances based on demand.

d)

By automatically monitoring the performance of EC2 instances and optimizing their configuration.

9.

Which type of ELB provides a static IP address for your application?

a)

Classic Load Balancer

b)

Application Load Balancer

c)

Network Load Balancer

d)

Gateway Load Balancer

10.

Which Elastic Load Balancer can route traffic based on application-level information such as content of the request?

a)

Classic Load Balancer

b)

Application Load Balancer

c)

Network Load Balancer

d)

None of the above

11.

Which Elastic Load Balancer can distribute traffic across multiple AWS Availability Zones?

a)

Classic Load Balancer

b)

Application Load Balancer

c)

Network Load Balancer

d)

All of the above

12.

Which Elastic Load Balancer supports both IPv4 and IPv6 traffic?

a)

Classic Load Balancer

b)

Application Load Balancer

c)

Network Load Balancer

d)

All of the above

13.

What is Amazon CloudWatch?

a)

A cloud storage service provided by Amazon Web Services (AWS)

b)

A monitoring and observability service provided by AWS

c)

An application deployment service provided by AWS

d)

A database management service provided by AWS

14.

Which of the following can be monitored using Amazon CloudWatch?

a)

CPU utilization of EC2 instances

b)

Billing information for AWS services

c)

Network traffic to and from RDS instances

d)

All of the above

15.

What is a CloudWatch alarm?

a)

A virtual machine instance in AWS

b)

A mechanism to automate resource provisioning

c)

A notification triggered based on a metric threshold

d)

A data storage service for CloudWatch logs

16.

Which of the following is a valid CloudWatch metric?

a)

Number of requests per second to an S3 bucket

b)

Amount of storage used by an EC2 instance

c)

Memory utilization of an RDS database

d)

All of the above

17.

What is CloudWatch Logs used for?

a)

Collecting and monitoring log files from AWS services and applications

b)

Storing backups of Amazon S3 buckets

c)

Managing user authentication and access control

d)

Provisioning and managing cloud resources

18.

Which of the following is NOT a feature of Amazon CloudWatch?

a)

Real-time monitoring and visualization of metrics

b)

Automatic scaling of EC2 instances based on metrics

c)

Centralized logging and analysis of application logs

d)

Cloud resource provisioning and management

19.

How can you retrieve CloudWatch metrics data programmatically?

a)

Using the AWS Management Console only

b)

Using the AWS Command Line Interface (CLI) only

c)

Using the AWS SDKs and APIs

d)

Using the CloudWatch Agent installed on EC2 instances

20.

What is the default retention setting for CloudWatch logs ?

a)

7 days

b)

indefinitely

c)

30 days

d)

60 days

21.

How can you take action based on CloudWatch alarms?

a)

Trigger an automatic scaling policy

b)

Send a notification to an SNS topic

c)

Execute an AWS Lambda function

d)

All of the above

22.

Which AWS service can be integrated with CloudWatch to visualize metrics and create custom dashboards?

a)

AWS Lambda

b)

AWS CloudFormation

c)

AWS CloudTrail

d)

AWS CloudWatch Dashboard