🎯 Learning Objectives


Part 1: Before You Start — Region Check

Explanation

CloudFormation templates can reference region-specific values such as AMI IDs (Amazon Machine Image). An AMI ID that is valid in us-east-1 (N. Virginia) will not work in eu-west-1 (Ireland). To make sure everything in this lab works as expected, you must be in the correct region before doing anything else.

Actions

  1. Log in to the AWS Console.
  2. Look at the top-right corner of the page — you will see the currently selected region (e.g., eu-west-1 or ap-southeast-1).
  3. Click on it and change it to US East (N. Virginia) — us-east-1.
  4. Confirm the region label in the top-right now shows N. Virginia.

Key Concepts