aws-aurora-serverless Questions
4
Solved
I'm running a v2 instance and from the documentation aws states you should only be paying for resources that you are actually using. I have an instance than is most of the time at 0 connections but...
Pupiparous asked 18/7, 2022 at 18:14
3
Aurora Serverless V1 was particularly interesting given it offered a relational database that could scale down to 0 units thereby costing nothing if unused - great for development and low traffic s...
Perilous asked 3/1, 2023 at 10:30
1
Solved
I'm creating an AWS Aurora Serverless V2 Postgres database cluster (AWS::RDS::DBCluster) using Cloudformation and Serverless Framework (see below). It's unclear if I should also create two database...
Forthcoming asked 19/9, 2023 at 16:38
4
We are exploring aurora serverless as a database storage for one of our project. While doing the POC to fetch events from aurora serverless cluster we are receiving "Database returned more than the...
Luralurch asked 13/1, 2020 at 7:31
2
Solved
So with Aurora Serverless v2 available we wanted to upgrade from our Postgres Serverless v1.
The steps described are basically to take a snapshot, create a new Provisioned Aurora cluster (not Serve...
Newsreel asked 24/4, 2022 at 13:52
4
Solved
I'm building an AppSync project using serverless Aurora as my db, and stumbled across this strange error:
"Can't serialize value (/getUsers/created_at) : Unable to serialize `2019-09-28 07:36:13` ...
Pseudocarp asked 28/9, 2019 at 8:46
3
Trying to create an RDS aurora server less with MySQL 2.07.1
and got an error "The engine mode serverless you requested is currently unavailable. (Service: AmazonRDS; Status Code: 400; Error C...
Houppelande asked 10/5, 2021 at 5:36
2
I've seen that V2 is out now but there is no option to have the data api and the docs say it is only available on V1.
The Data API can be enabled for Aurora Serverless v1 DB clusters using specifi...
Between asked 13/5, 2022 at 14:33
3
According to Moving data from S3 -> RDS using AWS Glue
I found that an instance is required to add a connection to a data target. However, my RDS is a serverless, so there is no instance availa...
Coth asked 2/12, 2019 at 5:13
2
I'm trying to write to an aws aurora mysql database with a Lambda Function.
Code
For some reason, it doesn't seem to work. Until this point, my code is very simple but fails to execute correctly. I...
Verticillaster asked 17/3, 2022 at 14:15
3
I am trying to provision a Aurora Serverless database via Terraform.
I have following setup.
resource "aws_rds_cluster" "auth-db-cluster" {
cluster_identifier = "auth-db-cluster"
engine = "auror...
Holiday asked 22/12, 2019 at 10:48
3
I've set up an AWS Aurora Serverless PostgreSQL DB. I've also got API Gateway running endpoints to Lambda functions. Right now the Lambda functions are connecting to DynamoDB, but RDS is going to w...
City asked 10/10, 2019 at 15:16
2
Solved
I have replaced the way to connect Database from lambda function.
Previously, the function established a connection to RDS using MySQL module and query via 3306 port.
Currently, I tried to use Data...
Ironsmith asked 25/8, 2019 at 23:27
5
Solved
From Aurora Serverless's document, there are 3 ways to create an Aurora serverless DB cluster: AWS management console, CLI, and RDS API. (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/auro...
Orbicular asked 16/8, 2018 at 14:39
2
I have an Aurora Serverless db cluster running MySQL. I'm trying to write an application that takes a string from a script and puts it onto the database.
I've been able to successfully connect to ...
Furlana asked 31/10, 2018 at 18:42
1
I'm using:
Aurora Serverless Data API (Postgres)
TypeORM with typeorm-aurora-data-api-driver
AWS Lambda with Serverless framework (TypeScript, WebPack)
I'm connecting to the db like it's describe...
Borchers asked 17/7, 2020 at 9:23
2
Solved
We have a bunch of on-premises applications each running their own local MySQL servers. Our workload is light, with occasional bursts of activity (a B2B business model with some specific times of t...
Ataman asked 14/8, 2020 at 17:39
4
AWS has Fully Configured and Ready-to-Use Rotation Support for some supported RDS engines, including Amazon Aurora (Serverless also?)
I'm trying to setup the password rotation in my CloudFormation ...
Mascarenas asked 7/8, 2019 at 10:23
1
Solved
I'm not sure if this is intended or I configured it incorrectly.
I set up my Aurora Serverless PostgreSQL Database to pause after 5 min of inactivity.
Problem is, everytime I try to access it after...
Lactase asked 9/7, 2020 at 13:45
0
I want to connect to my Aurora Serverless mysql database inside of my django Lambda function. Currently, I have:
a Lambda function inside of the default VPC
Uses the default security group
Uses...
Taken asked 27/3, 2020 at 19:21
3
I am currently trying to export a .csv file from AWS Aurora Serverless with a MySQL Engine to AWS S3. This works perfectly fine when using an Instance backed Aurora but not with the serverless. I s...
Griceldagrid asked 9/10, 2019 at 14:31
1
Solved
I'm not sure how to achieve consistent read across multiple SELECT queries.
I need to run several SELECT queries and to make sure that between them, no UPDATE, DELETE or CREATE has altered the ove...
Jennifer asked 16/12, 2019 at 10:44
2
Solved
Is there a way to specify my connection with SQLAlchemy to an AWS RDS Aurora Serverless MySQL database instance without a Secrets Manager ARN? I have the database username, password, endpoint, ARN,...
Dominic asked 17/10, 2019 at 22:7
2
Solved
Today I've created Amazon Aurora Serverless cluster for PostGreSql in us-west-2, ensured the VPC and security groups in
a way that, it should be publicly accessibly. But I'm not able to connect th...
Tinsmith asked 26/8, 2019 at 15:30
1
© 2022 - 2024 — McMap. All rights reserved.