|
|
|
|
|
by laumars
2882 days ago
|
|
You could run the docker container on an EC2 instance or have an SSH bastion / VPN tunnel between yourself and your AWS VPC. I tend to opt for the SSH tunnel route for personal projects but use OpenVPN with a secrets management (eg Vault or AWS's new key store) for professional projects (ie when you have several people on your team). AWS is versatile enough that you do actually have several options available to you. |
|