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

Sdílet
Vložit
  • čas přidán 16. 06. 2024
  • 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

Komentáře • 32

  • @tomontheinternet
    @tomontheinternet Před rokem +10

    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  Před rokem

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

  • @ppmedel
    @ppmedel Před 11 měsíci +1

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

  • @rugged9769
    @rugged9769 Před rokem +15

    No Cloudformation support for now is another huge drawback for v2

    • @BeABetterDev
      @BeABetterDev  Před rokem +5

      Really good point Jun. Hopefully it comes soon.

    • @Lotzuho
      @Lotzuho Před rokem +2

      It supports CF now

  • @thedatajiujitsuguy
    @thedatajiujitsuguy Před 8 měsíci +1

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

  • @thorstenc.5004
    @thorstenc.5004 Před rokem

    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"?

  • @christopher5731
    @christopher5731 Před rokem +2

    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 Před rokem +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  Před rokem

      Would love to hear your results!

    • @lewisjackson2511
      @lewisjackson2511 Před rokem +1

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

    • @rcasey
      @rcasey Před rokem +1

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

  • @user-st4ox5to2g
    @user-st4ox5to2g Před 4 měsíci

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

  • @sudeshagrawal9248
    @sudeshagrawal9248 Před rokem

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

  • @SatishKumar-gl3ii
    @SatishKumar-gl3ii Před rokem +2

    likewise I think ECS fargate also requires at least one task to be up & running all the time, personally I don't think this as 100% serverless as AWS has lambda or API gateway. thoughts?

    • @BeABetterDev
      @BeABetterDev  Před rokem +1

      Its serverless in name only. Really its just smart autoscaling. The problem with Aurora though is that it takes time to provision the DB so minimum start times can be a challenge. In contrast, Lambda does this much quicker since its just starting up a simple container. But anyways I agree its not really serverless if it requires a node always running to be viable.

  • @KimcheeOnATaco
    @KimcheeOnATaco Před rokem +2

    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 Před rokem +1

      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  Před rokem

      Saad please do let us know what you discover!

  • @smetlitzky
    @smetlitzky Před rokem

    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 Před rokem

      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.

  • @rajgkumar6172
    @rajgkumar6172 Před rokem

    Is it multi region? Cross region DR?

  • @kvsantosh
    @kvsantosh Před rokem +2

    "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  Před rokem +1

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

  • @janik6n
    @janik6n Před rokem

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

  • @jadamster
    @jadamster Před rokem

    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.

  • @mbrochh82
    @mbrochh82 Před rokem

    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 Před rokem

    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
    @hevo1 Před rokem

    first