I am launching a server, using `const server = new...
# aws
n
I am launching a server, using
const server = new aws.ec2.Instance
and once it is up and running, I need to execute a command (I'm going to
scp
a Rust MUSL executable into the server from the harddrive of the machine that is running
pulumi
). Is there an existing and/or easy way to do that?
g
n
Thank you! I could not find that!