Upload S S H Public Key

GET {{aws_identtity_and_access_management_base_url}}/?SSHPublicKeyBody&UserName&Version=2010-05-08

Request Params

KeyDatatypeRequiredDescription
SSHPublicKeyBodynullThe SSH public key. The public key must be encoded in ssh-rsa format or PEM format. The minimum bit-length of the public key is 2048 bits. For example, you can generate a 2048-bit key, and the resulting PEM file is 1679 bytes long.
UserNamenullThe name of the IAM user to associate the SSH public key with.
VersionstringThe version of the API.