📖 What is Bastion Host?

A Bastion Host is a hardened server deployed within a VPC to provide secure, controlled access to resources in private subnets. It acts as a single point of entry, mitigating exposure of internal instances directly to the internet and enforcing strict access controls via SSH or RDP.

🥋 Sensei Says:

"Understand the architectural pattern of placing a Bastion Host in a public subnet. Exam questions frequently test the ability to differentiate its function from a VPN or proxy server. It's a security best practice, not a core AWS service with extensive configuration options."

📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)

🔑 What are the Key Concepts of Bastion Host?

  • Bastion Hosts reside in public subnets, allowing inbound SSH/RDP access while protecting private subnet resources.
  • They enforce multi-factor authentication (MFA) and strict IP whitelisting for enhanced security and access control.
  • Bastion Hosts are typically hardened – meaning they have minimal software installed and are regularly patched.
  • They are not a core AWS service; you create them using standard EC2 instances and security group configurations.
  • Using a Bastion Host is a key component of a zero-trust security model, limiting network exposure.

🎯 How does Bastion Host appear on the SAA-C03 Exam?

You may be asked to identify the best method for a developer to securely access a database server residing in a private subnet without exposing it directly to the internet.

A scenario might describe a security audit finding that internal instances are directly accessible from the internet – determine how to remediate this using a Bastion Host.

Expect questions about choosing between a Bastion Host, a VPN, and AWS Systems Manager Session Manager for secure remote access.

❓ Frequently Asked Questions

When would you choose a Bastion Host over AWS Systems Manager Session Manager?

Session Manager doesn't require open inbound ports, but a Bastion Host is useful when you need to use existing SSH/RDP tools or for legacy applications that don't support Session Manager.


What security group rules are essential for a Bastion Host?

Allow SSH (port 22) or RDP (port 3389) inbound only from your known IP address or a jump host. Outbound should be restricted to only necessary destinations.


Can a Bastion Host be used for all remote access needs?

While secure, Bastion Hosts require management and patching. Consider Session Manager for simplified access and reduced operational overhead where applicable.

Related Terms from AWS Certified Solutions Architect - Associate

📝 Related Study Guides

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

The AWS Solutions Architect Associate (SAA-C03) exam validates your ability to design cost-effective, resilient, and secure cloud architectures. To pass, you must master four domains—Security, Resilience, Performance, and Cost Optimization—and score at least 720/1000 on 65 questions within 130 minutes using the AWS Well-Architected Framework.

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

To pass the AWS SAA-C03 exam, you must master four domains: secure, resilient, high-performing, and cost-optimized architectures. Success requires deep knowledge of core services like VPC, EC2, and S3, combined with hands-on experience and rigorous practice using high-quality question banks to simulate the 65-question, 130-minute exam environment.

Deep Dive 8 min read

AWS SQS vs SNS: Core Differences for the SAA-C03 Exam

AWS SQS is a pull-based message queuing service used for one-to-one decoupling, ensuring messages are processed once. AWS SNS is a push-based pub/sub service for one-to-many notifications. For the SAA-C03 exam, remember SQS provides persistence and polling, while SNS delivers real-time messages to multiple subscribers instantly.

🧠

Test Your Knowledge

Think you understand Bastion Host? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium