Showing results for Aurora, CO, US
🌐
Medium
medium.com › @shreyancejain94 › aurora-vs-aurora-serverless-v2-b537992b7322
Aurora vs Aurora Serverless v2. . | by Shrey Jain | Medium
September 21, 2023 - Scaling was done by doubling the ... ... In V2 there is a “Router fleet” in front of instances in that hold the connections from the application, allowing the capacity to scale without losing client connections...
🌐
DEV Community
dev.to › aws-builders › aurora-serverless-v1-to-serverless-v2-comparison-migration-and-bluegreen-deployment-4aa8
Aurora Serverless v1 to Serverless v2 - comparison, migration and blue/green deployment - DEV Community
January 30, 2023 - To summarise, upgrading to Aurora Serverless v2 would offer you more granularity with having the ability to scale down to 0.5 in comparison to 1 or 2 with v1. It also offers the same failover as provisioned clusters with multi AZ capability ...
🌐
AWS re:Post
repost.aws › questions › QUhcMVoChXRm2HLi8F-yih1g › announcement-support-for-aurora-serverless-v1-ending-soon
[Announcement] Support for Aurora Serverless v1 ending soon | AWS re:Post
December 11, 2024 - Aurora Serverless v2 continues to be supported and now offers additional features such as support for DataAPI, automatic pause/resume capabilities, and a maximum database capacity of up to 256 ACUs.
Discussions

amazon web services - AWS Aurora: upgrading to serverless v2 from v1 - Stack Overflow
I've been tasked with upgrading our AWS Aurora engine version from 11.16 to 15.2. We're running a Postgres-compatible engine. As part of this upgrade, it's also been suggested that we upgrade from More on stackoverflow.com
🌐 stackoverflow.com
Aurora Serverless V1 vs V2
The major difference between V1 and V2 is that V1 can scale down to 0 active nodes and only spin up a node when needed. This process is not instant, there is a bit of a delay. V2 doesn't do this, but it also means that V2 has no "idle" mode so you are paying at least something 24x7. More on reddit.com
🌐 r/aws
3
1
March 12, 2023
Migration from Aurora Serverless v1 to v2: Key Questions and Clarifications
Hello, We currently have Aurora Serverless v1 clusters scheduled to automatically upgrade to Aurora Serverless v2. I have several questions regarding this migration: #### 1. Timing and Maintenanc... More on repost.aws
🌐 repost.aws
1
0
November 19, 2024
Issue in Performance between Aurora Serverles V1 and Serverless v2
We have an Aurora Serverless V1 instance that inserts 750k rows to a DB in 10-15 minutes executing a Java Spring Boot service, we tried calling the same service with a V2 instance but it takes arou... More on repost.aws
🌐 repost.aws
1
0
November 30, 2023
🌐
Amazon Web Services
docs.aws.amazon.com › amazon rds › user guide for aurora › using aurora serverless v2 › migrating to aurora serverless v2
Migrating to Aurora Serverless v2 - Amazon Aurora
In contrast, Aurora Serverless v1 only scales by increasing or decreasing the capacity of the writer. All the compute for an Aurora Serverless v1 cluster runs in a single Availability Zone and a single AWS Region. ... Aurora Serverless v2 includes many features from provisioned clusters that ...
🌐
NASA
nasa.github.io › upgrade notes › upgrading from aurora serverless v1 to v2
Upgrading from Aurora Serverless V1 to V2 | Cumulus Documentation
September 9, 2025 - The end result is the new v2 cluster is created containing the existing v1 data.
🌐
Stack Overflow
stackoverflow.com › questions › 76354352 › aws-aurora-upgrading-to-serverless-v2-from-v1
amazon web services - AWS Aurora: upgrading to serverless v2 from v1 - Stack Overflow
In the end, we only upgraded to Aurora Postgres 13.9 with Serverless v2 due to restrictions in our region. The process that we found worked was as follows: Convert Postgres cluster from 11.16 to 13.9 (serverless v1) Remove the Postgres 13.9 (serverless v1) cluster ·
🌐
Reddit
reddit.com › r/aws › aurora serverless v1 vs v2
r/aws on Reddit: Aurora Serverless V1 vs V2
March 12, 2023 -

Hi,

Which option is suggested for a new deployment in 2023. Use case is multi-tenant e-commerce SAAS (think shopify for specific industry).

