List KMS grants and principals by Region in AWS KMS (2024)

I want to list AWS KMS key grants and principals for my AWS Key Management Service (AWS KMS) accounts by AWS Region.

Resolution

Use the AWS Command Line Interface (AWS CLI) or AWS SDKs to retrieve the number of grants and principals an AWS KMS key has. Make sure that you have permissions to run the list-keys and list-grants AWS CLI commands.

Note:

Run the following commands to list your AWS KMS key and grants for Windows, Linux, macOS, or Unix:

aws kms list-keys --region your-region aws kms list-grants --region your-region --key-id your-AWS KMS-key-ID

Run the following command to query all your AWS KMS keys for a specific Region for Linux, macOS, or Unix:

for key in $(aws kms list-keys --region your-region --query 'Keys[].KeyId' --output text);do aws kms list-grants --region your-region --key-id $key; done

Note: The preceding example uses the built-in AWS CLI --query option to filter elements from the output.

Run the following command to list the number of grants each principal has for an AWS KMS key for Linux, macOS, or Unix:

aws kms list-grants --region your-region --key-id your-AWS KMS-key-ID | jq '.Grants[].GranteePrincipal' -r | sort | uniq -c;

Note: You must have jq installed to run the preceding command. For instructions to install jq, see JSON output format.

List KMS grants and principals by Region in AWS KMS (2024)
Top Articles
5 Popular Derivatives and How They Work
Crypto Coin Vs. Token: Understanding the Difference | BOTS
Drury Inn & Suites Bowling Green
Is Sam's Club Plus worth it? What to know about the premium warehouse membership before you sign up
Cintas Pay Bill
Farepay Login
30 Insanely Useful Websites You Probably Don't Know About
Watch Mashle 2nd Season Anime Free on Gogoanime
Northern Whooping Crane Festival highlights conservation and collaboration in Fort Smith, N.W.T. | CBC News
Best Transmission Service Margate
Hello Alice Business Credit Card Limit Hard Pull
Www.paystubportal.com/7-11 Login
2024 Non-Homestead Millage - Clarkston Community Schools
Craigslist Pets Longview Tx
Sand Castle Parents Guide
800-695-2780
Conan Exiles Colored Crystal
Payment and Ticket Options | Greyhound
Ou Class Nav
Beebe Portal Athena
Locate At&T Store Near Me
White Pages Corpus Christi
Mccain Agportal
Samantha Aufderheide
Busted News Bowie County
Mj Nails Derby Ct
1 Filmy4Wap In
Marilyn Seipt Obituary
Ice Dodo Unblocked 76
Aladtec Login Denver Health
Truis Bank Near Me
Rocketpult Infinite Fuel
Montrose Colorado Sheriff's Department
Foolproof Module 6 Test Answers
Jason Brewer Leaving Fox 25
Bekah Birdsall Measurements
Umd Men's Basketball Duluth
Shoecarnival Com Careers
Sechrest Davis Funeral Home High Point Nc
Air Sculpt Houston
Frequently Asked Questions
Steam Input Per Game Setting
German American Bank Owenton Ky
Pronósticos Gulfstream Park Nicoletti
What Time Do Papa John's Pizza Close
Fresno Craglist
Mkvcinemas Movies Free Download
Denys Davydov - Wikitia
Craigslist Yard Sales In Murrells Inlet
Mazda 3 Depreciation
Acellus Grading Scale
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 6058

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.