SYS 360 Lab 4 1: S3 - JadenGil/Jaden-Tech-Journal GitHub Wiki
Creating a bucket:
To create a bucket we will need to use the search bar to find "S3". The home page will look like this:
On that page, we will want to select "Create bucket". Give the bucket a name but leave the rest of the settings default:
With that, select "create bucket" at the bottom of the page.
Now we can select our bucket and upload a file
Deliverable 1:
Create a Customer Managed Key in KMS:
Now we can go back to the AWS homepage and search for "Key Management Service" The home screen will look like this:
From there we can select "Create Key" and follow the steps in these screenshots:
Make sure to name the key with an alias!
Deliverable 2:
Using native S3 SSE to protect a file in S3 Bucket:
Now we want to go back to the S3 page and then we want to click "upload" on our bucket from here we will upload a new file and then we want to expand the "properties" tab:
We want to keep the storage class set as "Standard" but it is important to note the features of the other storage classes:
Then we want to scroll down to the Server-side encryption section and select the following settings:
Then we can scroll down and select "upload"
Deliverable 3:
Use native AWS KMS SSE to protect a file in S3 Bucket:
To do this we will follow almost the exact same steps we did in the instructions above but this time when making the server-side encryption we will use the following highlighted settings:
When choosing the key make sure it's the one that was most recently made!
Deliverable 4: