You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
DescribeKeyPairs API operation for Amazon Elastic Compute Cloud.
Describes the specified key pairs or all of your key pairs.
Use Case
Audit EC2 key pairs for deny-listed fingerprints.
Additional context
It might be good to have the aws_ec2_instances table also include the fingerprint. We can join on the key_name though. It might also be good to pull the public key material if there's a use case for it.
Describe the resource.
https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#EC2.DescribeKeyPairs
DescribeKeyPairs API operation for Amazon Elastic Compute Cloud.
Describes the specified key pairs or all of your key pairs.
Use Case
Audit EC2 key pairs for deny-listed fingerprints.
Additional context
It might be good to have the
aws_ec2_instancestable also include the fingerprint. We can join on the key_name though. It might also be good to pull the public key material if there's a use case for it.