简体   繁体   English

如何将AWS EC2 Windows实例连接到另一个区域中的简单AD域?

[英]How do I connect an AWS EC2 Windows Instance to a Simple AD Domain in another region?

Simple AD addresses are private and cannot be made public and is not a recommended practice . 简单的AD地址是私有的,不能公开,因此不建议这样做

I wanted a simple way to add a new Windows Machine in any region I choose but to be able to use a single Simple AD domain for all machines. 我想要一种简单的方法来在我选择的任何区域中添加新的Windows计算机,但是能够对所有计算机使用单个Simple AD域。

Proposed solutions include using workspaces to assign public IP addresses, or VPCs using public Internet Gateways and IPSec Tunnels. 提议的解决方案包括使用工作区分配公共IP地址,或使用公共Internet网关和IPSec隧道分配VPC。

I think what I need something that should not need an network engineering degree but I'm having trouble figuring this one out. 我认为我需要的东西不需要网络工程学位,但我很难弄清楚。

This 6 year old thread suggests an Amazon article that ends by saying: 这个已有6年历史的主题暗示了一篇Amazon文章的结尾:

AWS highly recommends leveraging virtual network appliances available in the AWS Marketplace to significantly reduce the level of effort to establish and maintain these VPN connections. AWS强烈建议利用AWS Marketplace中提供的虚拟网络设备来显着减少建立和维护这些VPN连接的工作量。 This design will result in additional EC2 and, potentially, third-party license charges. 这种设计将导致额外的EC2以及潜在的第三方许可费用。 [...] [...]

Is there a simple answer to my question? 我的问题有一个简单的答案吗?

I don't think there is a simple answer unfortunately. 不幸的是,我认为没有简单的答案。 If you want a private connection into AWS I believe your most likely option would be creating a VPN tunnel between the two regions VPCs. 如果您想与AWS建立私有连接,我相信您最有可能的选择是在两个区域VPC之间创建VPN隧道。

VPC Peering would be the easiest option, but you cannot use VPC Peering across regions without the use of a VPN ( https://aws.amazon.com/answers/networking/aws-multiple-region-multi-vpc-connectivity/ ). VPC对等将是最简单的选项,但是如果不使用VPN( https://aws.amazon.com/answers/networking/aws-multiple-region-multi-vpc-connectivity/ ),则无法跨区域使用VPC对等。

In regards to the article found there is OpenVPN that you can download and install onto an EC2 instance to facilitate this access ( https://docs.openvpn.net/how-to-tutorialsguides/virtual-platforms/amazon-ec2-appliance-ami-quick-start-guide/ ). 关于找到的文章,您可以下载OpenVPN并将其安装到EC2实例上以方便此访问( https://docs.openvpn.net/how-to-tutorialsguides/virtual-platforms/amazon-ec2-appliance- ami-quick-start-guide / )。

Hope you've managed to complete this easier already! 希望您已经设法轻松完成此操作!

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

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