DEV Community

Cover image for AWS: Using VScode to Create Bucket in AWS S3
Oladipupo Abeeb Olanrewaju
Oladipupo Abeeb Olanrewaju

Posted on

AWS: Using VScode to Create Bucket in AWS S3

This section talks about creating a bucket in S3. These things are required of you to have:

  1. AWS account
  2. VScode installed

STEP 1:

Download AWS extension and connect your aws account to VScode using the AWS extension.

Connecting AWS account

STEP 2:

On the AWS extension panel; A list of AWS services are listed out such as Lambda, Api Gateway, Cloudformation, S3 etc....
Click on S3 to create your bucket.

Click on S3

STEP 3:

To create a bucket under the S3, The name of the bucket must be unique (i.e the name of the bucket can't be found in that Availability zone).It must contain lowercase letters and number

Bucket

Bucket Created Successfully

STEP 4:

The Bucket created is now ready to upload files into it.

File uploaded successfully
Note: Check your AWS Account to see the Bucket created

Bucket Verification

Top comments (0)