Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: awscliv2 need AWS_REGION, even for commands that are not bound to regions #13

Merged
merged 1 commit into from Mar 8, 2021

Conversation

TrueBrain
Copy link
Member

Without it, it will try to fetch this metadata from IMDS service,
which of course is not available on GitHub Actions (rightfully).

So we set the AWS_REGION, although it is never used.


This problem became clear now GHA switched to Ubuntu 20.04, which uses AWS CLI v2.

… bound to regions

Without it, it will try to fetch this metadata from IMDS service,
which of course is not available on GitHub Actions (rightfully).

So, we set the AWS_DEFAULT_REGION, although it is never used.
@TrueBrain TrueBrain merged commit f9f52e3 into OpenTTD:master Mar 8, 2021
@TrueBrain TrueBrain deleted the fix-for-awscli2 branch March 8, 2021 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant