Forum Discussion
Johnd1770
Apr 27, 2022Copper Contributor
Accessing AWS S3 bucket from azure devops without having a service connection
Hi , I want to upload and download artifacts to AWS S3 bucket (build artifacts) from azure devops. There are pre-defined tasks (amazon S3 upload and download) available in azure devops to do this, b...
MShivam
May 11, 2022Copper Contributor
You may install and config the self hosted agent on that Ec2 instance. Create the azure pipeline as per the need, and run the pipeline. The role attached to EC2 instance will help to perform the required action.