Secure AWS EC2 instances with MFA and SSH key rotation
May 19, 2021 · 3 min read · Overall architecture Idea The primary idea behind this architecture is to securely access EC2 instances over SSH. There are two parts to this: Secure SSH access to Bastion host using MFA. This process is explained in this AWS blog. Public and Priva...
Join discussion