Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS SSM Run Command issue with SNS Notifications #529

Open
lhgomes opened this issue Aug 23, 2023 · 0 comments
Open

AWS SSM Run Command issue with SNS Notifications #529

lhgomes opened this issue Aug 23, 2023 · 0 comments

Comments

@lhgomes
Copy link
Contributor

lhgomes commented Aug 23, 2023

Describe the bug

Error raised by AWS Systems Manager SendCommand when the Run Command task includes SNS Notifications

To reproduce

1- Create a task using the AWS SSM Run Command
2- Setup the SNS Notifications
3- Run the pipeline

Expected behavior

API should not raise parameter errors

Screenshots

Your Environment

  • On-prem or cloud based?: Cloud
  • Azure DevOps version: Sprint 225
  • AWS Toolkit for Azure DevOps version: 1.13.0

Additional context

Toolkit is sending wrong parameters to AWS Systems Manager SendCommand API:

Value 'command' at 'notificationConfig.notificationType' failed to satisfy constraint: Member must satisfy enum value set: [Command, Invocation];
Value '[all]' at 'notificationConfig.notificationEvents' failed to satisfy constraint: Member must satisfy constraint: [Member must satisfy enum value set: [All, Success, Cancelled, InProgress, TimedOut, Failed]]

AWS Document
Screenshot 2023-08-23 171049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant