We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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 -
custom_instance_name_suffix
pranavgaikwad/agnosticd#7
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: