amazon web services - Is it possible to create an EC2 instance from a Launch Configuration via command line interface or API? -
amazon aws allows create launch configurations used auto scaling groups. how can spin-up individual instance instance based on launch configuration?
if looking using template create instance, utilize aws cloudformation. cloudformation, create template , utilize cloudformation cli or api launch it. here a sample template launch instance.
if want reuse launch configuration, can still utilize aws cloudformation create template autoscaling group, this. launch configuration defined in cloudformation template.
amazon-web-services amazon-ec2 autoscaling
No comments:
Post a Comment