Questions tagged [aws-visual-studio-toolkit]

5 questions
6
votes
3 answers

Using List of IAM Policy Document Objects as AWS::Serverless::Function Policies

According to the documentation for AWS::Serverless::Function in the Serverless Application Model, it is possible to specify a list of IAM Policy Document Objects (PDO) for the Policies property of a Resource. However, the AWS Toolkit for Visual…
2
votes
1 answer

How do you limit or control publishing artifacts for the AWS Visual Studio Toolkit?

I am creating a lambda with c# several different ways (serverless, lambda, with/without tests) and I end up with a lot of items in the publishing artifacts .zip file that really don't need to be there. If I'm deploying the Lambda and there is a test…
1
vote
2 answers

Elastic Beanstalk & EC2 Instance Connect: Can't connect

I created an Elastic Beanstalk environment from Visual Studio and need to login to service the underlying ec2 vm. I don't have an credentials for the server, so I wanted to use EC2 Instance Connect. When I click connect, I get an error message: We…
0
votes
1 answer

How to restrict the S3 buckets listing in the Visual Studio AWS explorer

I am setting up the AWS toolkit in the Visual Studio. I have created an IAM user which will be used for development. But for the IAM user I have configured I am seeing that it cannot see the S3 buckets in the explorer. It gives "Access denied". This…
NotAgain
  • 1,927
  • 3
  • 26
  • 42
0
votes
0 answers

how to deploy 64bit Windows Server 2016/IIS 10.0 using SingleInstance CloudFormation template

I need to host my app on Windows Server 2016 by using AWS. as following adding Container.Type = 64bit Windows Server 2016/IIS 10.0 does not work. here is sample CloudFormation template. ### Sample Deployment Config for the SingleInstance…