diff --git a/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md b/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md new file mode 100644 index 00000000..a9fabb24 --- /dev/null +++ b/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md @@ -0,0 +1,63 @@ +# AWS Cloud Jump Host - Bastion Server + +This document is to cover the use case and purpose of CSVD's use of Jump Hosts. + + + +Things to consider: +- multi-user access +- runs terraform/support repo tools +- should be used for application container development? (currently blocked by sudoers/and something else asking for UID/GID) +- runs aws cli for interaction with all environemnts +- if we had linux we could use AWS Workspaces? +- eks cluster with pod per user?, shared efs mount for data? +- ??? + + + +# Why + + + +# What + + + +# Where + + + +# When + + + +# Who + + + +# How + + + + + +# Links + +AWS provides some resources for problems of this shape to consider: + +1. https://aws.amazon.com/solutions/implementations/linux-bastion/ +1. https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/access-a-bastion-host-by-using-session-manager-and-amazon-ec2-instance-connect.html +1. https://aws.amazon.com/blogs/containers/scale-to-15000-tasks-in-a-single-amazon-elastic-container-service-ecs-cluster/ +1. https://elasticscale.com/get-a-cheap-vpn-into-your-aws-vpc-and-worldwide-performance-improvement-through-cloudflare-tunnels/ +1. https://aws.amazon.com/blogs/desktop-and-application-streaming/use-elastic-fleets-and-linux-for-inexpensive-secure-bastion-hosts-in-amazon-appstream-2-0/ + + +# CHANGELOG + +* 0.0.1 -- 2024.07.22 + - wip