Skip to content

Commit 7b690ae

Browse files
author
Shayne Clausson
committed
update README
1 parent b9808b7 commit 7b690ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# ECS Instance Draining on Scale In
22
===================================
33

4-
Heavily inspired by this AWS [blog post](https://aws.amazon.com/blogs/compute/how-to-automate-container-instance-draining-in-amazon-ecs/), this module deploys resources and code to support ECS Instance Draning to ensure that running tasks are not obliterated by ASG scale-in events.
4+
Heavily inspired by this AWS [blog post](https://aws.amazon.com/blogs/compute/how-to-automate-container-instance-draining-in-amazon-ecs/), this module deploys resources and code to support ECS Instance Draning and ASG lifecycle hook to ensure that running tasks are not obliterated by ASG scale-in events.
5+
6+
Further details about [AutoScaling Lifecyle Hooks](http://docs.aws.amazon.com/autoscaling/latest/userguide/lifecycle-hooks.html) is available.
57

68
![alt tag](https://s3.amazonaws.com/chrisb/Architecture.png)
79

8-
Further details about [AutoScaling Lifecyle Hooks](http://docs.aws.amazon.com/autoscaling/latest/userguide/lifecycle-hooks.html) is available.
910

1011
Module Input Variables
1112
----------------------
@@ -24,7 +25,7 @@ resource "aws_autoscaling_group" "ecs" {
2425
}
2526

2627
module "ecs_instance_draining_on_scale_in" {
27-
source = "../../../modules/ecs-instance-draining-on-scale-in"
28+
source = "github.com/terraform-community-modules/ecs-instance-draining-on-scale-in"
2829

2930
autoscaling_group_name = "${aws_autoscaling_group.ecs.asg_name}"
3031
hook_heartbeat_timeout = 1800

0 commit comments

Comments
 (0)