pulumi-command
                                
                                 pulumi-command copied to clipboard
                                
                                    pulumi-command copied to clipboard
                            
                            
                            
                        Support SSM commands
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 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 ...",
});
Correct. I think this will work.
@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.
1og1op1 it's the exact issue not outside the scope in any way.
We'll track this from now on in #439 which is a slightly broader.