-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom tags to be added to EC2 instances (in AWS) #15
Comments
brettcave@25c93bf allows custom tags. There's no test for this and no strong input validation though. |
brettcave/GoCD-EC2-Elastic-Agent-Plugin@25c93bf LGTM. I'd recommend you'd make Pull Request instead of putting Issue to be progressed. Tags are important resource for big size company. They are used for checking billing and grouping resource for DevOps. If you could, I'd like to attach additional controlling for the tags that basic tags below
are overwritable by adding same tag key in Input Form or removable by selecting Checkbox. Sometimes, Unnecessary tags or uncontrollable tags are increasing management cost. Although you do not implement it, i think brettcave/GoCD-EC2-Elastic-Agent-Plugin@25c93bf is still nice implementation. |
The plugin sets some default tags on instances. Allow additional custom tags to be set.
The text was updated successfully, but these errors were encountered: