1 Answers
Hi Alan,
Both Keys the imported one and the AWS created one will be refered to as AWS KMS Customer Master Keys. There is only a difference who generates the key material in the first place, and hence is in control of the original key material.
After you created the key material, encrypted it using the wrapping key and uploaded it to aws using the import token, your self generated key can be used as any AWS created KMS Customer Master Key as well. One difference between an AWS KMS CMK and an imported KMS CMK is the part of key rotation, because AWS isn’t in controll of the key material you must manually rotate the imported CMK.