Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws cli create bucket command

aws s3 mb s3://<bucket-name>
# or
aws s3api create-bucket --bucket <bucket-name> --region <region>

# if error occurs as: (BucketAlreadyExists) 
# need to specify unique name like "bucket-name-5184653123"
Comment

creating bucket in aws cli

$ aws s3api create-bucket      --bucket my-second-emr-bucket      --region us-east-2      --create-bucket-configuration LocationConstraint=us-east-2
Comment

PREVIOUS NEXT
Code Example
Shell :: store git credentials ubuntu 
Shell :: bashrc file location in linux 
Shell :: ubuntu 20.04 powerlevel10 vs code 
Shell :: zsh: no matches found: autoprefixer@^9 
Shell :: how to convert openssl to keytool 
Shell :: libgit2.so.1.1: cannot open shared object file: No such file or directory 
Shell :: find and replace in all files in directory centos 
Shell :: bash conditional sum 
Shell :: streamlink save to file 
Shell :: pycharm community install ubuntu 
Shell :: stop apache service 
Shell :: could not install packages due to an oserror 
Shell :: docker remove all stopped 
Shell :: how to stop docker service windows 
Shell :: sublime text download ubuntu 
Shell :: command to find Server’s Public IP Address 
Shell :: ubuntu notes install 
Shell :: terminal zip 
Shell :: install .deb file in ubuntu 
Shell :: nx remove lib 
Shell :: pacman remove package and dependencies 
Shell :: notebook upgrade with conda 
Shell :: add ssh key to ssh agent 
Shell :: ubuntu open directory from terminal 
Shell :: remove large file from git history 
Shell :: Yarn .gitignore for not Zero Installs 
Shell :: linux size of files 
Shell :: linux query port use by pid 
Shell :: load new etc rules 
Shell :: bash errors: syntax error - ambiguous - file 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =