I am currently using amazon auto scaling service. I noticed that if there is scale in it, the first created instance is deleted. My problem is that I also want to include RabbitMQ in automatic scaling, and if I configure the first instance as a master instance, then when it has scale, the master rabbitmq instance is deleted. I want to know that there is a way to give a scale template for deleting an instance in Amazon EC2's scaling policy?
source
share