AWS autoscaling. Launch Config/Auto Scaling Group and VPC instance with two ifaces
Posted
by
icalvete
on Server Fault
See other posts from Server Fault
or by icalvete
Published on 2014-06-02T20:22:03Z
Indexed on
2014/06/02
21:30 UTC
Read the original article
Hit count: 255
I want create an Launch Config/Auto Scaling Group to build instances inside an VPC with two subnets ("frontend" and "backend")
I need that this instances have two ifaces. One in "frontend" subnet and one in "backend" subnet.
I can't see how do that. It's no posible from AWS console and neither with aws cli.
http://docs.aws.amazon.com/cli/latest/reference/autoscaling/create-launch-configuration.html http://docs.aws.amazon.com/cli/latest/reference/autoscaling/create-auto-scaling-group.html
Launch Config don't say nothing about this.
http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html
Ideas?
Thanks!!!
© Server Fault or respective owner