Back to Terraform templates index <–
AWS Bastion Host
![]()
Provides AWS Bastion Host.
Template Locations
Online documentation
Template reference
Service description
Related AWS Resources
| Resource | Description | Automation |
|---|
module "aws_instance" {
name = "BastionhostSG"
ami = "ami-00000000000"
instance_type = "t2.micro"
}