AWS News Blog
Tag: Amazon Elastic Load Balancer
Attach and Detach Elastic Load Balancers from Auto Scaling Groups
I enjoy reading the blog posts that I wrote in the early days of AWS. Way back in 2009, I wrote a post to launch Elastic Load Balancing, Auto Scaling, and Amazon CloudWatch. Here’s what I said at the time: “As soon as you launch some EC2 instances, you want visibility into resource utilization and […]
Tag Your Elastic Load Balancers
Elastic Load Balancing helps you to build applications that are resilient and easy to scale. You can create both public-facing and internal load balancers in the AWS Management Console with a couple of clicks. Today we are launching a helpful new feature for Elastic Load Balancing. You can now add up to ten tags (name/value […]
Elastic Load Balancing Connection Timeout Management
When your web browser or your mobile device makes a TCP connection to an Elastic Load Balancer, the connection is used for the request and the response, and then remains open for a short amount of time for possible reuse. This time period is known as the idle timeout for the Load Balancer and is […]
AWS CloudTrail Update – Seven New Services & Support From CloudCheckr
AWS CloudTrail records the API calls made in your AWS account and publishes the resulting log files to an Amazon S3 bucket in JSON format, with optional notification to an Amazon SNS topic each time a file is published. Our customers use the log files generated CloudTrail in many different ways. Popular use cases include […]
ELB Connection Draining – Remove Instances From Service With Care
AWS Elastic Load Balancing distributes incoming traffic across multiple Amazon EC2 instances: You can use Elastic Load Balancing on its own, or in conjunction with Auto Scaling. When combined, the two features allow you to create a system that automatically adds and removes EC2 instances in response to changing load: In either case, the Elastic […]
Access Logs for Elastic Load Balancers
Update (July 20, 2017) – Fixed the Hive commands and removed a reference to a tutorial that no longer exists. AWS Elastic Load Balancing helps you to build systems that are highly scalable and highly reliable. You can automatically distribute traffic across a dynamically-sized collection of Amazon EC2 instances, and you have the ability to […]
Elastic Load Balancing – Perfect Forward Secrecy and Other Security Enhancements
My colleague Lesley Mbogo has some good news for users of the AWS Elastic Load Balancing service. — Jeff; We have made several enhancements to Elastic Load Balancing (ELB) to further improve the security of your application traffic, making it easier for you to better protect the confidential data and privacy of your users. Today, […]
AWS Management Console – Auto Scaling Support
Amazon EC2’s Auto Scaling feature gives you the power to build systems that adapt to a workload that varies over time. You can scale out to meet peak demand, and then scale in later to minimize costs. Today we are adding Auto Scaling support to the AWS Management Console. You can now create launch configurations […]