aws.ec2.describe_iam_instance_profile_associations
Example SQL Queries
SELECT * FROMaws.ec2.describe_iam_instance_profile_associations;Description
Describes your IAM instance profile associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| association_ids Input Column The IAM instance profile associations. | VARCHAR[] |
Show child fields
| |
| filters Input Column The filters.
| STRUCT( |
Show child fields
| |
| _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 |
| association_id The ID of the association. | VARCHAR |
| iam_instance_profile The IAM instance profile. | STRUCT( |
Show child fields
| |
| instance_id The ID of the instance. | VARCHAR |
| state The state of the association. | VARCHAR |
| timestamp The time the IAM instance profile was associated with the instance. | TIMESTAMP_S |