Section 1: Lab Preparation
1.1 Access the AWS Console
Log in to the AWS Management Console using the workshop access information.
Access the AWS Management Console
INFO
Use the student account assigned to you for this workshop.
1.2 Create an SSH Key Pair
You need an SSH key pair to securely access the EC2 instances deployed in the spoke VPCs.
Confirm that the selected AWS Region is Cape Town (
af-south-1).
In the AWS Console search bar, enter Key pairs, and open EC2 > Key pairs.

Select Create key pair.
Configure the key pair:
Setting Value Name Student01-keyor your assigned student IDKey pair type RSA Private key file format .pem
Select Create key pair.
The
.pemfile downloads automatically. Store it securely.
Important
AWS does not allow the private key file to be downloaded again after creation.
Windows
You can use Windows OpenSSH directly with the .pem file. PuTTY users may need to convert the .pem file to .ppk format.
On macOS or Linux, restrict access to the private key:
chmod 400 Student01-key.pemYou will select this key pair during the CloudFormation deployment.
Next Step
Continue to Section 2: Deployment and Provisioning.