Skip to main content

Questions tagged [amazon-vpc]

Amazon Virtual Private Cloud (Amazon VPC) lets you provision a private, isolated section of the Amazon Web Services (AWS) Cloud where you can launch AWS resources in a virtual network that you define. With Amazon VPC, you can define a virtual network topology that closely resembles a traditional network that you might operate in your own datacenter.

0 votes
1 answer
17 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
20 views

Accessing RDS instance from EC2 instance in a different VPC [2024]

I have an RDS instance & an EC2 instance in 2 different VPCs. I want to access data in the RDS instance from my EC2 instance. I'm getting timeout errors when I try to connect to the database in ...
Amiteshwar 's user avatar
-3 votes
0 answers
15 views

Connect External Public IP to Private VPC on AWS [closed]

Having a Private AWS VPC and Want to Connect Public External Ip to it takeing into consideration to Configure the Following: VPC CIDR BLock Routing Table ACL Security Group and using IAM policy to ...
Basel Mohamed Alam Elden's user avatar
0 votes
0 answers
18 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
0 answers
28 views

AWS VPC: Lambda functions experiencing slow performance and timeouts

I recently modified my VPC configuration, and now I'm experiencing significant performance issues with my Lambda functions. Here's my current setup: VPC Configuration: 4 subnets total: 3 subnets (eu-...
Dor Cohen's user avatar
  • 172
0 votes
1 answer
23 views

Access AWS RDS from Both LAMBDA and Locally

I created an AWS RDS Postgres instance and allowed public access. Initially, I successfully connected to it locally. Next, I set up a Lambda function and connected it to the RDS. I created an Internet ...
Niraj Gawande's user avatar
0 votes
0 answers
18 views

How does Elastic cache cluster connectivity works in AWS?

I am having a VPC (172.31.0.0/16) and 3 public subnets.I have created a redis cluster and have got a DNS for that cluster. I having a ec2 machine in subnet-1. Now i want to understand the connectivity ...
Rajat Aggarwal's user avatar
0 votes
0 answers
39 views

Not able to use the extension in the SageMaker Studio Code Editor in VPC-only mode

I recently updated to the new experience of SageMaker Studio. When I opened the code editor, the extensions that are pre-installed in the official image were grayed out and unusable, as shown in the ...
ezail's user avatar
  • 13
0 votes
0 answers
15 views

AWS App Runner health check fails when using outgoing custom VPC

I have an App Runner service that works Ok when using public access networking configuration for incoming and outgoing traffic. But I need this service to connect to a aws redis instance that is under ...
Fabricio Marrone's user avatar
0 votes
0 answers
31 views

Pricing for AWS VPC Public IPv4 Addresses

I created a RDS with Public Accessable flag set to true and connected it to public subnet of default VPC. Then I realized that AWS charged me for Public IPv4 Addresses under the VPC section. You can ...
Yunus Terzi's user avatar
0 votes
2 answers
36 views

AWS Lambda Timeout to Amazon SES

The code below to send an Amazon SES email works fine. However, I need the code to communicate with a local EC2 database, so I need to add this Lambda function to my VPC and Subnets - At this point, ...
Andre's user avatar
  • 678
-2 votes
1 answer
32 views

ssh to instance on Private Subnet through instance on Public Subnet within the same VPC

I have two subnets in one VPC (say "My VPC"): Public Subnet- connected to Internet Gateway through route table 0.0.0.0/0. I can connect to an instance named Public Instance on this Subnet ...
Satyen Bose's user avatar
0 votes
0 answers
47 views

VPC Lambda in private subnet, give S3 access

I have the following code, which sets up an AWS stack and creates a StepFunction, where one of the steps is an AWS Lambda function that is deployed into the VPC. I am looking to have the Lambda ...
khinester's user avatar
  • 3,478
0 votes
1 answer
34 views

AWS Lambda Proxied Internet Access

I have a Python Lambda function that queries my EC2 instance within a private VPC. I also attempted to query an external IP address, but I was disappointed to find out that it requires a NAT setup, ...
Andre's user avatar
  • 678
0 votes
1 answer
103 views

How to communicate a postgres db and Django container inside ECS?

I need some guidance with this pipeline to deploy a test to ECS, i know that a postgres db in a container is not the best solutions compared to RDS and others but i would like at least to know if it ...
Pedro's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
179