amazon-ec2-auto-scaling-group-examples icon indicating copy to clipboard operation
amazon-ec2-auto-scaling-group-examples copied to clipboard

This repository contains code samples, learning activities, and best-practices for scaling and elasticity with Amazon EC2 Auto Scaling groups.

Results 6 amazon-ec2-auto-scaling-group-examples issues
Sort by recently updated
recently updated
newest added

This article addresses the need to preserve unhealthy AWS Auto Scaling Group (ASG) instances for analysis. It introduces a Lambda-based solution to retain these instances, circumventing ASG's automatic termination. The...

This article explores customizing AWS Auto Scaling Group (ASG) termination policies to consistently terminate the oldest instance, addressing limitations in default ASG settings where instance distribution across Availability Zones can...

Without session token, it fails to run if our current profile is already result of an STS login. (In my case it's `saml2aws` Okta login.) *Issue #, if available:* *Description...

For AWS SSO profile (IAM Identity Center enabled profile), it requires Session Token. This PR takes care of setting `aws_session_token` in case it is present in session credentials. This will...

*Description of changes:* This adds support for cases where you're using this tool either with an assumed role in a profile (which has a session token) or with [environment variables](https://docs.aws.amazon.com/sdkref/latest/guide/environment-variables.html)...

Hi, This is a great project and post that goes with it. However I find it cumbersome (and confusing) to have to launch a cloud9 environment, run configure.sh, then wait...

enhancement