🍃 Spring Boot & AWS RDS with Spring Cloud AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 24

  • @lts8683
    @lts8683 11 หลายเดือนก่อน +1

    You explain very well the topics, could you please make more tutorials.
    thank you

  • @prime8krish
    @prime8krish 3 ปีที่แล้ว +1

    Your video is the most clearest source, even compared to Spring docs. Aurora Engine is not supported in spring aws cloud, If you use Aurora with read replicas it "looks works" but the read replica is never used and all queries are sent to the writer instance.

  • @divyaprakashmishra9545
    @divyaprakashmishra9545 8 หลายเดือนก่อน +1

    Great Video! Just a query for my use case, if I am using secrets manager for db credential how can I make connection for read and write replica using the aws-cloud-sdk dependency because I will not be able to add the details in properties file, Can we acheive this using config or bean?

  • @samarthurs8000
    @samarthurs8000 3 ปีที่แล้ว +4

    Very informative. SpringCloud AWS provides most of the features out-of-the-box. Btw, where is the connection details to your AWS Account? Did you configure the AWS AccountId and Key, Region in the SpringBoot application.properties file? Thank you so much!

    • @cloud4java
      @cloud4java 10 หลายเดือนก่อน

      You don´t need to care about these details about RDS. Once you configure it, you have an endpoint, then you can treat the connection as any other kind of database, connection by endpoint url.

  • @partyscoutereurope2586
    @partyscoutereurope2586 4 ปีที่แล้ว +1

    Another great video 👍🏻
    Thanks

  • @treeeep
    @treeeep ปีที่แล้ว

    cool man , thank you

  • @pabloezequielsantiagorecag5015
    @pabloezequielsantiagorecag5015 3 ปีที่แล้ว

    Awesome video!.Thanks a lot!.

  • @kappaj01
    @kappaj01 3 ปีที่แล้ว +1

    Great feature explanation. Like!
    Will there be anything different when using Aurora other than go for the MySQL driver lib vs PostgreSQL lib?

  • @hyunsoolsong5563
    @hyunsoolsong5563 3 ปีที่แล้ว

    I've been looking for datasource url format a couple of days. Thanks!

  • @Anbu_Sampath
    @Anbu_Sampath 4 ปีที่แล้ว

    As usual great content. Thanks

  • @ernanibatista1806
    @ernanibatista1806 10 หลายเดือนก่อน

    TKS BRO AMAZING

  • @pawsdev
    @pawsdev 5 หลายเดือนก่อน

    In local env like compose or local network read replicas downgrades perfomance, so with single db perfomance is higer
    so i make spring app with two datasources for reads and writes
    i tried up to 12 instances of app and 12 instances of postgres, and tried different configs
    12X12 one replica per instance, ot 1X4 and other, but no perfomance improvement
    used haproxy and pgpool for load balancing and RW segregation
    still single DB perfoms faster in common LAN or compose

  • @najimahmed8923
    @najimahmed8923 3 ปีที่แล้ว

    cool demo!

  • @kamalhm-dev
    @kamalhm-dev 4 ปีที่แล้ว +1

    Thanks for this, if I could request, please do reactive repository on relational dbms

  • @learningskills9249
    @learningskills9249 4 ปีที่แล้ว

    Great content.Thanks👍🏼

    • @SpringAcademy
      @SpringAcademy  3 ปีที่แล้ว

      Thanks for feedback! Glad you liked it!

  • @FabioXen
    @FabioXen 2 ปีที่แล้ว

    hello great video.
    The version 2.4 works in the same way?
    Thx!

  • @asdfasdfasdfasdf219
    @asdfasdfasdfasdf219 3 ปีที่แล้ว

    Nice video! Can I set different repository classes pointing to different read replicas?

  • @aronchristensen7792
    @aronchristensen7792 2 ปีที่แล้ว

    Would be interesting how to use Spring Cloud AWS with AWS IAM.

  • @cristiannechita2032
    @cristiannechita2032 3 ปีที่แล้ว +1

    Won't make a difference, but, you could setup an ingress rule from your local machine IP with a /32 CIDR towards that SG. This way, at least, you won't expose it to the whole world ;) - ofc, you still should not do it in production.