cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

New Generation Instance Types #2047

Closed mrswats closed 2 years ago

mrswats commented 2 years ago

I was creating a new stack and I noticed there are not yet the new generation of AMD Machines (c6a.large, etc...) and I was wondering if they will be added soon or if they have to be added (I would gladly open a new PR for this). Same with the cache.t3.small collection.

Thanks!

PatMyron commented 2 years ago

Been thinking for a while constants shouldn't be hardcoded in troposphere: https://github.com/cloudtools/troposphere/issues/1558#issuecomment-703309200 (especially instance types)


Luckily, troposphere's hardcoded constants don't need to be used and you can hardcode any new instance type even if troposphere hasn't explicitly included it, so it should be possible to workaround with that

mrswats commented 2 years ago

Many thanks @PatMyron! All clear. Cheers 🍻