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 we match the prefix of the AMI to allow for timestamps
This meant that creating a new AMI envoy-x64-nano matched for the envoy-x64 pool also
envoy-x64-nano
envoy-x64
Probably we could make the AMIs use eg envoy-x64_{timestamp} with an underscore to prevent this happening
envoy-x64_{timestamp}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we match the prefix of the AMI to allow for timestamps
This meant that creating a new AMI
envoy-x64-nano
matched for theenvoy-x64
pool alsoProbably we could make the AMIs use eg
envoy-x64_{timestamp}
with an underscore to prevent this happeningThe text was updated successfully, but these errors were encountered: