How to dynamically name EC2 instances created by an autoscaling group – Amazon Web Sevices
I need to add tag Name dynamically based on the hostcount. ex: now all my instance has a name ex: web-linux-dev I need add web-linux-dev-1 for first instance, web-linux-dev-2 for second instance and so on. LauncConfig: Type: AWS::AutoScaling::AutoScalingGroup Properties: AvailabilityZones:…