-
-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
Problem
The AWS regions are hardcoded in the aws.rb file, causing exceptions for unlisted regions (e.g., il-central-1) with the error message “Unknown region:”.
Solution
Load the list of AWS regions dynamically via the AWS API/CLI and cache it locally to ensure the list is always up-to-date and includes any newly introduced regions.
Metadata
Metadata
Assignees
Labels
No labels