简体   繁体   English

如何从内部经典负载均衡器服务的应用程序访问 AWS SNS?

[英]How to access AWS SNS from an application served by internal classic load balancer?

I have an application running in an AWS EKS cluster, the application is previously serving with a public-facing load balancer thus it can easily AWS SNS service, but due to some security reasons we are asked to move that to serve via the internal load balancer, now after moving to the internal load balancer, the application is working but was not able to access SNS service.我有一个在 AWS EKS 集群中运行的应用程序,该应用程序以前使用面向公众的负载均衡器提供服务,因此它可以轻松地使用 AWS SNS 服务,但由于某些安全原因,我们被要求将其移动到通过内部负载均衡器提供服务,现在在移动到内部负载平衡器后,应用程序可以正常工作但无法访问 SNS 服务。

How can we configure the application from the internal.network to access the AWS SNS service?我们如何配置来自 internal.network 的应用程序以访问 AWS SNS 服务?

You might be after these documents你可能在寻找这些文件

In Short, as you are within a private.network, you need to create VPC Endpoints in order to access the AWS services that are outside of a VPC.简而言之,由于您在私有网络中,因此您需要创建 VPC 端点才能访问 VPC 外部的 AWS 服务。

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

相关问题 Ingress 和 AWS 应用程序负载均衡器 - Ingress and AWS Application Load Balancer 如何通过 openvpn 云将域路由到 aws 内部负载均衡器? - How to route domain via openvpn cloud to aws internal load balancer? 如何为 AWS Application Load Balancer 使用基于路径的路由 - How to have path based routing for AWS Application Load Balancer 从 Load Balancer 后面访问 AWS EC2 Inte.net - AWS EC2 Internet access from behind Load Balancer 如何将配置文件添加到 AWS 应用程序负载均衡器? - How to add a configuration file to a AWS application load balancer? AWS 应用程序负载均衡器抛出 502 - AWS Application load balancer throwing 502 将 http 重定向到 https AWS 应用程序负载均衡器 - Redirect http to https AWS Application Load Balancer 以 lambda 作为目标的 AWS Application Load Balancer 无法正常工作 - AWS Application Load Balancer with lambda as target not working 如何允许内部负载均衡器上的出站流量 - How to allow outbound traffic on internal load balancer 是否可以将内部负载均衡器部署到一个 su.net 上? (AWS 云) - Can an internal load balancer be deployed to one subnet? (AWS Cloud)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM