aws.ec2.get_instance_tpm_ek_pub
Example SQL Queries
SELECT * FROMaws.ec2.get_instance_tpm_ek_pubWHERE"instance_id" = 'VALUE'AND "key_type" = 'VALUE'AND "key_format" = 'VALUE';Description
Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The ID of the instance. | VARCHAR |
| key_format Required Input Column The public endorsement key format. | VARCHAR |
| key_type Required Input Column The public endorsement key type. | VARCHAR |
| dry_run Input Column 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 is UnauthorizedOperation. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| key_value The public endorsement key material. | VARCHAR |