AWS

Ondemand, online, pay as you go IT services

Products

Explained Products

Different regions offer different costs, latency, and compliance

AWS CLI

Any command is using your default configuration IAM

aws configure

Setup

AWS CLI Setup

Linux

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

Mac

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

IAM Admin User Setup

Security

AWS will give you info you need for compliance for its services, the things you control you need to control security

Encryption offered, security policies, with enough encryption we can't touch you

Cost

Trused Advisor Dashboard, Cost Explorer, Pricing Calculator, AWS Budgets

Create reports, budgets for thresholds, notifications

Last updated