Questions tagged with Amazon VPC

Amazon Virtual Private Cloud (Amazon VPC) gives you full control over your virtual networking environment, including resource placement, connectivity, and security.

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I created a VPC using a CloudFormation template where I defined a security group with an inbound rule to enable SSH access on port 22. Below is the relevant part of my...
2
answers
0
votes
124
views
Sachin
asked a month ago
I am trying to address the following error: ``` Message returned: UnauthorizedOperation: You are not authorized to perform this operation. User: arn:aws:sts::<account...
1
answers
0
votes
103
views
richar
asked a month ago
When trying to deploy the resources below, I am getting the following error for Custom::VpcRestrictDefaultSG resource: ``` Message returned: UnauthorizedOperation: You are not authorized to perform...
1
answers
0
votes
157
views
richar
asked a month ago
My use case is that I want to deploy a Lambda in a vpc but also give it internet access. I initially created a VPC with default parameters, i.e. ``` const vpc = new ec2.Vpc(this, "vpc",...
3
answers
0
votes
200
views
richar
asked a month ago
Hello, I have set up a new ec2 windows server 2022 with a public ip . the rdp worked fine but the public ip is not windows ip. hopefully if possible i want it without a nat . ( this is not a website...
9
answers
-1
votes
190
views
asked a month ago
Dear Community, I am reaching out with a specific implementation requirement. Our setup necessitates the use of multiple API Gateways, and we also need to make each API Gateway accessible via one or...
2
answers
0
votes
263
views
IssacG
asked a month ago
I have a lambda that will create a codecommit repository. It works fine when testing locally, but the connection to codecommit times out when run in aws. The logs show that dns is working, it is able...
2
answers
0
votes
140
views
asked a month ago
**Project Plan Overview** We have a plan to extract data from around 60 different data sources and store it in an S3 bucket. So far, we’ve implemented the solution for 2 data sources. **Initial...
3
answers
0
votes
168
views
sowndar
asked a month ago
I'm trying to add the VPC CNI add-on to my EKS cluster, but I mistakenly forgot to assign the necessary IAM role. Now the creation process has been stuck for over an hour, and I can't find a way to...
2
answers
0
votes
191
views
David
asked a month ago
I want to change my RDS instance from being publicly accessible to privately accessible, so I configured it to use a VPC and made the necessary changes to both the RDS configuration and App Runner's...
2
answers
0
votes
323
views
jk
asked a month ago
Hello everyone, I am learning about VPCs, and I have questions about how to design them, along with subnets. I put a practical example to be able to raise the doubts: Imagine that we have an...
Accepted AnswerAmazon VPCSecurity
1
answers
0
votes
287
views
Daniel
asked a month ago
Hi, I need to understand a technical aspect, that is, when i am querying my RDS from the Windows EC2 instance it returns the query in 500ms, whereas when i query the RDS from my personal laptop it...
2
answers
0
votes
186
views
AWS
Rajjii
asked a month ago