Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 989 Bytes

File metadata and controls

25 lines (18 loc) · 989 Bytes

Week 0 — Billing and Architecture

Week 0 Assignment

Lucid diagram for Architecture

Link to architecture within github Link to architecture within Lucid

Process involved during Installing AWS CLI

1.The CLI instaaltion process was referenced from this website !(https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)

  1. After choosing the windows version, I installed it with this command
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi 
  1. Poweshell with administrative right was used to install it Link to screenshot

  2. Finally I checked it's availability with this command Link to screenshot

References

AWS Docuemntation