Questions tagged [vpc-endpoint]
111 questions
-1
votes
1 answer
What is the difference between VPC Peering and VPC Endpoint Service? And when to use them?
I understand VPC Peering is used to establish connection between 2 VPCs. And to connect to another Application/Service in another VPC, VPC Endpoint Service is used. But can't a VPC Endpoint Service be connected via VPC peering?
A use-case/scenario…

Mohamed Bilal
- 11
- 2
-1
votes
1 answer
connect to interface gateway from private subnet aws
I have a private subnet in my VPC on AWS. I have a java application uploaded on Lambda in that subnet, from which I am trying to connect to SQS via interface endpoint. In my java application I connect to SQS by :
AmazonSQS sqsClient =…

Nane Petrosyan
- 553
- 1
- 7
- 19
-1
votes
1 answer
How to Access VPC enabled Elasticsearch Using AWS Lambda function
I am trying to access Elastic search cluster using lambda function. The problem I am facing is that it gives an error. The response is:
{
"errorMessage": "Failed to parse:…

Ali Alvi
- 29
- 8
-2
votes
1 answer
How can I lookup an existing VPC Endpoint Service in CDK?
I know there is a way to lookup an existing VPC or VPC Endpoint
But, is there a way to look up a VPC Endpoint Service in CDK?
I need to find out the availability zones of an existing VPC Endpoint Service.

CodeSammich
- 150
- 1
- 2
- 10
-2
votes
1 answer
Calling a private APIGateway Fronted non-VPC Lambda From within a VPC
Given an AWS Lambda that does not need access to resources within a VPC, the well architected serverless lens recommends not putting the function in a VPC.
However, my Lambda will sit behind an APIGateway to facilitate a REST endpoint that needs to…

Ramón J Romero y Vigil
- 17,373
- 7
- 77
- 125