简体   繁体   English

AWS VPN 到 AWS VPC

[英]AWS VPN to AWS VPC

I have a service provider offering an AWS VPN connection to their AWS VPC.我有一家服务提供商提供与其 AWS VPC 的 AWS VPN 连接。 Their process is designed to work with an on premise connection.他们的流程旨在与本地连接一起工作。

However, I want to connect my AWS VPC to the AWS VPN they have created.但是,我想将我的 AWS VPC 连接到他们创建的 AWS VPN。

They have shared the VPN Connection Configuration file with me.他们与我共享了 VPN 连接配置文件。
I have given them an Elastic IP I have set aside in my AWS account and it appears in the Connection Configuration file as the Tunnel (1&2) Interface Configuration, Outside IP Addresses, Customer Gateway.我给了他们一个弹性 IP 我已在我的 AWS 账户中预留,它在连接配置文件中显示为隧道 (1&2) 接口配置,IP 地址外,客户网关。

What AWS assets on my side, do I need to setup to establish the connection?我需要设置哪些 AWS 资产来建立连接?
Can anyone point me to a guide that describes the configuration steps needed?任何人都可以向我指出描述所需配置步骤的指南吗?
Do I need to configure an AWS asset FIRST and THEN release the resulting public IP address for them to insert into the VPN Configuration file?我是否需要先配置 AWS 资产,然后发布生成的公共 IP 地址,以便他们插入 VPN 配置文件?

Any suggestions welcome.欢迎任何建议。
Thanks谢谢

You can connect your Amazon VPC to remote networks and users using the following VPN connectivity options:您可以使用以下 VPN 连接选项将您的 Amazon VPC 连接到远程网络和用户:

  1. AWS Site-to-Site VPN AWS 站点到站点 VPN
  2. AWS Client VPN AWS 客户端 VPN
  3. AWS VPN CloudHub AWS VPN CloudHub
  4. Third party software VPN appliance第三方软件 VPN 设备

According to what You described, I think the first choice is the most suitable for You.根据你的描述,我认为第一个选择是最适合你的。 You can enable access to your remote network from your VPC by creating an AWS Site-to-Site VPN (Site-to-Site VPN) connection, and configuring routing to pass traffic through the connection.您可以通过创建 AWS Site-to-Site VPN (Site-to-Site VPN) 连接并配置路由以通过连接传递流量来启用从 VPC 对远程网络的访问。

Check out this pages for further details:查看此页面以获取更多详细信息:

https://docs.aws.amazon.com/vpc/latest/userguide/vpn-connections.html https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html https://docs.aws.amazon.com/vpc/latest/userguide/vpn-connections.html https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM