Thursday, May 4, 2023

How to find Dedicated egress IP address in AEMaaCS

 

What is dedicated egress IP address?


Dedicated egress IP address allows requests from AEM as a Cloud Service to use a dedicated IP address, allowing the external services to filter incoming requests by this IP address.


How to find Dedicated egress IP address?

Obtain the dedicated egress IP address by using a DNS Resolver on the host: p{programId}.external.adobeaemcloud.com, or by running dig from the command line.

$ dig +short p{programId}.external.adobeaemcloud.com

You can also find Egress Ip using nslookup

$ nslookup p{programId}.external.adobeaemcloud.com

where programId you can find from your instance link. For eg you can find programId from this refreence url of your instance.

https://author-p<programID>-e<enviornmentId>.adobeaemcloud.com/aem/start.html


Note: Egress Ip is program Specific. It means it is same for all environments linked program.


OLAP vs OLTP

OLAP (Online Analytical Processing) and OLTP (Online Transaction Processing) are two different approaches to handling data in databases.  ...