gravitational / gravitational/shared-workflows
Create action for installing AWS CLI v2
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 7
- Forks
- 4
- Avg merge
- 19h 53m
- Merged PRs (30d)
- 5
Description
The base image used by the runners is Ubuntu 22.04, which only has the AWS CLI v1 available. As mentioned by Trent it would be helpful to create an action that setups up the v2 CLI.
The code for this has been implemented here, but needs refactored into a separate action for use in other workflows.
Contributor guide
No contributing guide indexed for this repository
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 with the AWS CLI v2 installation code in .github/workflows/deploy-packages.yaml at lines 247-262. Extract that implementation into a reusable action for other workflows, then verify that the action installs AWS CLI v2 and can be used by the relevant workflows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 57/100