k3s/cluster/aws
Justin Santa Barbara 41743ce87a AWS: Delete ASGs by following instances
We can't tag ASGs, but we can see what instances are running in an ASG,
and we can match those by our tags.

So look for our running instances, and look for the ASGs that created
them, and delete those.

This can be defeated (most notably if users change the ASG size to 0),
but it is safer that other deletion methods.
2015-11-03 11:58:05 -05:00
..
coreos Changed SSH_USER to core instead ubuntu, also applied fixes from #11975 2015-08-26 01:29:56 -07:00
jessie AWS: Treat ubuntu as an alias for 'latest ubuntu', i.e. 'vivid' 2015-07-08 17:00:44 -04:00
templates Configure cluster for e2e tests. 2015-10-29 11:03:34 +01:00
trusty AWS: Treat ubuntu as an alias for 'latest ubuntu', i.e. 'vivid' 2015-07-08 17:00:44 -04:00
vivid AWS: Treat ubuntu as an alias for 'latest ubuntu', i.e. 'vivid' 2015-07-08 17:00:44 -04:00
wheezy AWS: Treat ubuntu as an alias for 'latest ubuntu', i.e. 'vivid' 2015-07-08 17:00:44 -04:00
config-default.sh Configure cluster for e2e tests. 2015-10-29 11:03:34 +01:00
config-test.sh Configure cluster for e2e tests. 2015-10-29 11:03:34 +01:00
options.md Make AWS node sizes dynamic in the number of nodes. 2015-10-22 20:22:00 -07:00
util.sh AWS: Delete ASGs by following instances 2015-11-03 11:58:05 -05:00