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...
I am trying to address the following error:
```
Message returned: UnauthorizedOperation: You are not authorized to perform this operation. User:
arn:aws:sts::<account...
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...
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",...
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...
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...
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...
**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...
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...
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...
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...
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...