Skip to content

Instantly share code, notes, and snippets.

@gkemp94
Created January 14, 2019 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkemp94/591e0e7ed624ce83c1bf7024ca4e0991 to your computer and use it in GitHub Desktop.
Save gkemp94/591e0e7ed624ce83c1bf7024ca4e0991 to your computer and use it in GitHub Desktop.
Amazon Web Services Reference File

AWS Reference Guide

CLI Commands

General

# configure access to aws
aws configure

S3

# list all available s3 buckets
aws s3 ls

# copy from one bucket to another bucket
aws s3 cp --recursive s3://<from-bucket-name> s3://<to-bucket-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment