Expand description
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.
If you’re using the service, you’re probably looking for Ec2InstanceConnectClient and Ec2InstanceConnect.
Structs§
- Ec2Instance
Connect Client - A client for the EC2 Instance Connect API.
- SendSSH
Public KeyRequest - SendSSH
Public KeyResponse
Enums§
- SendSSH
Public KeyError - Errors returned by SendSSHPublicKey
Traits§
- Ec2Instance
Connect - Trait representing the capabilities of the EC2 Instance Connect API. EC2 Instance Connect clients implement this trait.