Access internal web application from on-premises IP or local machine

0

We have a web application hosted behind Internal ALB. Resources in the same VPC can access the application through ALB DNS. I want to access this web application from our On-Premises office network. Is there a way to connect our network to AWS VPC and access internal ALB over DNS or access private EC2 instances using PRIVATE IP of the resources

1 回答
1

AWS VPC allows the use of Site to Site VPN and DirectConnect for connections between locations.
This allows you to access AWS internal ALBs, etc. from your office network.
https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html

Another option would be Client VPN, but this requires the local machine to be configured with an SSL certificate or SAML authentication.
Perhaps the VPN you are looking for is a VPN between locations, so the above Site to Site VPN is a good choice.
https://docs.aws.amazon.com/mwaa/latest/userguide/tutorials-private-network-vpn-client.html

profile picture
专家
已回答 10 个月前
profile picture
专家
已审核 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则