| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Topics
After you have read What Is Elastic Load Balancing?, and you have decided to load balance your Amazon Elastic Compute Cloud (Amazon EC2) instances, it's time to get started with basic load balancing tasks. Your first task will be to create a load balancer.
Elastic Load Balancing supports load balancing your Amazon EC2 instances launched within any one of the following platforms :
EC2-Classic — Instances launched in EC2-Classic run in a flat network that you share with other customers. We assign each instance with a private IP address from a range of private IP addresses for the EC2-Classic network. We also assign a public IP address for your instance. For more information about Amazon EC2, see What is Amazon EC2? in the Amazon Elastic Compute Cloud User Guide.
EC2-VPC — Instances launched in EC2-VPC run in an virtual private cloud (VPC) that is logically isolated in your AWS account. We assign each instance with a private IP address from the private IP address range of your VPC. You have complete control over the VPC assigned to you. For more information about Amazon VPC, see What is Amazon VPC in the Amazon Virtual Private Cloud User Guide.
If your AWS account comes with a default virtual private cloud (default VPC), your instances are launched within the default VPC, by default, unless you specify a subnet from a nondefault VPC. A default VPC combines the benefits of the advanced features provided by EC2-VPC with the ease of use of EC2-Classic. Your default VPC automatically comes with a default subnet in each Availability Zone, an Internet gateway connected to your default VPC, and a default security group associated with your default VPC, among other default configurations. For more information on default VPCs and subnets, see Your Default VPC and Subnets.
For information about how you can tell where you have launched your EC2 instances, see Supported Platforms in the Amazon Compute Cloud User Guide.
If you are creating a load balancer for your EC2 instances in EC2-Classic, see Create a Basic Load Balancer in EC2-Classic.
If you are creating a load balancer for your EC2 instances in VPC, see Create a Basic Load Balancer in EC2-VPC.
If you are creating a load balancer for your EC2 instances in default VPC, see Create a Basic Load Balancer in Default VPC.