Netflix / asgard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases
http://netflix.github.com/asgard
Apache License 2.0
2.23k stars 405 forks source link

Enable autoscale group tagging #219

Open jsabo opened 11 years ago

jsabo commented 11 years ago

It would be really useful for people such as myself who are using tags as metadata to control configuration management systems like puppet and chef to be able to manage those tags using Asgard. I would like to be able to add, edit, delete tags on autoscale groups.

phstc commented 11 years ago

Unfortunately Asgard uses only its own tags. To automatically add tags in my AutoScaling Groups I use as-create-or-update-tags.

as-create-or-update-tags --tag "id=MyAutoScalingGroupName, t=auto-scaling-group, k=Name, v=MachineName, p=true"

Tagging Auto Scaling Groups and Amazon EC2 Instances

0xAhmed commented 11 years ago

+1

cquinn commented 11 years ago

Asgard was using Autoscaling groups since before they were taggable, hence the lack of tag UI. But that should be added since it is now available and very useful.

snaga commented 11 years ago

+1. Is there any particular plan to implement this?

jsabo commented 11 years ago

Thank you for implementing this!

jsabo commented 11 years ago

Has anyone been able to review or comment on the changes @joesondow mentioned were required to get it merged in?

Jared-Prime commented 8 years ago

I'm still interested in this or a related feature. Is there any possibility of merging? /cc @ctailor2 @DrMavenRebe