Notes based on Stéphane Maarek's Udemy course.
aws kms encrypt --key-id alias/tutorial --plaintext fileb://location --output text --query CiphertextBlob --region eu-west-2 > encrypted.base64
aws kms decrypt --ciphertext-blob fileb://locaiton --ouput text --query Plaintext > decrypted.base54 --region ey-west-2