简体   繁体   English

跨区域复制 EC2 机器

[英]Cross region replication EC2 machines

1.Is it possible to have replication between master postgresql in one AWS region and slave in another AWS region?. 1.是否可以在一个AWS区域的master postgresql和另一个AWS区域的slave之间进行复制?

Basically we are looking for a Disaster recovery set up(in cross region).基本上,我们正在寻找灾难恢复设置(跨区域)。 We prefer to use postgresql in EC2 over RDS since we want better control over configurations.我们更喜欢在 EC2 中使用 postgresql 而不是 RDS,因为我们希望更好地控制配置。

2.Basically we are planning to migrate a three tier architecture application with db hosted in separate machines to AWS EC2. 2. 基本上,我们计划将一个三层架构应用程序迁移到 AWS EC2,其中 db 托管在不同的机器上。

Currently in our on-premise design we have replication setup( for database ) to another similar set of vms in datacenter set up in another region.?目前在我们的本地设计中,我们将复制设置(用于数据库)复制到另一个区域中设置的数据中心中的另一组类似的虚拟机。

Can we have the same DR design with EC2 instances in cross region?我们可以在跨区域使用 EC2 实例相同的 DR 设计吗?

Thanks.My research shows it is possible but we may need to use VPC peering for cross region network connectivity.谢谢。我的研究表明这是可能的,但我们可能需要使用 VPC 对等互连来实现跨区域网络连接。

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

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