Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 AWS 自动缩放中托管了我的 magento2 站点,并使用了 Redis/Elasticache、RDS。我如何确保我的 Redis 和 RDS 只能从自动缩放中创建的动态实例中访问。
您可以将 Redis/Elasticache、RDS 放在一个安全组中,并将其安全组入站规则配置为仅允许来自 AWS AutoScaling 的实例安全组的流量。
如下图所示。配置安全组的入站规则以允许来自不同安全组的流量,这将限制所有其他流量进入,除了来自配置的安全组。
更多细节可以在下面找到:
ElastiCache 的安全组
RDS 安全组