DEV Community

Daniel Gomez for AWS Community Builders

Posted on • Edited on

2 1

Add AWS Toolkit in Visual Studio 2019 / 2022

Hi! In this tutorial, we will learn how to install the AWS extension from Visual Studio. This tool will allow us to work with the .NET ecosystem in terms of developing, debugging and implementing solutions with Amazon Web Services.

Step 1. Install the extension

With Visual Studio started, we can go to the Extensions section from the options menu, and select Manage Extensions. In this space we can search for the AWS Toolkit for Visual Studio and proceed with the installation.

Here, we can also find the installables:

Step 2. Authenticate with AWS

Once the extension is installed, when you start Visual Studio, the AWS Configuration Wizard will start and ask us to configure our credentials. In this case, we can make use of the configuration file that is generated when creating an AWS IAM account. Here, we can review that process: Set up an AWS IAM account to deploy our applications with ASP.NET.

Finally, we will visualize something like this:

By saving the credentials, we will have the AWS Explorer ready that will allow us to work with the AWS services with which we have authorization. This is in accordance with the policies established for our AWS IAM user.

Everything is ready!

With everything in place, we can already work with AWS from Visual Studio, for example, to be able to deploy our web applications with ASP.NET to AWS.

Thanks for reading!

If you have any questions or ideas in mind, it will be a pleasure to be able to be in communication and together exchange knowledge with each other.

See you at Twitter / esDanielGomez.com!

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post