I'm trying to connect to AWS (Amazon Web Services) using Visual Studio 2017. However, in the AWS Explorer in Visual Studio, it says "Failed to connect to AWS".
- I created an account in the AWS IAM Management Console.
- I assigned this account AdministratorAccess and created access keys.
- I installed the AWS SDK for .NET for Visual Studio 2017.
- In the Visual Studio AWS Explorer, I selected and created a New Account Profile.
- The AWS Explorer shows "Failed to connect to AWS". (The Region list is still disabled.)
It seems like a rather simple process, but it's not working for me.
As a credential test, I set up the AWS CLI (Command Line Interface). Then I ran aws configure
using the same Access key ID and Secret access key. I was able to access AWS--e.g. aws iam list-users
and aws lambda list-functions
. (I have some test lambda functions in my account already, and they showed up.)
What am I missing? Let me know if you need any more info.
Thanks.