degica / barcelona

PaaS built on top of AWS
MIT License
52 stars 6 forks source link

Fix regex for ebs optimized setting #791

Closed matafc closed 1 year ago

matafc commented 1 year ago

Fix for https://github.com/degica/barcelona/pull/789

https://github.com/degica/barcelona/pull/789 has been deployed, but not applied to any districts yet. We will deploy this fix and then proceed with updating the districts.

It seems that all newer instance types support this, we just want to make sure this flag is enabled for m6 types in the Cloudformation when updating. This should match any m6 instance type defined at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html#ebs-optimization-support

degikko commented 1 year ago

@davidsiaw can you help us review this PR, please?