From c141fb609e1028ca7352e8b583928529661df656 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Fri, 27 Jan 2023 12:16:49 +0000 Subject: [PATCH] Update README.md --- unit01_cipher_fundamentals/lab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit01_cipher_fundamentals/lab/README.md b/unit01_cipher_fundamentals/lab/README.md index a9ed237..5578ea3 100644 --- a/unit01_cipher_fundamentals/lab/README.md +++ b/unit01_cipher_fundamentals/lab/README.md @@ -237,7 +237,7 @@ print (f"Result is: {cipher}") ``` # AWS Setup -In future labs, we will investigation Cloud-based encryption and security. For this we will be using AWS KMS (Key Management System) and AWS HSM (Hardware Security Module). We will be using the AWS command line console, Python and the AWS Management Console. If you have time, setup a Linux instance (instead of AWS Linux your might want to install Ubuntu). The lab is [here](https://github.com/billbuchanan/appliedcrypto/blob/main/unit01_cipher_fundamentals/lab/aws/aws_linux.pdf. If you want, you can use the AWS instance for future labs instead of the one in vSoC2. +In future labs, we will investigation Cloud-based encryption and security. For this we will be using AWS KMS (Key Management System) and AWS HSM (Hardware Security Module). We will be using the AWS command line console, Python and the AWS Management Console. If you have time, setup a Linux instance (instead of AWS Linux your might want to install Ubuntu). The lab is [here](https://github.com/billbuchanan/appliedcrypto/blob/main/unit01_cipher_fundamentals/lab/aws/aws_linux.pdf). If you want, you can use the AWS instance for future labs instead of the one in vSoC2. # Advanced Lab If you are looking to do extra exercises, this section provides some additional challenges.