The current release of hephy is not able to boot clusters on newer AWS regions (e.g. eu-west-2).
To fix this we have to update a few components and dependencies. For this project we need to 1) update aws-sdk-go package and 2) dynamically retrieve S3 regions from the AWS SDK (this is done in upstream as well).
I can prepare a PR for this, but I'd like to know against which branch/commit to do this best. I can see in teamhephy/builder@e880c74 that reverted the version of this dependency (to a quite old one). @Cryptophobia could you help me with that please?
The current release of hephy is not able to boot clusters on newer AWS regions (e.g. eu-west-2).
To fix this we have to update a few components and dependencies. For this project we need to 1) update aws-sdk-go package and 2) dynamically retrieve S3 regions from the AWS SDK (this is done in upstream as well).
I can prepare a PR for this, but I'd like to know against which branch/commit to do this best. I can see in teamhephy/builder@e880c74 that reverted the version of this dependency (to a quite old one). @Cryptophobia could you help me with that please?