stormcorgi / iac-learn

Learning Infrastructure as a Code
0 stars 0 forks source link

Install AWS command #6

Closed stormcorgi closed 1 year ago

stormcorgi commented 1 year ago

REQUIRED

stormcorgi commented 1 year ago

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target / aws configure

DONE