Questions tagged [aws-private-link]

37 questions
0
votes
1 answer

AWS endpoint service to expose on-prem API

I am new to cloud and AWS and we have the below problem statement. We have an API on-premises and one of our partners want to access it. We are planning to create private link connecting & exposing the onPrem API from our vpc so that our partner VPC…
0
votes
0 answers

AWS Elastic Search ConnectException: Operation timed out

I'm trying to access AWS open search cluster present in different AWS account(lets say ES cluster present in account A and we are trying to access it from Account B). I have performed following steps to access it Allowlist principal AWS account B…
0
votes
1 answer

AWS beanstalk PrivateLink not connecting

I have the following setup A single VPC 2 Public subnets across 2 AZ (containing AWS Beanstalk app with exposes an api) 2 Private subnets across 2 AZ (containing Lambda function) 1 Interface VPC Endpoint for Elastic beanstalk (Service name…
0
votes
1 answer

How to Publish/Subscribe an event to IOT through VPC endpoint(AWS)

I tried to publish an event from Lambda function to IOT, which execution environment resides in VPC private subnets but it is not working. I have an IOT device which policy is configured to allow all connections. Created a VPC with two private…
0
votes
1 answer

Pointing NLB to classic load balancer

I have a Classic Load Balancer for my kubernetes, but now I want to use AWS PrivateLink so I need to make use of a Network Load Balancer. Is there any way to point the Network Load Balancer to the Classic Load Balancer?
0
votes
1 answer

VPC Endpoint DNS not responding

I have a setup that consists of an ECS Ec2Service with a single instance running a task that sends an SNS message to a topic whenever the /index page is hit. Everything works fine and I'm able to do Publish the message to the topic if I use regular…
1 2
3