How to name an Auto Scaling Group in a CloudFormation template?
问题 I have a CloudFormation template that creates an auto scaling group (among other things). How can I give the auto scaling group a name in the template? The AWS docs do not mention anything (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html), and its possible to do if I create it trough the AWS website. (I need to give a group a name because I need to find this group from another script) EDIT: I've tried to add a tag called "Name", but it still does not