aws
This commit is contained in:
parent
b905f1dfef
commit
0b2cc9758a
1 changed files with 8 additions and 2 deletions
10
.github/workflows/ses-juntekim.yml
vendored
10
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -39,10 +39,16 @@ jobs:
|
|||
with:
|
||||
terraform_version: ${{ env.TF_VERSION }}
|
||||
|
||||
- name: Install AWS CLI
|
||||
- name: Install AWS CLI v2
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y awscli
|
||||
sudo apt-get install -y unzip curl
|
||||
|
||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||
unzip awscliv2.zip
|
||||
sudo ./aws/install
|
||||
|
||||
aws --version
|
||||
|
||||
# Optional but recommended once
|
||||
- name: Verify AWS identity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue