> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Section Introduction

> This lesson explores load balancing and autoscaling with a focus on AWS services, covering Elastic Load Balancers and setting up autoscaling for EC2 instances.

In this lesson, we will explore the concepts of load balancing and autoscaling with a focus on AWS services. Our discussion is divided into two key parts:

1. An overview of the different types of Elastic Load Balancers provided by AWS.
2. A deep dive into setting up autoscaling, a process that automatically provisions new [Amazon Elastic Compute Cloud (EC2)](https://learn.kodekloud.com/user/courses/amazon-elastic-compute-cloud-ec2) instances to handle traffic surges and scales them down when demand decreases.

<Callout icon="lightbulb" color="#1CB2FE">
  Autoscaling ensures that your application remains responsive during traffic spikes and becomes more cost-efficient by reducing resources during periods of low demand.
</Callout>

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/aws-certified-developer-associate/module/c5fbed4d-288a-4e90-9f57-04fbe853f8a5/lesson/725c86f4-7e0d-4912-88f3-5d65e1e58fbb" />
</CardGroup>
