SYS 360 Lab 4 1: S3 Pt2 - JadenGil/Jaden-Tech-Journal GitHub Wiki

This is the second part to this lab:

Make sure that this lab is completed before continuing!


Downloading OpenSSL:

We will start the second part of this lab by downloading OpenSSL, which is linked on the assignment's Canvas page.

Once downloaded we want to extract the file. Once extracted the contents should look like this:

image

Then we will open a command prompt and navigate to the openssl bin folder and run the highlighted command:

image

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

Once we run the command we want to take a secure note of the keys that are displayed


Copying a file from your computer to S3 bucket using Server-Side Encryption w/ Client key:

Like in previous labs we will want to update our credentials file by getting the credentials from the AWS learner lab CLI:

image

Then in a new CMD instance, we want to run the following highlighted command

Deliverable 1:

keyy

With that, you will be able to see the new text file in the bucket:

image

We can do the reverse and bring a copy over to the host machine from the bucket by using the command in the screen shot

Deliverable 2:

image

You can see the file in the directory you executed the command in:

image