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 Answer
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
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago

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