Load Balancer Setup Guide - VittorioDeMarzi/hero-beans GitHub Wiki
Load Balancer Setup Guide
- Step 1: Configure the Actuator Health Check Endpoint
- Step 2: Create the Target Group
- Step 3: Configure the Security Groups
- Step 4: Create the Application Load Balancer
- Step 5: Verify Health Status
- Navigate to your Target Group in the AWS Console and select the Targets tab. Wait for the status of your registered instances to become "healthy".
- Step 6: Test the Connection
- Find and copy the DNS name of your Application Load Balancer (e.g.,
my-alb-123.eu-central-1.elb.amazonaws.com
). Paste it into your browser to verify that you can reach your application.
- Find and copy the DNS name of your Application Load Balancer (e.g.,
- Set Up HTTPS Redirect