From 5d7828bd0952507a8411ea9eaa7db8c381657727 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 22 Jul 2024 17:10:44 -0400 Subject: [PATCH 1/2] add folder in location --- .../iebcloud-jump-host/iebcloud-jump-hosts.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md 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..f628dc8f --- /dev/null +++ b/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md @@ -0,0 +1,57 @@ +# AWS Cloud Jump Host - Bastion Server + +This document is to cover the use case and purpose of CSVD's use of Jump Hosts. + + + +# Links + + + + +# 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 From 401e3db523283d180d16c36778df6fc65db80762 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 22 Jul 2024 22:27:03 -0400 Subject: [PATCH 2/2] updates --- .../iebcloud-jump-host/iebcloud-jump-hosts.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md b/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md index f628dc8f..a9fabb24 100644 --- a/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md +++ b/aws/proposals/iebcloud-jump-host/iebcloud-jump-hosts.md @@ -4,10 +4,16 @@ This document is to cover the use case and purpose of CSVD's use of Jump Hosts. -# Links +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