We can create an NACL with no SSH permission as follows:
- Go to VPC service in the console.
- Click on Network ACLs on the left sidebar.
- Click on the NACL for our custom VPC and check its subnet associations. This should contain all the subnets of our VPC that are not associated with any other VPC.
- Click on Create network ACL at the top of the page.
- Provide a name in the Name tag field and select our custom VPC from the dropdown for the VPC field:
- Click on Create to create the VPC. If we go to the NACL list, we will see that our new NACL doesn't have any subnets associated with it:
- Select our new NACL and verify the inbound ...