- 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!
More Posts related to AWS,
- Quick way to install AWS CLI for macOS Terminal
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- How to install AWS CLI on Ubuntu
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- How to install AWS Toolkit for Visual Studio Code
- Create an S3 bucket in a specific AWS region using CLI Command
- Get the total size and number of objects of a AWS S3 bucket and folders
- Most Essencial AWS CLI 2 S3 ls Command Options
- Setting and Updating AWS CLI Configuration
- Create S3 bucket using AWS CLI Command mb
- Quick way to setup AWS DynamoDB locally on macOS
More Posts:
- Remove git config at Local, Global or System Levels? - Git
- [Android Studio] MainActivity does not exist - Android-Studio
- Replace tabs by spaces or comma Notepad++ - NotepadPlusPlus
- Microsoft Teams: Sign-in is blocked error - Teams
- How to Stop Photos App from auto loading when device connected to the Mac - Mac-OS-X
- Remove Applications from Startup Mac OS X - Mac-OS-X
- Android Developers Bluetooth Tutorial - Android
- 7 Python Arithmetic Operators with Examples [Tutorial] - Python