Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created February 21, 2020 05:39
Embed
What would you like to do?
aws-cli-v2 orb
orbs:
aws-cli-v2:
commands:
install:
steps:
- run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment