awslabs / awslabs/eks-perf-tests
[kitcli] kitctl doesn't handle s3 bucket creation in us-east-1
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 72
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
When using kitctl in us-east-1, I received the following error message:
reconciling cluster.Config, err ensuring S3 bucket, creating S3 bucket, InvalidLocationConstraint: The specified location-constraint is not valid
I've found some issues logged against the javascript AWS SDK regarding this, but nothing for the go SDK. It seems that if the region is us-east-1 and that is default for the SDK, it will give you this error: https://github.com/aws/aws-sdk-js/issues/3647
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing kitctl's S3 bucket creation and the Go AWS SDK call used when reconciling cluster.Config. Reproduce the failure in us-east-1, then verify that bucket creation succeeds there while creation in other regions continues to work without the InvalidLocationConstraint error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100