You can quickly create an S3 bucket by going through the following steps:
- Go to the home page of the S3 console at https://s3.console.aws.amazon.com/s3. It should look like the following:

- Click on Create bucket. You will be asked to enter the following details:

- Give a name for your bucket, leave everything as it is, and click on Create. Once the bucket is successfully created, you will be able to see it from the S3 console:
Next, we will learn how to access S3 from Python code with boto3.