aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
235 stars 100 forks source link

Passing secure string from library #333

Open samatwork11 opened 4 years ago

samatwork11 commented 4 years ago

Hi,

I'm using "AWS CloudFormation Create/Update Stack" task to deploy and RDS instance. How do I pass a secure string from my library? My cloudformation template is written in YAML

Thanks,

hunterwerlla commented 4 years ago

Hello, you can use either the task amazonwebservices.aws-vsts-tools.SystemsManagerGetParameter.SystemsManagerGetParameter@1 or the AWS CLI task to pull the parameter as a step, then either write it to a file and use it with Template parameters or dereference them in inline Template parameters

samatwork11 commented 4 years ago

Hi hunterwerlla, how do I use that task amazonwebservices.aws-vsts-tools.SystemsManagerGetParameter.SystemsManagerGetParameter@1?