0

Question is really simple, Where we can check in the VPC to find internet-facing resources?

There are 1 VPC and it has couple private subnets where EC2 instances are in (with security groups attached), couple public subnets where NAT gateways are in (with EIP addresses attached) and each subnets has its own route table.

Note that there are 1 Internet gateway and 1 Virtual private gateway attached to VPC.

Praveen Sripati
  • 32,799
  • 16
  • 80
  • 117
y3sm3
  • 11
  • 3

1 Answers1

0

One way is to check for the resources in the public subnet. Another way is to capture the VPC network metadata using the VPC Flow logs and analyze the same using Athena. Here is a blog on AWS around the same. Another way is to use the VPC Ingress Routing.

Praveen Sripati
  • 32,799
  • 16
  • 80
  • 117