Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# awsadministrationtest
This repo contains the shell scripts to be run from linux machines to provision aws resources
3 changes: 1 addition & 2 deletions s3/Nov21/CLI/s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
aws s3 ls

# create a bucket
aws s3 mb s3://qts3bucketfromcli

aws s3 mb s3://test212
# create a bucket for replication in other regions
aws s3 mb s3://qts3bucketfromclireplica --region 'us-east-1'

Expand Down