Cloud Formation in auto scaling using aws sdk command line

Go To StackoverFlow.com

4

I am using aws sdk for auto scaling command line tool. I want to know that how to use cloud formation with this command line tool? i.e. can we give template id instead of instance/ ami id?

Example:

as-create-launch-config MyLC --image-id <CF tamplete id> --instance-type m1.small
2012-04-04 07:38
by Anand Soni


2

can we give template id instead of instance/ ami id?

No, using Auto Scaling with AWS CloudFormation currently works the other way round only:

2012-05-02 12:08
by Steffen Opel
Ads