We use AppSync and lambda resolvers to connect to Postgres:

  1. Aurora Serverless V1 using Data API

  2. Aurora provisioned, V2 serverless, and RDS Proxy. Lambdas get access to VPC and connect to database via RDS Proxy.

  3. Aurora or RDS provisioned, RDS proxy for connection pooling

We’ve been developing with option 1 but seeing some latency on the frontend so considering option 2 which avoids connecting to database over https data API.

Frontend is a Remix app deployed using SST framework. Their remix construct is a lambda fronted by cloudfront. We deploy backend separately through CDK.

Maybe there is a better way to speed up? A page load goes through Remix cloudfront plus lambda, then AppSync, AppSync lambda resolver, database call via data API, then back to user.

Theoretically we could skip the AppSync and call the database directly from remix but we’re concerned with security since AppSync does auth checks.

Frontend and backend are in separate AWS accounts.

edited to add a 3rd option

Thoughts?

Thanks

🌐
InfoQ
infoq.com › news › 2024 › 01 › aurora-serverless-v1-retirement
AWS to Shut down Aurora Serverless v1, Their Sole Relational Database with Scaling Capacity to Zero - InfoQ
January 7, 2024 - As per the Aurora Version Policy, ... Serverless. We are only announcing the end of support for Serverless v1. Aurora Serverless v2 continues to be supported....
Find elsewhere
🌐
AWS
aws.amazon.com › blogs › database › evaluating-the-right-fit-for-your-amazon-aurora-workloads-provisioned-or-serverless-v2
Evaluating the right fit for your Amazon Aurora workloads: provisioned or Serverless v2 | Amazon Web Services
October 23, 2024 - The primary difference between the two being that while Aurora Serverless v1 required a specific type of cluster (Aurora Serverless cluster), Aurora Serverless v2 was implemented as a new instance type.
🌐
Sls
sls.guru › tips › amazon-aurora-serverless-v1-vs-v2
Amazon Aurora Serverless v1 vs. v2 | Serverless Guru
You can run your database on AWS without managing database capacity. After Amazon Aurora Serverless v1, Amazon announced that Amazon Aurora Serverless v2 will be generally available with lots of improvements compared to v1.
Top answer
1 of 1
1
Thank you for your questions regarding the migration from Aurora Serverless v1 to v2. I'll address each of your concerns based on the available information: 1. Timing and Maintenance Window: AWS has announced the end-of-life date for Aurora Serverless v1 as March 31, 2025. It's strongly recommended to upgrade any Aurora Serverless v1 DB clusters to Aurora Serverless v2 before that date. The upgrade process may involve a change in the major version number of the database engine. While AWS will likely try to perform the upgrade during your defined maintenance window, it's important to note that starting January 8, 2025, customers will no longer be able to create new Aurora Serverless v1 clusters or instances. It's unclear whether AWS will provide specific notifications for individual upgrades, so it's advisable to proactively plan and implement the switchover well before the end-of-life date. 2. Impact and Downtime: The migration process from Aurora Serverless v1 to v2 can be designed to minimize downtime. However, some downtime is likely unavoidable during the final switchover. The exact duration can vary depending on your specific setup and the migration strategy used. A recommended approach involves creating a blue/green deployment, which allows for upgrading the engine version without affecting the original cluster. This method can significantly reduce downtime compared to directly converting the original cluster. 3. Identifiers and Configuration: Regarding ARNs, hostnames, usernames, and passwords, it's best to assume that some changes may be necessary. While the goal is typically to maintain continuity, it's crucial to review and test these elements as part of your migration plan. For AWS CDK scripts, pay close attention to any references to Aurora Serverless v1 specific configurations or features that might not be directly compatible with v2. 4. Snapshots and Engine Version: It's a standard practice for AWS to create automatic snapshots before major changes, but it's always a good idea to create your own snapshot as an additional precaution. Regarding your PostgreSQL version (13.12), while efforts are made to maintain version compatibility, it's important to verify the supported versions for Aurora Serverless v2 in your region. You may need to upgrade to a more recent version that supports both Aurora Serverless v2 and the features you require. Given the complexity of this migration and its potential impact on your systems, it's highly recommended to plan and execute the upgrade well before the end-of-life date. This allows time for thorough testing and addressing any unforeseen issues. Consider creating a detailed migration plan, including a testing phase in a non-production environment, to ensure a smooth transition to Aurora Serverless v2. **Sources** Migrating to Aurora Serverless v2 - Amazon Aurora Aurora Serverless v1 and Aurora database engine versions - Amazon Aurora Migrate Aurora Serverless v1 cluster to v2 | AWS re:Post Aurora Serverless v1 - Amazon Aurora
🌐
Lumigo
lumigo.io › guides › aws serverless ecosystem › aurora serverless v2: why you need it, new features and pricing
Aurora Serverless v2: Why You Need It, New Features and Pricing
December 19, 2022 - Global databases—v2 lets you ... features available in the serverless model—v1 did not support many features that were available in a provisioned Aurora database....
🌐
Plain English
plainenglish.io › blog › amazon-aurora-serverless-v1-vs-v2-whats-the-difference-848805731c2
Amazon Aurora Serverless (v1 vs v2): What's the Difference?
August 3, 2022 - The pricing model for v2 is also very high for smaller applications and if you combine that with no sleep mode, then you are looking at a heavy bill at the end of your monthly cycle. A quick calculation for running an instance on the eu-west-1 region gives you a monthly bill of approximately $40.00, and this will only go up as your application grows. Hence, this is not good news for developers working on smaller applications. I have used v1 for the last few years and I never had to worry about the cost of running it.
🌐
Amazon Web Services
docs.aws.amazon.com › amazon rds › user guide for aurora › using amazon aurora serverless v1 › aurora serverless v1 and aurora database engine versions
Aurora Serverless v1 and Aurora database engine versions - Amazon Aurora
Minor releases for Aurora ... minor release becomes available for Aurora Serverless v1 in your AWS Region. To use a more recent version of Aurora PostgreSQL, you can use Aurora Serverless v2....
🌐
Jeremydaly
jeremydaly.com › aurora-serverless-v2-preview
Aurora Serverless v2: The Good, the Better, and the Possibly Amazing - Jeremy Daly
Also, because the instance scaling is elastic, Aurora Serverless v2 increases ACUs in increments of 0.5. This means that if you need 18 ACUs, you get 18 ACUs. With Aurora Serverless v1, your ACUs would need to double to 32 in order to support ...
🌐
AWS re:Post
repost.aws › questions › QUpcFc-5P-Q7eG7AG_vdgjOA › issue-in-performance-between-aurora-serverles-v1-and-serverless-v2
Issue in Performance between Aurora Serverles V1 and Serverless v2 | AWS re:Post
November 30, 2023 - I've noticed tho that for v1 I can see the "insert into" statements which are a lot faster but for v2 we see some selects and at the end COMMIT, which I think is causing the bottleneck. ... Are these answers helpful? Upvote the correct answer to help the community benefit from your knowledge. ... It seems like you've already done some troubleshooting and identified potential issues with the connection pooling and differences in SQL statements between the Aurora Serverless V1 and V2 instances.
🌐
Rhuaridh
rhuaridh.co.uk › blog › aurora-serverless-upgrade.html
Aurora Serverless V1 to V2 Migration
February 26, 2023 - aws rds describe-db-engine-versions --engine aurora-mysql \ --engine-version 5.7.mysql_aurora.2.09.2 \ --query 'DBEngineVersions[].ValidUpgradeTarget[].EngineVersion' [ "5.7.mysql_aurora.2.09.3", "5.7.mysql_aurora.2.10.0", "5.7.mysql_aurora.2.10.1", "5.7.mysql_aurora.2.10.2", "5.7.mysql_aurora.2.10.3", "5.7.mysql_aurora.2.11.0", "8.0.mysql_aurora.3.01.1", "8.0.mysql_aurora.3.02.0", "8.0.mysql_aurora.3.02.2" ] Now that your provisioned cluster supports MySQL 8.0 you can finally select the upgrade the writer instance to be Serverless V2!
🌐
Kitemetric
kitemetric.com › blogs › aurora-serverless-v1-to-v2-migration-snapshot-restore
Aurora Serverless v1 to v2 Migration: Snapshot & Restore | Kite Metric
Migrate your Aurora Serverless v1 database to v2 using the safe snapshot and restore method. This detailed guide provides a step-by-step process, including a rollback plan.
🌐
Apser
apser.es › en › mejoras-de-aurora-v1-a-v2
Databases on AWS: Amazon Aurora V1 to V2 upgrades
Learn how Apser, an AWS Advanced Partner in Spain, offers cloud, artificial intelligence and AWS migration solutions to boost your business.