Update AWS CLI to v2#287
Draft
joverlee521 wants to merge 1 commit into
Draft
Conversation
We are wanting to use AWS CLI features that are only available in v2.¹ In the last attempt to upgrade AWS, the main blocker was the fact that `AWS_DEFAULT_REGION` is now required.² For Nextstrain workflows, this is now mitigated by the fact that the shared pathogen-repo-build GH Action workflow sets the envvar.³ We have also been using awscli >= 2 in conda-base without any issues.⁴ ¹ <nextstrain/infra#72 (comment)> ² <#214 (comment)> ³ <https://github.com/nextstrain/.github/blob/5b32fb95e6613823e9cc12e06beec164503980f4/.github/workflows/pathogen-repo-build.yaml#L303> ⁴ <https://github.com/nextstrain/conda-base/blob/dc99d69d91420da760519d54be051452744351f4/src/meta.yaml#L54>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
We are wanting to use AWS CLI features that are only available in v2.¹ In the last attempt to upgrade AWS, the main blocker was the fact that
AWS_DEFAULT_REGIONis now required.² For Nextstrain workflows, this is now mitigated by the fact that the shared pathogen-repo-build GH Action workflow sets the envvar.³ We have also been using awscli >= 2 in conda-base without any issues.⁴¹ nextstrain/infra#72 (comment)
² #214 (comment)
³ https://github.com/nextstrain/.github/blob/5b32fb95e6613823e9cc12e06beec164503980f4/.github/workflows/pathogen-repo-build.yaml#L303
⁴ https://github.com/nextstrain/conda-base/blob/dc99d69d91420da760519d54be051452744351f4/src/meta.yaml#L54
Related issue(s)
Resolves #216
Checklist