aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

AWS Toolkit for Azure DevOps

Results 141 aws-toolkit-azure-devops issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We’ve set security for Azure DevOps organization AWS Service Connection to our production account so *only* a project Release Administrators group has ability to make use of...

investigating
auth

**Is your feature request related to a problem? Please describe.** Currently, the task for ECRPushImage@1 is only compatible with Docker images, and not OCI artifacts (e.g. Helm Charts). It should...

feature-request

####Task Permissions This task requires permissions to call the following AWS service APIs (depending on selected task options, not all APIs may be used): * s3:CreateBucket * s3:HeadBucket Content uploads...

investigating

## Description ## Motivation ## Related Issue(s), If Filed ## Testing ## Checklist - [ ] I have read the **README** document - [ ] I have read the **CONTRIBUTING**...

In the Dockerfile for my private build agent, I install the AWSPowerShell.NetCore module ``` # # Install AWS Tools for PowerShell Core Edition # ENV AWS_POWERSHELL_VERSION=3.3.215.0 RUN pwsh \ -c...

feature-request

**Describe the bug** When running a deployment to AWS Elastic Beanstalk environments, we are noticing failures due to throttling of the DescribeEnvironments API call. We only use the AWS Deploy...

bug

It would be beneficial to be able to retrieve the json output from AWS tasks so that the information can be used in other Azure devops tasks or saved off...

feature-request

**CDK bootstrap fail, unable to parse environment specification using AWSShellScript@1** **Reproduction** 1. Prepare a pipeline script for ```cdk bootstrap``` e.g. ```yml - task: AWSShellScript@1 inputs: awsCredentials: 'prod' regionName: 'ap-southeast-2' scriptType:...

bug

### Summary When reading the documentation regarding output variables (such as [the Elastic Beanstalk Create App Version task](https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-createversion.html#parameters)), I got the impression the variable would be available as other output...

feature-request

**Describe the bug** We have built a linux agent on an EC2 with a profile instance role capable of assuming a role on my account. We tried to assume a...

feature-request