Hands-on Lab
Encryption is crucial to implement on AWS, and that is the topic of this chapter’s lab. You will create an S3 bucket and encrypt the data within it with a KMS key that you create yourself. By working through this exercise, you will become familiar with using encryption and managing KMS keys:
- Log in to the AWS Management Console – http://console.aws.amazon.com/.
- Navigate to
Key
Management Service
. - From the left-hand menu, select
Customer
managed keys
. - Click
Create key
. - Select
Symmetric
andEncrypt
and Decrypt
. - Click
Next
. - Give your key an alias, that is, a name it will be known by. Click
Next
. - Select which users and roles can administer this key. Make sure you select whichever user or role that you are logged in as.
- Click
Next
. - Select which users or roles can use this key. Make sure you select whichever user or role that you are logged in as.
- Click
Next
. - On the review page, you will see that the key policy...