Thursday, April 07, 2011

How to update an auto scale launch configuration in Amazon EC

In order to update existing auto scale launch configuration in Amazon EC you need to create a new launch configuration using as-create-launch-config and then assign it to launch configuration using as-update-auto-scaling-group


Provided by:SiQ systems, Cloud experts

Powered by 123ContactForm | Report abuse

1 comment:

Colin Johnson said...

I have created a set of tools that makes updating a launch configuration very easy - they are available at: http://code.google.com/p/aws-missing-tools.

In this case, you'd run "as-update-launch-config -a scalinggroupname -i m1.small -u /home/username/yournewuserdata.txt

solving error: Your current user or role does not have access to Kubernetes objects on this EKS cluster.

Trying to access EKS cluster with kubectl you might get an error similar to: Your current user or role does not have access to Kubernetes ob...