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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSM commands #50

Closed
johnlabarge opened this issue Mar 25, 2022 · 5 comments
Closed

Support SSM commands #50

johnlabarge opened this issue Mar 25, 2022 · 5 comments
Assignees
Labels
kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue

Comments

@johnlabarge
Copy link

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Similar to terraform I need a ssm provisioner for pulumi commands.

Affected area/feature

This would be another bridge for commands/scripts besides ssh.

@johnlabarge johnlabarge added the kind/enhancement Improvements or new features label Mar 25, 2022
@jkodroff
Copy link
Member

@johnlabarge Thanks for submitting this issue.

I'm assuming "ssm" above refers to AWS SSM. If this is correct, would it be possible to use the AWS CLI alongside the existing capabilities of the Pulumi Command provider? Something like:

new local.Command("do-ssm-stuff", {
    create: "aws ssm send-command --instance-ids ...",
});

@johnlabarge
Copy link
Author

Correct. I think this will work.

@1oglop1
Copy link

1oglop1 commented May 11, 2022

@jkodroff I'm not sure this is out of the scope of this issue but it would be super cool if it could utilize AWS Systems Manager Session Manager instead of SSH.

@johnlabarge
Copy link
Author

1og1op1 it's the exact issue not outside the scope in any way.

@thomas11 thomas11 added the resolution/duplicate This issue is a duplicate of another issue label May 17, 2024
@thomas11 thomas11 self-assigned this May 17, 2024
@thomas11
Copy link
Contributor

We'll track this from now on in #439 which is a slightly broader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants