Skip to content
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

Investigate if we can update the ec2 tag 'Name' to use the 'guid' #13

Open
jwmatthews opened this issue Jul 13, 2019 · 1 comment
Open

Comments

@jwmatthews
Copy link
Member

Currently when we look at the ec2 web console we see instances with names of:
'bastion', 'master1'.

I'd like to see if we can update the tag 'name' with '{guid}-{name}'

So for example, assume my "guid: jwm0710ocp4a" I would want to see:
'jwm0710ocp4a-bastion'
'jwm0710ocp4a-master1'

@pranavgaikwad
Copy link
Collaborator

pranavgaikwad commented Jul 15, 2019

This is possible. We will need to make a few changes in AgnosticD config.

Here's a PR I opened on my fork which adds an extra variable custom_instance_name_suffix to specify a suffix to instance names -

pranavgaikwad/agnosticd#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants