Using AppConfig with a Lambda in a private VPC with an Endpoint

0

I'm using AppConfig with Lambda successfully for Lambdas running outside a VPC (using the AppConfig Lambda extension). I'd like to also use AppConfig on Lambdas that need to run in a VPC.

Lambdas running in VPCs are able to use many AWS services by making use of VPC endpoints. There doesn't appear to be an AppConfig VPC endpoint which is disappointing (I've tried using an SSM endpoint which - as expected - doesn't work for AppConfig).

It appears the only option would be to have the Lambda access AppConfig across the internet using a NAT gateway. This feels like overkill to access an AWS service. Am I missing a way for a Lambda running in a VPC to privately access AppConfig or is an endpoint likely to be introduced for this service?

Thanks

Andrew
已提問 1 年前檢視次數 609 次
2 個答案
0

app config doesn't have a vpc endpoint option as of now. Connection is only supported by internet.

Shivam
已回答 1 年前
0

As of December 6 2023, you can now use AWS PrivateLink to create a private connection between your VPC and AWS AppConfig. You can access AWS AppConfig as if it were in your VPC, without the use of an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your VPC don't need public IP addresses to access AWS AppConfig.

Refer to the release notes - https://aws.amazon.com/about-aws/whats-new/2023/12/aws-appconfig-supports-privatelink/

AWS
支援工程師
已回答 1 個月前

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

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

回答問題指南