Creating a new encryption key on AWS
If you don't have an existing encryption key, use the following instructions to create one.
- Go to the KMS console in the AWS Management Console.
- Select Customer managed keys.
- From the Region drop-down list, select the region in which you want to create and use the encryption key.
- Click Create key.
-
In Step 1: Configure Key:
- Under Key type, choose Symmetric.
- Expand Advanced Options and under Key Material Origin, select KMS or External.
-
In Step 2: Create Alias and Description:
- Enter an alias for your key.
- Defining tags is optional.
-
In Step 3: Define Key Administrative Permissions, select the following:
Choose your own IAM user/role used for logging into the AWS Management Console. Do not set AWSServiceRoleForAutoScaling or the cross-account IAM role as the key admin.
-
In Step 4: Define Key Usage Permissions:
- Select the AWSServiceRoleForAutoScaling built-in role.
- Select the cross-account IAM role.
- In Step 5: Review and edit key policy, you may optionally tweak the key policy as desired, or simply leave it as generated by AWS.
- Go to the last page of the wizard and then click Finish to create an encryption key.
