Configuring endpoint for "aws support"
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 780
- PR merge metrics
- No merged PRs in 30d
Description
Hi! aws-shell looks great!
I have another region as my default region, but "aws support" only has an endpoint in `us-east-1`. So I have to run it with `--region us-east-1` or else it doesn't work:
```
[~] $ aws-shell
aws> support describe-cases
Could not connect to the endpoint URL: "https://support.[redacted].amazonaws.com/"
aws>
```
It would be nice if I could configure aws-shell to use the sole available end-point for the service without changing my default region.
Best,
Aleksey
Contributor guide
Research direction
Start by tracing how aws-shell handles the configured default region and constructs endpoints for the `support describe-cases` command. Verify the command with a non-us-east-1 default region; done means AWS Support uses its available us-east-1 endpoint without requiring a per-command region override.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100