pulumi / pulumi-command

Apache License 2.0
57 stars 23 forks source link

Support AWS SSM and EC2 instance connect endpoint for remote commands #439

Open flostadler opened 1 month ago

flostadler commented 1 month ago

Right now you can only connect to an EC2 instance using pulumi-command if:

AWS provides two services that let you connect to EC2 instances that cannot meat the requirements above:

By extending pulumi-command to support establishing remote connections via those two methods we can offer customers more secure, auditable access to their EC2 instances as well as enable them to use pulumi-command in secured environments that do not permit regular SSH access.