I. Introduction
This guide will walk you through setting up the essential tools and environment for working with AWS. From creating a free-tier AWS account to configuring the AWS CLI and installing development toolkits, each step is designed to get you up and running quickly. Whether you’re using Visual Studio, VS Code, or JetBrains Rider, this document provides clear instructions and verification steps to ensure your environment is correctly configured before you begin development.
II. How to
Step 1: Register a AWS Free Tier account.
Go to https://aws.amazon.com/ to create a new account AWS.
Step 2: Configure the AWS CLI on the local machine:Please visit the link below for more information: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
To verify the configuration success or not , please use the command aws sts get-caller-identity

Step 3: Download and install the AWS Toolkit.
Visual Studio: https://aws.amazon.com/visualstudio/
Visual Studio Code :https://aws.amazon.com/visualstudiocode/
Jetbrain Raider: https://aws.amazon.com/rider/
Step 4: Verify the result from Step 3, in this case I am using the Visual Studio 2022.
