문제

I want to perform autoscaling without using CLI tools. I want to do it from the console itself.

The instance is in vpc ? how can i apply the autoscale policy on instance

Any lead is appriciated.

Thanks in advance.

도움이 되었습니까?

해결책

Documentation: Follow the instructions on how to Set Up an Auto-Scaled and Load-Balanced Application

Notes: The instance, created outside of AutoScaling Group can be added to Elastic Load Balancer, but will not be monitored or managed by AutoScaling group.

Instance, created outside of AutoScaling Group can be marked as unhealthy by Elastic Load Balancer if the health check fails, but it will not cause AutoScaling Group to spawn a new instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top