Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [vpc-endpoint]

The tag has no usage guidance.

vpc-endpoint
0 votes
1 answer
19 views

Is it possible to create AWS endpoint service and use a external internet facing NLB with it?

i have Auto scaling group in private subnet. And i have created a internet facing NLB for it which works fine. I need to create a endpoint service as well, and i created that and associated the same ...
imit's user avatar
  • 5
0 votes
1 answer
19 views

VPC SQS Endpoint dont show any dataflow for event from S3 to SQS and SQS to Lambda

I've a S3 bucket that notifies SQS for put and copy events. and SQS is trigger private Lambda. Lambda is running under a VPC in private subnet. Data is flowing successfully and S3 to SQS and to ...
Zeeshan Asghar's user avatar
-1 votes
1 answer
62 views

Use secret manager with security group AWS

I'm deploying an API with AI model on AWS. To do so I created an ECS Fargate with a security group. My API needs to store secrets so I'm also using the Secrets Manager. The problem is that I want to ...
tycyly's user avatar
  • 369
0 votes
0 answers
20 views

S3 throws 403 when I restrict role to vpce policy using principal

I wanted to restrict my VPC Endpoint policy with by specifying my IAM role in principal doc which I followed: https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-access.html { "...
Sujay_ks's user avatar
1 vote
1 answer
104 views

VPC Endpoint Policy for VPC Attached Lambda Functions

I am running several Lambda functions within my VPC, and want to configure VPC endpoints for private access to certain services (secretsmanager, s3, etc.). My goal is to lock down the VPC endpoint so ...
dingo's user avatar
  • 767
1 vote
0 answers
60 views

Do I need to create an AWS VPC interface endpoint for loading from Amazon S3 on Snowsight?

In the following Snowflake doc for setting up AWS PrivateLink, it is stated that "The Snowflake clients (e.g. SnowSQL, JDBC driver) require access to Amazon S3 to perform various runtime ...
Pango853's user avatar
0 votes
0 answers
46 views

Terraform AWS VPC Endpoint module - How to enable both Interface and Gateway endpoints?

DynamoDB now supports both Interface Endpoint and Gateway Endpoint. How we can enable both using AWS VPC Endpoints Terraform sub-module? The code below only created an Interface VPC Endpoint. module &...
mon's user avatar
  • 21.3k
0 votes
0 answers
124 views

AWS DynamoDB Interface VPC Endpoint (PrivateLink) cannot enable Private DNS

Tried to enable Private DNS of a DynamoDB Interface VPC Endpoint (PrivateLink) but it says Private DNS can't be enabled because the service com.amazonaws.ap-southeast-2.dynamodb does not provide a ...
mon's user avatar
  • 21.3k
0 votes
0 answers
14 views

Allowing other users to access web apps through browser on my PC with AWS Client VPN

For work, we do not have a dev environment and I run a lot of the applications I work on locally. We connect to our company cloud services via AWS Client VPN. I want to allow other devs to access the ...
aCarella's user avatar
  • 2,474
0 votes
1 answer
491 views

How to write data in an Iceberg table from an AWS Glue Job

I have created a job in AWS Glue that is taking the data from a Postrgres table and writing it into a CSV file in S3. And is working fine. The next step was to replace the target with a Iceberg table ...
Adriano's user avatar
  • 21
0 votes
0 answers
58 views

How to access resources in private subnets of one vpc to another peered vpc?

I have two VPCs A and B. VPC A has 3 public and 3 private subnets. My eks cluster is deployed in 3 public subnets of VPC A (due to lack of IP addresses in public subnets there is a secondary CIDR as a ...
MiGo's user avatar
  • 673
1 vote
0 answers
108 views

Import existing resource into CloudFormation stack (SAM)

We have a VPC Endpoint that was setup manually through the AWS console and we'd like to be managed through CloudFormation. We can't just create a new one, because the Endpoint is used to connect to a ...
pgoldste's user avatar
  • 145
1 vote
1 answer
424 views

ECS Fargate container is not using VPC Endpoints to pull from ECR

Been stuck on this for a week. So I have a fargate container with a service in a private subnet, i want to limit to containers access to the private network alone, but im not able to pull an image ...
Niv Shitrit's user avatar
0 votes
1 answer
57 views

Lambda in VPC with VPC endpoint unable to access API Gateway's API Key

I am having a Lambda function inside a VPC, but it is trying to get the API Keys from the API Gateway, it is getting timeout. I have done the following steps: Attached the Lambda function into a VPC'...
Jack Lee's user avatar
0 votes
1 answer
425 views

Custom domain for VPC endpoint

I have a VPC endpoint which is created along with VPC endpoint service, which connects to NLB and then to EKS service. Now as I try to connect to service I use the DNS of VPC endpoint, what I want is ...
Priyanka Sharma's user avatar

15 30 50 per page
1
2 3 4 5
10