0PricingLogin
AWS Security Academy · Lesson

Why Bastion Hosts Add Risk

See how jump boxes and open ports widen your attack surface.

The Old Way In

To administer servers inside a private network, teams traditionally used a bastion host (also called a jump box): a hardened, internet-facing instance you SSH into first, then hop to internal machines. While common, this pattern widens your attack surface in several ways the SCS-C02 exam expects you to recognize and eliminate.

What a Bastion Host Is

A bastion host sits in a public subnet with a port (usually 22 for SSH or 3389 for RDP) open to the internet or a corporate IP range. Administrators connect to it, then reach private instances. It is the single guarded door into the environment, which makes it both critical and a prime target.

All lessons in this course

  1. Why Bastion Hosts Add Risk
  2. Session Manager Without Open Ports
  3. Auditing and Logging Admin Sessions
  4. Hardening Endpoints and Patch Manager
← Back to AWS Security Academy