AWS Target Groups Setup
📖 Scenario: You are setting up a simple web application on AWS. To distribute incoming traffic evenly, you need to create a target group that will hold your application servers.
🎯 Goal: Create an AWS target group with specific settings to prepare for load balancing your web servers.
📋 What You'll Learn
Create a target group named
my-target-groupUse the protocol
HTTP and port 80Set the target type to
instanceConfigure the health check path to
/health💡 Why This Matters
🌍 Real World
Target groups are used in AWS to manage and route traffic to groups of servers behind a load balancer.
💼 Career
Understanding target groups is important for roles in cloud infrastructure, DevOps, and site reliability engineering.
Progress0 / 4 steps