Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

AWS VPC Connect Endpoint and Workbrench integration

I have some RDS instances under a private subnet and a bastion host (ec2 instance) with a public IP to connect to it. As part of getting a security certification we need to get rid of all ec2 ...
Andrés Páez's user avatar
1 vote
1 answer
913 views

What is causing BadRequestException when calling the ExecuteStatement operation on Aurora Serverless db

I have a lambda function that retrieves records from AWS Aurora Serverless db. Now I thought of adding api gateway to trigger the lambda function but I get this error Connect an AWS Lambda function ...
sji gshan's user avatar
0 votes
1 answer
129 views

EC2 Instance connection to an RDS instance accessible only via VPN

I have a Laravel application (API) that I am trying to move to AWS, however, the DB sits privately in AWS and is only accessible to me through a VPN. The database is an RDS instance. How can I provide ...
chewie's user avatar
  • 105
0 votes
1 answer
1k views

restoring a DB snapshot to a different zone

I'd like to restore a snapshot from a DB instance in one region to a DB instance in another region. I can copy the DB identifier but in the Connectivity section I only have two options for "...
neubert's user avatar
  • 349
-1 votes
1 answer
804 views

How to diagnose cross account EC2/RDS connection with vpc flow logs in AWS?

In AWS, made 2 accounts. account 1: A | Deployed EC2 account 2: B | Deployed RDS Want to connect from account 1's EC2 to account 2's RDS, but doesn't work. So enabled VPC flow logs to diagnose where ...
Miantian's user avatar
  • 137
1 vote
1 answer
9k views

Not able to access RDS instance inside EKS cluster | EKS <-> RDS connection

I'm trying to access my existing RDS instance in the newly created EKS cluster. steps I have followed: Create a VPC peering connection by keeping RDS as requester and EKS as accepter. Add destination ...
Saikat Chakrabortty's user avatar
0 votes
1 answer
520 views

AWS (EC2 and RDS) Cross Region Performance Issue

I have the RDS server at Japan and two EC2 instances, one in the EU and the second in Japan. I am running one application on the Japan EC2 instance which connects to the RDS (Japan). In this ...
Kalpesh Rajai's user avatar
0 votes
1 answer
643 views

How to migrate database from RDS in one VPC to RDS in another VPC?

I want to migrate the database from one RDS in one VPC to another RDS in separate VPC. This is not migrating the entire RDS but transferring the contents from one RDS to another and both RDS are in ...
programmingtech's user avatar
1 vote
1 answer
878 views

unable to create t3 burstable instances with custom VPC

I created a custom VPC with 9 subnets, such that for 3 AZ I have 3 subnets (public, private, and persistence). It has the following configuration: VPC 10.100.0.0/16 Subnets - 10.100.0.0/24 (az1) ...
clo_jur's user avatar
  • 121
1 vote
0 answers
817 views

Connect to Aurora RDS MySQL instance over AWS Direct Connect

We have created an Aurora RDS MySQL instance in us-east-1 region that has public accessibility as "No". The RDS instance is inside of our VPC which is also connected with VGW for Direct Connect for ...
Anjan Biswas's user avatar
0 votes
1 answer
341 views

AWS Lambda needs to be moved in different Subnet

I have a Lambda function that is in VPC-A and Subnet 1A and 2A. I want to move it to Subnet 1b and 2B. The command below is giving error: aws rds modify-db-subnet-group --db-subnet-group-name "XXXX" ...
Kumar's user avatar
  • 3
11 votes
1 answer
12k views

Does RDS in private subnet inside AWS VPC need a NAT instance/gateway?

I have hosted an AWS RDS inside the private subnet of the VPC. While creating the VPC with public and private subnets, I had to create a NAT instance. I know NAT instance is mainly for private ...
Neron Joseph's user avatar
0 votes
1 answer
284 views

AWS - VPC and subnet group

In order to create RDS, I need to create a VPC and two subnets attached to it. If I choose 10.0.0.0/16 as IPv4 CIDR for VPC, can you please suggest IPv4 CIDR blocks for the two subnets that I have to ...
user4826347's user avatar
1 vote
1 answer
448 views

Amazon RDS SQL Server Express 2012 - Fail to log-in

I recently created a new RDS of SQL Server Express 2012. I have set the security to be publicly available and to accept all ports and incoming connections. From some reason, I fail to connect it ...
Uri Lukach's user avatar
0 votes
0 answers
635 views

Unable to access MySQL RDS from ec2 instance in the same private subnet

I have my MySQL RDS instance in private subnet and have EC2 instance on the same private subnet. I have another EC2 instance in a public subnet which easily connects to RDS instance. But, my EC2 ...
Jayanth Vishwanath's user avatar

15 30 50 per page