【发布时间】:2015-01-28 01:51:48
【问题描述】:
我想在 AWS 上使用以下配置设置 Wordpress 服务器
服务器 A - 用于负载平衡的 HAProxy + SSL 终止 服务器 B、C、D - Varnish 缓存服务器 服务器 E - 运行 Wordpress 的 Nginx Web 服务器连接到 RDS 和运行 Memcache 的 Elasticache
2 个 EC2 实例将从 Account-A 运行,其他 3 个实例将在 Account-B 运行。所有这些实例都将通过 VPC 对等互连。
这就是我认为的样子:http://i.imgur.com/grOZ8Ty.jpg
所以我的问题是根据这个文件,http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-peering.html#vpc-peering-limitations
它说,“VPC 对等不支持传递对等关系”,我对此感到震惊。
我的设置是否仍然有效,或者我应该如何按照链接图像中的说明进行设置?
【问题讨论】:
标签: ssl nginx amazon-ec2 varnish amazon-vpc