Improve this page

Back to Terraform templates index <–

AWS Bastion Host

Provides AWS Bastion Host.

Template Locations

Online documentation

Template reference
Service description

Resource Description Automation
module "aws_instance" {
    name              = "BastionhostSG"
    ami               = "ami-00000000000"
    instance_type     = "t2.micro"
}