Network Security: Set up SSM for SSH Access
We'll cover the following...
Objective
Make our instances inaccessible from the internet.
Steps
- Set up SSM for SSH access.
In this section, we’re going to make our EC2 instances inaccessible from the internet. The instances will be able to reach the internet using a NAT gateway, but the network will not allow anything from the internet to reach the instances without going through the load balancer.
🔍 Once we make our instances use a NAT gateway to connect to the internet, an additional data transfer charge (currently ...