# How to resolve Sprinto check for validating AWS load balancers' configuration

### About:

Sprinto check: AWS load balancer should have valid configuration

The above-mentioned Sprinto check verifies that you are using a load balancer within your AWS environment to distribute incoming traffic across multiple resources, such as EC2 instances, containers, or Lambda functions.

### Purpose:

This check ensures that your applications or services have a load-balancing mechanism to improve their availability, scalability, and fault tolerance. A load balancer distributes incoming traffic across multiple resources, reducing the risk of a single point of failure. Load balancers also provide features like health checks, session persistence, and SSL/TLS termination.

### How to fix this check:

Follow the below steps to resolve this check:

#### Before you begin

* Ensure you have administrator privilege to manage and configure AWS load-balancing services.

#### Configuring a Load Balancer

Note: The below procedure showcases how to review the load balancer for EC2 service. Similarly, review the use of load balancers on other services.

1. Log in to [AWS Console](https://aws.amazon.com/console/) using your credentials.
2. Navigate to the AWS EC2 service.
3. Click on Load Balancers from the left-side navigation bar.
4. Ensure that the currently configured load balancers meet the following conditions:
   * Each configured load balancer must be Active. If you have any inactive or dormant load balancers, delete them.
   * Every default action for a listener must have a target group assigned.&#x20;

     <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098368613/original/DattoSyJrsX4hJEYIEB2IQMrkEL86WPzSw.png?1715946263" alt="" width="563"><figcaption></figcaption></figure>
   * Each target group should be listed under the default action.

     <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098368634/original/E4oqMi3T8SEn6TYTQTQLPkK2U6Z17mYdLw.png?1715946281" alt="" width="563"><figcaption></figcaption></figure>
5. Click Create load balancer to create a new load balancer if required.

   <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098368666/original/xwQC4koUyeubQTxVBCnKY45gf0ZnxZuTQg.png?1715946295" alt="" width="563"><figcaption></figcaption></figure>

Sprinto will detect the presence of a configured load balancer and set the check status to "Passing.”

Contact [Sprinto support](mailto:www.support@sprinto.com) for any queries related to the check or need assistance.
