# AWS Series: Creating an S3 Bucket

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713139117918/333227e6-78aa-4248-95af-c3d136c93af9.png align="center")

Ah, the notorious S3 bucket. There's a ton of content on doing this, but here's some quick instructions on creating a general S3 bucket. In the next article, we'll create a IAM user to access that bucket.

### Steps:

1. Assuming you have a AWS account and access to the Management Console, type S3 in the search bar
    
2. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713138083146/baf71db7-2257-4e02-b180-d3eb7d354657.png align="center")
    
    Click "Create Bucket". We're using a general purpose bucket for our example
    
3. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713138208143/eec34327-937a-4627-aecc-12d3447f75fd.png align="center")
    
    Give your bucket a unique name. Feel free to read up on the various config options like ACLs, encryption, versioning, but we can leave everything default for now
    
4. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713138635072/5081c698-19b7-40c8-abe2-31df3b5cbef2.png align="center")
    
    Hit "create bucket" and the S3 bucket will be created within a few seconds
    
5. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713138979790/b2645947-69bc-4902-bef2-ab08e7852c0d.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713138986799/0aee34e6-154e-4048-aee1-e755b1770fda.png align="center")
    
    Voila. You're not a Cloud expert. Go and conquer the world! But actually, read how to assign permissions to the bucket below
    

**Assigning Permission to S3:** [**LINK**](https://christiantechbro.com/aws-series-assigning-iam-user-to-s3)
