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

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay