This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment: Load balancer
Julien Dufresne edited this page Jun 3, 2020
·
1 revision
The main entry point of the platform will be a Load Balancer. We will be able to configure the load balancer to redirect request our internal applications.
- Click on the Create Load Balancer button.
- We want to create a Application Load Balancer. Click on the Create button button of the Application Load Balancer card to start the load balancer creation process.
-
Step 1: Configure Load Balancer
- Basic configuration
- Name: Give a unique name to your load balancer.
- Scheme: Select the internet-facing option.
- IP address type: Select the ipv4 option.
- Listeners
- Select the HTTPS (Secure HTTP) option.
- Availability Zones
- VPC: Keep the default vpc.
- Availability Zones: You need to select a minimum of two zones.
- Go to the next section by clicking on the Next button.
- Basic configuration
-
Step 2: Configure Security Settings
- Select default certificate
- Certificate type: Use the Choose a certificate from ACM (recommended) option.
- Certificate name: Select a certificate that you have already requested
- Select Security Policy
- Security policy: You can use the default value.
- Go to the next section by clicking on the Next button.
- Select default certificate
-
Step 3: Configure Security Groups
-
Assign a security group: Select the Create a new security group.
- Security group name: Give a unique name to the group.
- Description: Be creative.
- In the rule table, modify the first rule type to HTTPS.
- Go to the next section by clicking on the Next button.
-
Assign a security group: Select the Create a new security group.
-
Step 4: Configure Routing
- Target group
- Target group: Keep the New target group option.
- Name: Give a unique name to the group.
- Target type: Keep the Instance option.
- Protocol: Keep the HTTP option.
- Port: Keep 80.
- Health checks
- Protocol: Keep the HTTP option.
- Path: Keep the / value.
- Go to the next section by clicking on the Next button.
- Target group
- Step 5: Register Targets: You can skip this section. Go to the next section by clicking on the Review button.
- Create the load balancer by clicking on the Create button.