Resource Type: AWS > IAM > Instance Profile
The Instance Profile resource type is part of the AWS Identity and Access Management (IAM) service. Each Instance Profile resource associates an IAM role with an EC2 instance, allowing the instance to obtain temporary security credentials.
Resource Context
Instance Profile is a part of the IAM service.
Each Instance Profile lives under an Account.
Controls
The primary controls for AWS > IAM > Instance Profile are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-iam#/resource/types/instanceProfile
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/instanceProfile"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/instanceProfile';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/instanceProfile"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/instanceProfile' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query