Load Balancer: (Cloud Computing)
Load Balancer: (Cloud Computing)
Load Balancer: (Cloud Computing)
(CLOUD COMPUTING)
KUSHAGRA MANIK
ABSTRACT
>ec2-user
>sudo su-
Key Features
High Availability
You can distribute incoming traffic across your Amazon EC2
instances in a single Availability Zone or multiple Availability
Zones. Classic Load Balancer automatically scales its request
handling capacity in response to incoming application traffic.
Health Checks
Classic Load Balancer can detect the health of Amazon EC2
instances. When it detects unhealthy EC2 instances, it no longer
routes traffic to those instances and spreads the load across the
remaining healthy instances.
Security Features
When using Amazon Virtual Private Cloud (Amazon VPC), you can
create and manage security groups associated with Classic Load
Balancer to provide additional networking and security options.
You can also create a Classic Load Balancer without public IP
addresses to serve as an internal (non-internet-facing) load
balancer.
SSL Offloading
Classic Load Balancer supports SSL termination, including
offloading SSL decryption from application instances, centralized
management of SSL certificates, and encryption to back-end
instances with optional public key authentication. Flexible cipher
support allows you to control the ciphers and protocols the load
balancer presents to clients.
Sticky Sessions
Classic Load Balancer supports the ability to stick user sessions to
specific Amazon EC2 instances using cookies. Traffic will be routed
to the same instances as the user continues to access your
application.
IPv6 Support
Classic Load Balancer supports the use of both the Internet
Protocol version 4 and 6 (IPv4 and IPv6) for EC2-Classic networks.
Operational Monitoring
Classic Load Balancer metrics such as request count and request
latency are reported by Amazon CloudWatch.
Logging
Use the Access Logs feature to record all requests sent to your
load balancer, and store the logs in Amazon S3 for later analysis.
The logs are useful for diagnosing application failures and
analyzing web traffic. You can use AWS CloudTrail to record
Classic Load Balancer API calls for your account and deliver log
files. The API call history enables you to perform security analysis,
resource change tracking, and compliance auditing.