Amazon Aurora Serverless V2 Is Finally Here And Its (Mostly) Awesome

In this video, learn about the recent announcement of Amazon Aurora Serverless V2 for General Availability. Learn about what Aurora Serverless V2 has to offer and why it's such a huge improvement over V1. Finally, learn about two critical problems with Aurora Serverless V2 that may throw a wrench into your adoption plans.
Become a Better Developer Using the Courses I Recommend Below:
- Master FAANG Coding Interviews - bit.ly/3CVgRN9
- Learn AWS From Scratch - bit.ly/3gasoAm
- Master Python here - bit.ly/3yJFJpI
📚 My Courses 📚
AWS Lambda - A Practical Guide - www.udemy.com/course/aws-lamb...
🎉SUPPORT BE A BETTER DEV🎉
Become a Patron: / beabetterdev
📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
Clean Code - amzn.to/37T7xdP
Clean Architecture - amzn.to/3sCEGCe
Head First Design Patterns - amzn.to/37WXAMy
Domain Driven Design - amzn.to/3aWSW2W
Code Complete - amzn.to/3ksQDrB
The Pragmatic Programmer - amzn.to/3uH4kaQ
Algorithms - amzn.to/3syvyP5
Working Effectively with Legacy Code - amzn.to/3kvMza7
Refactoring - amzn.to/3r6FQ8U
🎙 MY RECORDING EQUIPMENT 🎙
Shure SM58 Microphone - amzn.to/3r5Hrf9
Behringer UM2 Audio Interface - amzn.to/2MuEllM
XLR Cable - amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
Desk Microphone Mount - amzn.to/3qXMVIO
Logitech C920s Webcam - amzn.to/303zGu9
Fujilm XS10 Camera - amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
💻 MY DESKTOP EQUIPMENT 💻
Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
Autonomous ErgoChair 2 - bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#SoftwareEngineer
#SoftwareDeveloper

Пікірлер: 30

  • @tomontheinternet
    @tomontheinternet2 жыл бұрын

    This video answered all of my questions. I tried out v2 a little while back and was surprised that I was getting billed for a database I thought I wasn't using. I'm excited for the day when I can have a serverless application using a serverless database that both scale to zero so that my side projects are pretty much free. Thanks for the awesome video

  • @BeABetterDev

    @BeABetterDev

    2 жыл бұрын

    Glad I could help Tom! Sounds like V2 would work well for you :)

  • @ppmedel
    @ppmedel Жыл бұрын

    a very helpful video and information about Aurora serverless v2 thanks!

  • @BeABetterDev

    @BeABetterDev

    11 ай бұрын

    Glad it was helpful!

  • @rugged9769
    @rugged97692 жыл бұрын

    No Cloudformation support for now is another huge drawback for v2

  • @BeABetterDev

    @BeABetterDev

    2 жыл бұрын

    Really good point Jun. Hopefully it comes soon.

  • @Lotzuho

    @Lotzuho

    Жыл бұрын

    It supports CF now

  • @thorstenc.5004
    @thorstenc.5004 Жыл бұрын

    Hello, I have the problem : I adjusted Aurora serverless 2 with ACU variability, but it is always on highest level. It don't scale down. So the bill gets very high for this service. Is this an error of Aurora? Does it make a price difference if I select "Production" or "Development/Test"?

  • @user-st4ox5to2g
    @user-st4ox5to2g5 ай бұрын

    Do we have Terraform module for Aurora PostgreSQL Serverless v2, can you please explain the same.

  • @rajgkumar6172
    @rajgkumar61722 жыл бұрын

    Is it multi region? Cross region DR?

  • @KimcheeOnATaco
    @KimcheeOnATaco2 жыл бұрын

    Been using V1 in production for over a year. The scaling is clunky and we end up needing to provision ahead of time and scale up in advance at times which becomes costly. Hoping V2 can help solve these issues for us!

  • @MrSaadgr8

    @MrSaadgr8

    2 жыл бұрын

    I have recently started it using .and yesterday seen 1st error of unable to connect to database for few minutes . Still debugging it ... Right now am still of the opinion there is some downtime while scaling in some scenario

  • @BeABetterDev

    @BeABetterDev

    Жыл бұрын

    Saad please do let us know what you discover!

  • @sudeshagrawal9248
    @sudeshagrawal9248 Жыл бұрын

    What about the free tier usage? I don't see a way to select db.t2.micro instance

  • @smetlitzky
    @smetlitzky Жыл бұрын

    Thank you so much for your videos :). Just spent the whole day trying to get a Lambda function being able to accept HTTP and then get data from Aurora and return JSON…. Kept getting errors and I believe it relates to “© Note Currently, you can't use the Data API with Aurora Serverless v2 DB instances.” - which you just pointed out. How do we get around this? :). We do this at the moment to call dynamoDB but can’t do it with Aurora?? Help :)

  • @theacid1

    @theacid1

    Жыл бұрын

    There is no real workaround for this. The only thing you could do is to use an RDS Proxy to allow your lambda to pool and share connections that are established with the database.

  • @thedatajiujitsuguy
    @thedatajiujitsuguy9 ай бұрын

    Great video as always! Any indication from AWS on when the Data API will be available? It seems like a major downside.

  • @victorvillacis6764

    @victorvillacis6764

    3 ай бұрын

    it seems its available now

  • @christopher5731
    @christopher57312 жыл бұрын

    With v2 aren't you able to connect to your db from a sql client like pg admin for the postgres engine version of aurora? Whereas with v1 I think you can't connect to your db at all through a sql client

  • @snowfood

    @snowfood

    2 жыл бұрын

    that's my main problem to start using it. I'm gonna start testing v2 on the following days to check this out!

  • @BeABetterDev

    @BeABetterDev

    2 жыл бұрын

    Would love to hear your results!

  • @lewisjackson2511

    @lewisjackson2511

    Жыл бұрын

    I have connected DBeaver to our Aurora V2 (mySQL) production environment

  • @rcasey

    @rcasey

    Жыл бұрын

    Connecting to a Serverless v1 instance directly with a SQL client (GUI, jdbc, etc.) works just fine.

  • @kvsantosh
    @kvsantosh2 жыл бұрын

    "Pay some nominal cost even if you dont use it" seems the trend AWS serverless is taking. Isnt this the case with Lambda's as well if you provision the capacity?

  • @BeABetterDev

    @BeABetterDev

    2 жыл бұрын

    Yep thats true with Lambda. The difference is that Lambda doesn't force you to use provisioned concurrency like v2 does.

  • @jadamster
    @jadamster2 жыл бұрын

    Not all regions in AWS have RDS aurora serverless available. When will it be made available to all regions ? serverless v2 - will migrate due to the added features like RDS proxy and Global Databases etc. serverless v1 - has reduce our DB environment costs by 50% , we using it in production no issues since it was released. Will gladly migrate v2 if it remains feasible with regards to cost.

  • @janik6n
    @janik6n2 жыл бұрын

    Is Aurora Serverless v2 serverless? If it is, I'm going to deploy it next to a couple of serverless EC2 instances.

  • @mbrochh82
    @mbrochh82 Жыл бұрын

    hmm.. v2 seems like one step forward, three steps back... all in all I still think that Aurora isn't really useful for any kind of real world application. Still a long way to go.

  • @user-js7ud9du2y
    @user-js7ud9du2y Жыл бұрын

    aws aurura serverless is fake.. 40 usd for the smallest scale on idle btw i've been using aws for a long time i'd say azure serverless is better it has true pause

  • @hevo1
    @hevo12 жыл бұрын

    first