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"
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"
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us