So this week, I have started to begin learning the CLI and seeing what can be done within this.
I was given the task of grabbing information regarding this:
You can use following command to list all of your kms keys (KeyId and KeyArn Vaules) with the table format.
aws kms list-keys --query Keys[*].[KeyId,KeyArn] --output table