Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

week0.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

Week 0 — Billing and Architecture

Required Homework

Install AWS command Line

I have installed the Gitpod version and the local machine AWS CLi on Windows and Linux.

Setup as the root user on AWS, not best practice will need to be changed to a less privilaged account.

Linux Install

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version

Ouput from aws --version

magespawn@Firefly:~$ aws --version aws-cli/2.10.0 Python/3.9.11 Linux/5.19.0-31-generic exe/x86_64.ubuntu.22 prompt/off

Installing AWS CLI Linux

Windows Install

Download and run the AWS CLI MSI https://awscli.amazonaws.com/AWSCLIV2.msi

PS C:\Users\magespawn> aws --version                                                                                    
aws-cli/2.10.1 Python/3.9.11 Windows/10 exe/AMD64 prompt/off        

Installing AWS CLI Windows