AWS Bastion Hosts Flashcards

1
Q

What is the primary purpose of an AWS Bastion Host?

A) Hosting web applications
B) Providing secure access to private instances within a VPC
C) Managing AWS IAM users
D) Handling DNS resolution for AWS resources

A

Answer: B) Providing secure access to private instances within a VPC

Explanation: A Bastion Host, also known as a Jump Host, is used to provide a secure gateway for accessing private instances within an AWS VPC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which protocol is commonly used to connect to an AWS Bastion Host for SSH access?

A) FTP
B) RDP
C) SSH
D) HTTP

A

Answer: C) SSH

Explanation: Secure Shell (SSH) is commonly used to establish secure connections to AWS Bastion Hosts for remote command-line access to other instances within the VPC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly