Monitoring, Load Balancing, and Scaling Essentials

Monitoring, Load Balancing, and Scaling are all tools to ensure the reliability, stability and failover of your systems.

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 549
Questions #: 51
Time: 10 minutes
Pass Score: 80.0%
Style
Mode

The act of collecting, analyzing, and using data to make decisions or answer questions about your IT resources and systems is called __________

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

Through monitoring, you can watch for operational issues caused by events like

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Some basic monitoring concepts

1 pts

The AWS resources that host your solutions create various forms of data that you might be interested in collecting. Each individual (1) that a resource creates is a (2). Metrics that are collected and analyzed over time become (3), such as average CPU utilization over time showing a spike.

Please drag and drop the selected option in the right place or type it instead
statistics
metric
data point
note_alt Add notes
flag Flag

Correct Answer

Explanation

The CPU utilisation of an EC2 instance is a type of a metrics that can be monitored

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Choose the benefits of monitoring

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

When you monitor resources, events, and systems over time, you create what is called a _______

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A monitoring and observability service that collects your resource data and provides actionable insights into your applications

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

CloudWatch alarms allow you to create threshold for the metrics you're monitoring, and these thresholds can define normal boundaries for the values of the metrics

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In Amazon CloudWatch alarms, alarm can take one of the following states

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can use CloudWatch to do the following (choose the right options)

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Many AWS services automatically send metrics to CloudWatch for free at a rate of 1 data point per metric per 5-minute interval.

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

CloudWatch basic monitoring incurs a fee

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can record the number of page views you website gets if its is hosted in an EC2 instance

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

CloudWatch Dashboards are customizable home pages you can configure for data visualization for one or more metrics through widgets, such as a graph or text.

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

AWS forces you to exclusively use Amazon CloudWatch for all your visualization needs

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

CloudWatch Logs is centralized place for logs to be stored and analyzed

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Your web application installed in an EC2 instance will automatically send its logs to CloudWatch Logs without any additional effort

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

CloudWatch Logs terminology

1 pts
  • A (1) is a record of activity recorded by the application or resource being monitored.  it has a timestamp and an event message.
  • Log events are grouped into (2), which are sequences of log events that all belong to the same resource being monitored.
  • A (3) is composed of log streams that all share the same retention and permissions settings.
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can configure CloudWatch alarms to send a email if CPU utilization goes over 80% for a time period of 5 minutes

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can auto scale your infrastructure capacity if CPU utilisation exceed 80% for 5 minutes

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Possible states of an alarm in CloudWatch alarms

1 pts
  • (1): The metric is within the defined threshold. Everything appears to be operating like normal.
  • (2): The metric is outside the defined threshold. This might be an operational issue.
  • (3): The alarm has just started, the metric is not available, or not enough data is available for the metric to determine the alarm state.
Please drag and drop the selected option in the right place or type it instead
ALARM
OK
INSUFFICIENT_DATA
note_alt Add notes
flag Flag

Correct Answer

Explanation

The availability of a system is typically expressed as a percentage of uptime in a given year or as a number of nines

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The more redundant infrastructure, the higher availability you can achieve

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

There is no risk to use an active-active system if my application is stateful

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The Elastic Load Balancing (ELB) service can distribute incoming application traffic across

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The Amazon Elastic Load Balancer (ELB) is a regional service by design

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Types of Amazon load balancers

1 pts
  • (1) which balances Layer 7: HTTP/HTTPs
  • (2) which balances Layer 4: TCP/UDP/TLS
  • (3) which balances 3rd party appliances Layer 3+4: IP
Please drag and drop the selected option in the right place or type it instead
Application Load Balancer
Gateway Load Balancer
Network Load Balancer
note_alt Add notes
flag Flag

Correct Answer

Explanation

You need to configure the following for an Application Load Balancer

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Load balancing refers to the process of distributing tasks across a set of resources

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

ELB balances only EC2 instances hosted Amazon cloud

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

An ALB will not send traffic to unhealthy EC2 instance and will auto scale by itself to replace the failing instance with a healthy one

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Scale down action

1 pts

If Amazon EC2 Auto Scaling has a scaling policy that calls for a scale down action, it informs ELB that the EC2 instance will be terminated. ELB can prevent Amazon EC2 Auto Scaling from terminating an EC2 instance until all connections to the instance end. It also prevents any new connections. This feature is called _____________.

two words

Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

Amazon EC2 Auto Scaling service can scale vertically and horizontally

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Amazon EC2 Auto Scaling can predict your capacity needs even if there are no issues

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

There are three main components of Amazon EC2 Auto Scaling

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

EC2 Auto Scaling supports versioning, which can be used for quickly rolling back if there is an issue

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can create a launch template in EC2 Auto Scaling using one these

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Another way to define what Amazon EC2 Auto Scaling needs to scale is by using a launch configuration which is exactly the same as the launch template

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In EC2 Auto Scaling, AWS recommends you use a launch template instead of a launch configuration

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

With Auto Scaling groups, you can specify the type of purchase for the EC2 instances

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

EC2 Auto Scaling Minimum capacity is respected even if EC2 Auto Scaling is instructed to remove an instance

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

EC2 Auto Scaling allows to set maximum capacity in order not to go above a desired budget

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can use scaling policies in order to scale your capacity. It has these types

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can access the load balancer through the EC2 console

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The first thing to do in order to configure Auto Scaling is to Launch template

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can do performance test to load your system and check if auto scaling is working as expected

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can build a dynamic web application and host css and javascript files in S3

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Amazon API Gateway can host backend APIs for a web application

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

What are the three components of Amazon EC2 Auto Scaling?

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Which features are included with Elastic Load Balancing (ELB)?

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

What are the possible states of an Amazon Cloudwatch alarm?

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation