Has anyone used SSM sessions manager to ssh tunnel...
# aws
b
Has anyone used SSM sessions manager to ssh tunnel to private instances from a pulumi program? I'm thinking about creating a dynamic provider and I'm curious if anyone else has ever tried something like that
p
No, but it does sound interesting to me, please keep us posted :-)
👍 1
g
I am looking into this currently as well. We're using Golang and dynamic providers in Go are not supported yet 😢 We're thinking of using the
Command
pkg to use the aws CLI to use SendCommand. Verbose, but it should work?
👍 1
b
That's one way I was thinking of doing it but couldn't use command in Python
g
Really? The repo says its usable in any pulumi language https://github.com/pulumi/pulumi-command
b
I don't remember what the problem was exactly, I think I gave it all of 5 minutes. Keep me posted if you get that tho