Awso_ec2_instance_connect_syncSourceval send_s_s_h_public_key :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_ec2_instance_connect.Values.SendSSHPublicKeyRequest.t ->
(Awso_ec2_instance_connect.Values.SendSSHPublicKeyResponse.t,
Awso_ec2_instance_connect.Values.SendSSHPublicKeyResponse.error)
Result.tval send_serial_console_s_s_h_public_key :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_ec2_instance_connect.Values.SendSerialConsoleSSHPublicKeyRequest.t ->
(Awso_ec2_instance_connect.Values.SendSerialConsoleSSHPublicKeyResponse.t,
Awso_ec2_instance_connect.Values.SendSerialConsoleSSHPublicKeyResponse.error)
Result.tinclude module type of struct include Awso_ec2_instance_connect.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Either your AWS credentials are not valid or you do not have access to the EC2 instance.
module EC2InstanceNotFoundException =
Awso_ec2_instance_connect.Values.EC2InstanceNotFoundExceptionThe specified instance was not found.
module EC2InstanceStateInvalidException =
Awso_ec2_instance_connect.Values.EC2InstanceStateInvalidExceptionUnable to connect because the instance is not in a valid state. Connecting to a stopped or terminated instance is not supported. If the instance is stopped, start your instance, and try to connect again.
module EC2InstanceTypeInvalidException =
Awso_ec2_instance_connect.Values.EC2InstanceTypeInvalidExceptionThe instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.
The instance is currently unavailable. Wait a few minutes and try again.
One of the parameters is not valid.
module SerialConsoleAccessDisabledException =
Awso_ec2_instance_connect.Values.SerialConsoleAccessDisabledExceptionYour account is not authorized to use the EC2 Serial Console. To authorize your account, run the EnableSerialConsoleAccess API. For more information, see EnableSerialConsoleAccess in the Amazon EC2 API Reference.
module SerialConsoleSessionLimitExceededException =
Awso_ec2_instance_connect.Values.SerialConsoleSessionLimitExceededExceptionThe instance currently has 1 active serial console session. Only 1 session is supported at a time.
Unable to start a serial console session. Please try again.
module SerialConsoleSessionUnsupportedException =
Awso_ec2_instance_connect.Values.SerialConsoleSessionUnsupportedExceptionYour instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.
The service encountered an error. Follow the instructions in the error message and try again.
The requests were made too frequently and have been throttled. Wait a while and try again. To increase the limit on your request frequency, contact AWS Support.
module SendSerialConsoleSSHPublicKeyResponse =
Awso_ec2_instance_connect.Values.SendSerialConsoleSSHPublicKeyResponsePushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see EC2 Serial Console in the Amazon EC2 User Guide.
module SendSerialConsoleSSHPublicKeyRequest =
Awso_ec2_instance_connect.Values.SendSerialConsoleSSHPublicKeyRequestPushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see EC2 Serial Console in the Amazon EC2 User Guide.
Pushes an SSH public key to the specified EC2 instance for use by the specified user. The key remains for 60 seconds. For more information, see Connect to your Linux instance using EC2 Instance Connect in the Amazon EC2 User Guide.
Pushes an SSH public key to the specified EC2 instance for use by the specified user. The key remains for 60 seconds. For more information, see Connect to your Linux instance using EC2 Instance Connect in the Amazon EC2 User Guide.