Create dynamic S3 bucket using Azure Pipeline in AWS
## Step-1: Download AWS CLI plugin from Marketplace in Azure DevOps Portal ``` ``` ## Step-2: In AWS Portal, Create either a role or Secret key ``` ``` ## Step-3: Use the following yml file and apply it to azure pipeline ``` trigger: - none pool...
Jun 28, 20241 min read23