View Source aws_ec2_instance_connect (aws v0.3.1)

AWS EC2 Connect Service is a service that enables system administrators to publish temporary SSH keys to their EC2 instances in order to establish connections to their instances without leaving a permanent authentication option.

Link to this section Summary

Functions

Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.

Link to this section Functions

Link to this function

send_ssh_public_key(Client, Input)

View Source
Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.
Link to this function

send_ssh_public_key(Client, Input, Options)

View Source