Skip to content

Section 1: Lab Preparation

1.1 Retrieve Your Lab Credentials

Open the Lab Credential Portal.

Enter:

  • The shared Lab access key provided by the instructor
  • Your assigned Student ID, for example student01

Select Show my credentials.

The portal displays only the credential record assigned to your Student ID. Keep the credential page open during the lab.

You will use the following values:

CredentialUsed for
AWS account IDAWS Console sign-in
IAM usernameAWS Console sign-in
AWS Console passwordAWS Console sign-in
AWS access key IDAWS CLI or API authentication
AWS secret access keyAWS CLI or API authentication
FortiFlex tokenFortiGate-VM license activation
FortiGate serial numberConfirming that the correct FortiFlex entitlement is assigned and verifying the licensed appliance

Important

Use only the credentials and license information assigned to your Student ID.

Do not share, photograph, copy to an unsecured location, or reuse these values outside this lab.

TIP

Use the Copy button beside a value when available to avoid typing errors.

1.2 Access the AWS Console

Open the AWS Management Console:

Access the AWS Management Console

Log in using the values displayed in the credential portal:

AWS sign-in fieldCredential portal value
Account IDAWS account ID
IAM user nameIAM username
PasswordAWS Console password

INFO

Use only the student account assigned to you for this workshop.

After signing in, confirm that the selected AWS Region is Frankfurt (eu-central-1).

1.3 Create an SSH Key Pair

You need an SSH key pair to securely access the EC2 instances deployed in the spoke VPCs.

  1. In the AWS Console search bar, enter Key pairs, and open EC2 > Key pairs.

    Search for EC2 key pairs

  2. Select Create key pair.

  3. Configure the key pair:

    SettingValue
    NameYour Student ID followed by -key, for example student01-key
    Key pair typeRSA
    Private key file format.pem

    Create the EC2 key pair

  4. Select Create key pair.

  5. The .pem file 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:

bash
chmod 400 student01-key.pem

FortiGate AWS Hands-on Lab Guide