amazon-rds Questions
4
Solved
I am trying to connect to my RDS instance from a lambda. I wrote the lambda locally and tested locally, and everything worked peachy. I deploy to lambda, and suddenly it doesn't work. Below is the ...
Layla asked 31/5, 2016 at 21:9
1
Solved
I've been looking over Lambdas for this new code base I'm working in. We're currently connecting directly to our RDS Aurora instances in our Lambdas, and I was looking into the best practices and s...
Flemings asked 7/8, 2023 at 23:37
5
So my goal is to set all the character sets and collations to utf8 and utf8_unicode_ci.
Im using an AWS RDS to host the MySQL server.
Ive set the collation_connection variable to utf8_unicode_ci ...
Lifeline asked 11/3, 2016 at 3:11
4
Solved
I am trying to set up my infrastructure properly with no passwords or keys laying around. AWS RDS has an option to do so, by enabling users(applications) to authenticate with generated tokens.
How...
Reproval asked 24/4, 2019 at 16:5
2
Folks,
Can someone explain this memory consumption pattern on Amazon RDS running Mysql? In this graph, I upgraded to a db.m2.2xlarge, with 34GB of available memory, at 03:30. You can see the switc...
Skindeep asked 23/7, 2011 at 8:58
2
In the documentation shows that i should can turn on the "Public Access" in RDS Aurora database but I can't see this setting.
This is the screenshot of another RDS Instance (Not Aurora)
...
Preclude asked 13/4, 2021 at 20:13
2
I recently did a migration from a RDS postgresql to Aurora postgresql. The tables were migrated successfully but the tables are missing their defaults, constraints and references. It also did not m...
Archdeacon asked 31/3, 2020 at 12:1
11
Solved
Will I am able to switch (I mean upgrade or downgrade) Amazon RDS instance on need basis or do I have to create a new afresh and go through migration?
Andvari asked 14/12, 2009 at 11:57
3
Solved
I'm trying to insert records into a Postgres database in RDS from a Lambda function. My Node.js lambda function works correctly when run locally, but the database connection times out when run in A...
Depredate asked 10/12, 2015 at 21:13
2
Solved
we upgraded our AWS RDS mysql instance from 5.5.42 to 53 and we applied the original parameter group to this instance.
However when I checked the rds instance's configuration details, the Paramete...
Lawyer asked 10/1, 2017 at 13:49
1
Solved
I try to connect to rds postgresql version 12 from nodeJs as mentioned below. It works completely fine without any issue.
const config = {
user: process.env.PG_DB_USERNAME,
password: process.en...
Oblige asked 20/6, 2023 at 5:39
6
I tried to migrate a SQL Server database by Export Data-tier Application (.bacpac file) from an Amazon RDS instance to other, but import didn't succeed. So now I want to delete the database (which ...
Delft asked 4/12, 2014 at 20:57
2
Solved
AWS added support for Postgres 15.2. Upgrading to this version with postgis extension enabled fails with this error message:
The instance could not be upgraded because there are one or more databas...
Tomcat asked 2/3, 2023 at 8:3
10
Am following this tutorial
http://thoughtsandideas.wordpress.com/2012/05/17/monitoring-and-managing-amazon-rds-databases-using-mysql-workbench/
I am not able to Test DB Connection while creating n...
Delineation asked 10/5, 2013 at 17:55
3
Solved
I am new to AWS. I am trying to connect to AWS RDS postgreSQL instance using Lambda functions. I followed the aws documentation. But it uses python for Lambda functions. Below is my code.
'use...
Cameleer asked 15/6, 2020 at 16:45
3
Solved
I'm trying to create an RDS Cluster Aurora-MySQL with one instance in it.
I get this error: "InvalidParameterValue: The engine mode provisioned you requested is currently unavailable"
I tried usi...
Portecochere asked 17/6, 2019 at 7:3
3
Solved
I'm trying to figure out how to create a simple DB instance. I have so far only a DBSubnetGroup and DBInstance. At this point, I've figured out a couple things based on the errors I get when I try ...
Keener asked 9/4, 2019 at 17:14
1
I'm running Django rest api with the django 3.2 on GCPUbuntu 22.04 LTS and docker. I switched my database engine to postgresql from mysql (Read that for large scale operations, PostgreSQL is most s...
Sewan asked 17/3, 2023 at 11:38
8
Solved
I have created a snapshot of my instance and made some unwanted changes in DB.
Now I want to restore my instance from this snapshot.
When I try to do it - it creates me one more instance, additio...
Feasible asked 18/6, 2014 at 6:11
4
Solved
I have an Amazon RDS instance. Freeable Memory has been declining since setup over 1-2 weeks, starting from 15GB of memory down to about 250MB. As it has dropped this low in the last days, it has s...
Dulsea asked 11/3, 2013 at 6:3
5
Solved
I am creating an RDS instance using CloudFormation using this:
"Resources": {
"myDB": {
"Type": "AWS::RDS::DBInstance",
"Properties": {
"AllocatedStorage": "5",
"DBInstanceClass": "db.m1.s...
Faustofaustus asked 17/1, 2013 at 17:35
2
Solved
I am trying to restore my Postgresql database to AWS RDS. I think I am almost there. I can get a dump, and recreate the db locally, but I am missing the last step to restore it to AWS RDS.
Here i...
Malcolm asked 5/6, 2019 at 14:31
3
Solved
I'm using AWS-RDS(Aurora MySQL5.6) and It's a cluster, it has one writer instance and one reader instance. I find each instance would be down for nearly 10 minutes when I change its type, it's unac...
Bluefish asked 15/2, 2019 at 11:19
0
We created a PostgreSQL production database in AWS RDS a few months back and now we have received a requirement from the application team to install a connection pooler - PgBouncer in it.
I couldn'...
Footrest asked 7/2, 2023 at 14:43
2
When we run the command using filters we are getting the error:
$ aws rds describe-db-instances --filters Name=instance-state-name,Values=running
An error occurred (InvalidParameterValue) when ca...
Gillett asked 5/9, 2017 at 9:28
© 2022 - 2024 — McMap. All rights reserved.