我想要创建一个启动配置/自动扩展组来在具有两个子网(“前端”和“后端”)的 VPC 内构建实例
我需要这些自动缩放的实例在这两个子网中分别有一个接口。
我不知道该怎么做。显然,从 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 没有提及这一点。
http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html
我该怎么做?