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

Add SSM Association Create Route for Targeting Tags #109

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pk556
Copy link

@pk556 pk556 commented Dec 23, 2024

  • Add feature to create ssm association that targets a tag

@pk556 pk556 added the enhancement New feature or request label Dec 23, 2024
@pk556 pk556 self-assigned this Dec 23, 2024
@pk556 pk556 requested a review from btassone December 23, 2024 14:39
@pk556 pk556 force-pushed the pk556-splus-space-ssm-assoc branch from 8550c27 to 4977efa Compare December 23, 2024 18:57
@pk556 pk556 changed the title Pk556 splus space ssm assoc Add SSM Association Create Route for Targeting Tags Dec 23, 2024
@pk556
Copy link
Author

pk556 commented Dec 23, 2024

TO TEST

You need to hit the PUT route: http://localhost:3095/v2/ec2/spinupplus/sgs/ssm/association.

The SSM Association that gets created needs three inputs: the name of the SSM document, the name of the tag you are targeting, and the possible values of the tag you want to target.

An example is given below of the body of the request being sent:

{
    "document": "pk556-AssociationTest",
    "tagKey": "SSMTesting",
    "tagValues": ["yes"]
}

You will receive the ID of the newly created association.

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

Successfully merging this pull request may close these issues.

1 participant