-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
AWS autoscaling group names should be able to be autogenerated #2632
Comments
👍 |
I'm 👍 on this, but I would wait with implementation until #2571 gets reviewed & merged, so we have the prefixed-unique-ID functionality in core and we can use it here too. |
@radeksimko 👍 👍 |
@radeksimko #2571 is now merged so I think this one can be closed now - is this correct? //cc @phinze |
@stack72 The function for generating unique names is merged, but ASGs still have |
ok, I opened the PR that allows this to work now :) Thanks for the hints @radeksimko |
I merged #3710 , completing this. Thanks all! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Currently name is required and must be unique within the region/account.
The text was updated successfully, but these errors were encountered: