Resource Type: AWS > IAM > Access Key
The IAM Access Key resource type is part of the AWS Identity and Access Management (IAM) service. Each Access Key is a set of security credentials that can be used to make programmatic requests to AWS services.
Resource Context
Access Key is a part of the IAM service.
Each Access Key lives under an User.
Controls
The primary controls for AWS > IAM > Access Key are:
It is also targeted by these controls:
- AWS > HIPAA > IAM > IAM user access keys should be rotated at least every 90 days
- AWS > NIST 800-53 > IAM > IAM user access keys should be rotated at least every 90 days
Quick Actions
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/accessKey
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/accessKey"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/accessKey';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/accessKey"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/accessKey' 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