I'd like to be able to create worker groups for multiple regions (run kubernetes in multiple availability zones). I'm not seeing any way to set region outside the aws region prompt coming direct from the provider. Is there an existing way to do this? Is there an easy way to add this (I'll gladly submit a pr)?
Also, thanks for a great module!
AWS provider requests region, but that's the only place to specify. Guess there may also be something with the availability zones, but don't fully understand how that's used.
Not a bug so much as feature/support request.
Specifying multiple regions, or worker group regions would provide an aws eks cluster running in multiple availability zones.
Maybe, making sure I haven't missed something first.
Hey @jimmiebtlr
Interesting feature request but can you clarify where you mean AZ and region? They are not interchangeable.
I'd like to be able to create worker groups for multiple regions
Sounds like a great idea!
(run kubernetes in multiple availability zones)
The ASG will already create instances in multiple AZs of the region.
uess there may also be something with the availability zones, but don't fully understand how that's used.
AZ or region?
I may be confused, I'll read up more and get back to you on this.
Works great, was just confusing regions and availability zones. ty for a great project!
Most helpful comment
Works great, was just confusing regions and availability zones. ty for a great project!