How to connect to other VPC SAP instance having VPC Peering via Appflow ?

0

We have VPC Peering enabled. How can appflow now connect to other VPC's private SAP instance ?

Anurag
asked 5 months ago225 views
3 Answers
0

Set Up VPC Peering ==> IAM Role and Permissions (Create an IAM role that grants AppFlow permissions to access the necessary resources in both VPCs. ) ==> Set up an AppFlow flow (Define the source and destination connectors (such as SAP) ==> Network Configuration (Ensure that the security groups and network ACLs allow the necessary traffic between the peered VPCs.) ==> Test Connectivity.

For more details, I recommend checking the AWS documentation:

AWS AppFlow Documentation & AWS VPC Peering Documentation

profile pictureAWS
Zouhair
answered 5 months ago
  • Your answer is not complete . In APPFLow connections , what URL should I fill in case of VPC peering ? should I enable privatelink enabled or not

0

I believe AWS AppFlow connections can be configured with or without PrivateLink, depending on your network architecture and security requirements. If you are using VPC peering and want to leverage PrivateLink, make sure that PrivateLink is enabled for AppFlow in both the source and destination VPCs.

Also, if you're connecting to a private SAP instance in another VPC, you generally use the private IP address or DNS hostname of the SAP instance. The URL would typically be something like sap://<private-ip-or-hostname>:<port>.

profile pictureAWS
Zouhair
answered 5 months ago
  • No, it doesn't accept URL of this format sap://.... I also tried with https://privateIp but this also doesn't work. Application host URL - https://privateIp Port number - 8001 PrivateLink - disabled ( since it needs endpoint service, nlb, tg .. )

0

Are these 2 VPCs in same account or different account?

AWS
SBAWS
answered 3 months ago
  • Different accounts

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions