Advice needed! Service mapping - public facing web applications in the cloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 06:13 AM - edited 05-07-2023 06:14 AM
Trying to do service map for a web application that services the public. Can I achieve the service map by top-down discovery? And how should I setup the mid server?
The service contains:
1. a public domain name /URL and associated public IP address
2. ELB AWS balancer behind the public IP
3. ELB AWS redirect traffics to web servers, then application and DB servers. All these servers are all inside the internal network hosted on AWS (not serverless)
Has anyone done service map similar to this this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 09:47 PM
Your Mid Server will be Hosted in DMZ
Public URL is resolving by DNS on Public IP, then the Traffic lands to LB. LB must be configured to route to actual servers. if DNS is set properly it should work.
If DNS is not resolving then u have to GRAB the LB URL and process just like Other Applications.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 11:50 PM
Thanks for the reply. But can you elaborate this part a bit? "u have to GRAB the LB URL and process just like Other Applications."