private VPC connectivity to social medias

0

Hi team,

we are working in accelerator account AWS ASEA, that has no outbound connectivity

we can not connect to internet to download anything (libraries, ....)

the VPC is private only.

our task is to fetch data from twitter and do

  • twitter data processing
  • sentiment Analysis ..

we would like to know if there is a way to achieve this when our account doesn't have outbound(internet) connectivity?

could you please advice best practices/architecture to do this scenarios (twitter data processing, sentiment Analysis) ?

Thank you

1 個回答
0

If your AWS account has no outbound connectivity to the internet, one way to fetch data from external sources like Twitter and perform data processing is by setting up a proxy server in a different AWS account or VPC with internet access.

  • Deploy a proxy server, like Squid or Nginx, in another AWS account or VPC that has internet access. Configure the security groups and network ACLs to allow inbound traffic from your private VPC and outbound traffic to the internet.
  • Establish a VPC peering connection between your private VPC and the VPC where the proxy server is running. https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html
  • Update your applications running in the private VPC to use the proxy server for outbound traffic.
profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南