The Pragmatic Programmer

Appian, Pega, Java, DevSecOps, Quality Engineering

Lab 1 – Explore and interact with the AWS Management Console and AWS Command Line Interface

This lab provides you with a basic overview of the AWS Management console and API

aws s3 ls

# create a new bucket
aws s3 mb s3://labclibucket-NUMBER 

aws s3 cp /home/ssm-user/HappyFace.jpg s3://labclibucket-NUMBER

aws s3 ls s3://labclibucket-NUMBER