Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance
Source:R/ec2_operations.R
ec2_get_instance_tpm_ek_pub.RdGets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.
See https://www.paws-r-sdk.com/docs/ec2_get_instance_tpm_ek_pub/ for full documentation.
Arguments
- InstanceId
[required] The ID of the instance for which to get the public endorsement key.
- KeyType
[required] The required public endorsement key type.
- KeyFormat
[required] The required public endorsement key format. Specify
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.- DryRun
Specify this parameter to verify whether the request will succeed, without actually making the request. If the request will succeed, the response is
DryRunOperation. Otherwise, the response isUnauthorizedOperation.