| > If you wish to provide access via SSH… Don’t do this. I can’t think of a single reason that anyone ever needs to SSH directly into a server on AWS in 2022. Use System Manager Session Manager https://docs.aws.amazon.com/systems-manager/latest/userguide... Short explanation: it allows you to access a Linux instance via SSH using SSM as an IAM controlled proxy or use RDP for Windows. You don’t need ingress access to your instance or even egress internet access if your security policies mandate it as long as you set up the correct service endpoints. Also, just use Control Tower and federate it with your IDP - Active Directory, Okta, etc. |