Resource Type: AWS > IAM > SSH Public Key
The IAM SSH Public Key resource type is part of the AWS Identity and Access Management (IAM) service. An SSH public key is a long-term credential associated with an IAM user, used to authenticate the user when connecting to services such as AWS CodeCommit over SSH.
Resource Context
SSH Public Key is a part of the IAM service.
Each SSH Public Key lives under an User.
Controls
The primary controls for AWS > IAM > SSH Public Key are:
Quick Actions
- Deactivate
- Delete
- Delete from AWS
- Router
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
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/sshPublicKey
- tmod:@turbot/turbot#/resource/categories/iam
- turbot graphql resource --id "tmod:@turbot/aws-iam#/resource/types/sshPublicKey"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/sshPublicKey';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-iam#/resource/types/sshPublicKey"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-iam#/resource/types/sshPublicKey' 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