Skip to content

gerardVM/terraform-aws-ssh-anywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS EC2 Instance Connect Endpoint

This module creates an EC2 Instance Connect endpoint in an AWS account so you just need to execute the following command to connect via SSH to an EC2 instance:

aws --region <your_aws_region> ec2-instance-connect ssh \
--instance-id <your_instance_id> \
--os-user ec2-user \
--local-forwarding <local_port>:<destination_host_ip>:<destination_host_port> \
--connection-type eice

About

Module to be able to ssh to any of your ec2 instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages