terraform-aws-server/examples/basic/directssheip
Matt Trachier 262ff3914d
fix: Fix release (#66)
* fix: add random name to project

Signed-off-by: matttrach <matt.trachier@suse.com>

* fix: update to new access version

Signed-off-by: matttrach <matt.trachier@suse.com>

---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2024-05-03 17:15:26 -05:00
..
README.md refactor!: adjust for new abilities (#62) 2024-05-03 11:31:30 -05:00
main.tf fix: Fix release (#66) 2024-05-03 17:15:26 -05:00
outputs.tf refactor!: adjust for new abilities (#62) 2024-05-03 11:31:30 -05:00
variables.tf refactor!: adjust for new abilities (#62) 2024-05-03 11:31:30 -05:00
versions.tf fix: example versions (#64) 2024-05-03 12:58:21 -05:00

README.md

Direct SSH Access over EIP

The expands on the basic example by enabling direct access to the server through the network, and by enabling ssh access on the OS. The exposure mechanism is specifically through an elastic IP address.

The goal of this example is to show how you could enable ssh access on a server, complete with a new user and ssh key. There are many ways to set up ssh access, but this one attempts to be as secure as possible by making sure that no private key is listed in the state file and only a single IP is allowed access to the server.

From a higher level, this is very similar to how you would set up a server for our install modules.