Frage

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
War es hilfreich?

Lösung

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

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top