Hey About using mysql provider for an aurora insta...
# general
s
Hey About using mysql provider for an aurora instance that is not publicly accessible, I have created a bastion machine that I am trying to use to access the database. Can I create a remote ssh connection the bastion via pulumi command and use it for the pulumi mysql provider? If not what is the recommended approach to run mysql commands to create a user.
l
Sounds like command.remote.Command (https://www.pulumi.com/registry/packages/command/api-docs/remote/command/) might help.