Creating s3 bucket

  • S3 is Simple Storage Service.
  • S3 is one of the solutions to persist the data beyond the scope of the cluster.
  • To create an s3 bucket, go to Storage–>S3–>Create Bucket.
  • In this, we have to give the bucket name as unique in your region and click next.
  • In permissions, you can choose depends on the requirement and then click create bucket.
  • A bucket is a higher level directory.
  • If you have any data in S3, can copy into a bucket to access.
  • We can access buckets and S3 through AWS CLI.
  • In CLI, enter $ aws s3 ls to display files.
  • For commands and subcommands, we use $ aws help.