- Should have AWS Toolkit for Visual Studio Code installed: Step by Step tutorial
- Should have AWS Credentials set in .aws hidden directory: Step by Step tutorial
- Open VS Code,
- Click on the AWS Icon,
- Expand the AWS Explorer Section,
- Click on the icon next to S3,
- You will be prompted to enter a bucket name,
- Once the bucket is created you should see a message: Created bucket: bucket-name

You can also see the toolkit logs,
2022-09-02 16:46:16 [INFO]: Creating bucket: my-bucket-test-22
2022-09-02 16:46:17 [INFO]: Created bucket: {
bucket: Bucket (name=my-bucket-test-22, region=us-east-1, arn=arn:aws:s3:::my-bucket-test)
}
You can upload files and create folders just by right-clicking on the bucket and choosing the appropriate options,

Have Questions? Post them here!
- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
- [Solution] Java Error Code 1603. Java Update did not complete. - Java
- Display List of Databases in mysql Command Line - MySQL
- Cannot access files within Microsoft Teams - We are setting up your file directory - Teams
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system - Powershell
- How to know the current shell you are logged in? - Bash
- [Fix] Java Exception with Lambda - Cannot invoke because object is null - Java
- What does has notifications silenced in Messages App mean in iPhone - iOS
- Create Custom Android AlertDialog - Android