aws / aws-toolkit-azure-devops

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

Does VSTS tasks has support for CloudFormation Stacksets? #120

Open melih154 opened 5 years ago

melih154 commented 5 years ago

Could not find a task to create or update CloudFormation StackSets using VSTS AWS tasks. CloudFormation Stack and Changeset already has support, but I think StackSets does not. Just would like to confirm.

What is CloudFormation Stack Sets: https://aws.amazon.com/blogs/aws/use-cloudformation-stacksets-to-provision-resources-across-multiple-aws-accounts-and-regions/

stevejroberts commented 5 years ago

We don't yet have support for Stack Sets. Do you see this as being a new task, or an extension to the existing task?

melih154 commented 5 years ago

New multiple tasks.

CloudFormation StackSets has different CLI/API/console implementation then CloudFormation Stacks. Also, I think it should be multiple tasks, allowing multiple actions per task.

Actions that can be with AWS CloudFormation StackSets: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-getting-started.html

My suggestion for new VSTS Tasks:

  1. CreateStackSet
  2. ManageStackSet (UI should require to enter StackSet ARN/name)
    • Option 1: Update StackSet
    • Option 2: Add Stack to StackSet
    • Option 3: Override Parameters
    • Option 4: Delete Stacks
  3. DeleteStackSet
stevejroberts commented 5 years ago

K, we'll take a look although I have no ETA at this time. We also accept PRs if anyone wants to give it a go!

EmFl commented 4 years ago

Checking in to see if anyone started working on this ?