Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created February 21, 2020 05:39
Show Gist options
  • Save fujiwara/58c1c95df14d82a8b1a8d8d404170879 to your computer and use it in GitHub Desktop.
Save fujiwara/58c1c95df14d82a8b1a8d8d404170879 to your computer and use it in GitHub Desktop.
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