This change allows you to use the ec2 fallback_region from within an AWS Local Zone.
Issues Resolved
There is an issue currently when chopping off the AZ marker when in a local zone.
In the LAX localzone, your AZ is us-west-2-lax-1a instead of us-west-2a and post chop, it attempts to communicate with <service>.us-west-2-lax-1.amazonaws.com and fails.
Check List
[x] A summary of changes made is included in the CHANGELOG under ## Unreleased
[ ] New functionality includes testing.
[ ] New functionality has been documented in the README if applicable.
My ruby knowledge is surface level, please let me know if my implementation is not proper ruby style.
Description
This change allows you to use the ec2
fallback_region
from within an AWS Local Zone.Issues Resolved
There is an issue currently when chopping off the AZ marker when in a local zone.
In the LAX localzone, your AZ is
us-west-2-lax-1a
instead ofus-west-2a
and post chop, it attempts to communicate with<service>.us-west-2-lax-1.amazonaws.com
and fails.Check List
## Unreleased
My ruby knowledge is surface level, please let me know if my implementation is not proper ruby style.