Lab 4.2: S3 SSE - Client Provided Keys

Client Provided Keys:

Install the openssl windows binary. Then cd to the bin directory in that folder.

.\openssl version

Create key for encrypting file:

.\openssl enc -aes-128-cbc -k secret -P

Upload and download file:

s3 buckets are s3://bucket_name/folder(if needed)/filename

aws s3 cp source destination

Screenshot of terminal output of successful CLI upload of file using your client key

Screenshot of terminal output of successful CLI download of file using your client key