Section 1 : Introduction to AWS EBS and Session Scope

1. What is AWS Elastic Block Store (EBS)?

2. Key EBS Misconfigurations Investigated

In this session, we’ll look into common EBS misconfigurations that pose security risks:

Section 2 : Setting Up the Investigation Lab (Scenario Setup)

Before diving into the misconfigurations, we’ll need to set up the lab environment and verify prerequisites.

1. PowerShell Profile Check

Make sure that the AWS PowerShell profile for this session, named "securitymaster", is configured correctly on your system. You can verify this with the following PowerShell command:

Get-STSCallerIdentity -ProfileName securitymaster

2. VM Creation

Follow the instructions in the provided link to create a Virtual Machine (VM) for this session. The link to the necessary setup instructions is:

Executing these commands will help you create the testing environment for analyzing the EBS volume and snapshot configurations.

Section 3 : Scenario - Investigating Volume and Snapshot Misconfigurations