API GW와 EKS Cluster를 안전하게 Integration하는 방법(Rest API)

0

API GW를 EKS Cluster를 연동해서 Public API 서비스(Rest API)를 제공하고 있습니다.

API GW와 EKS Cluster 사이에 Public ALB를 두고 사용하고 있는데, ALB URL이 인터넷망에 노출되는 부분이 걱정입니다.

안전하게 API GW Integration을 제공하는 방법은 무엇이 있을까요?

1 Risposta
0
Risposta accettata

VPC Link기능을 사용하면, 백엔드를 Public 노출 없이 안전한 경로로 API Gateway와 통합할 수 있습니다. Rest API의 VPC Link는 VPC의 Private Subnet의 NLB를 Privatelink를 경유하여 API Gateway와의 Secure Connection을 제공합니다. 격리된 AWS Managed VPC와 AWS Backbone을 통해 통신하기 때문에 외부에 노출이 되거나 권한이 없는 타계정에서 접근할 수 없습니다.

https://aws.amazon.com/ko/blogs/compute/understanding-vpc-links-in-amazon-api-gateway-private-integrations/

con risposta 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande