Bastion Host - CI/CD Glossary Definition
A bastion host is a single hardened, internet-facing server used as the only entry point for administrative SSH into a private network. Internal instances accept connections only from the bastion, shrinking the attack surface.
Related guides
Security Group - CI/CD Glossary DefinitionA security group is a stateful virtual firewall attached to an instance, allowing inbound and outbound traffi…
Subnet - CI/CD Glossary DefinitionA subnet is a slice of a VPC’s IP range tied to one availability zone; public subnets route to the internet,…
Egress - CI/CD Glossary DefinitionEgress is traffic leaving a network or instance - outbound connections. Locking down egress limits what a com…