No video

How to Setup IAM Authentication for Amazon Aurora Serverless V2

Пікірлер: 8

  • @BeABetterDev
    @BeABetterDev2 жыл бұрын

    Learn how to grant roles/permissions to postgres user accounts in this article: aws.amazon.com/blogs/database/managing-postgresql-users-and-roles/

  • @manikandans4552
    @manikandans455220 күн бұрын

    OMG! The resource id was such a precious tip. AWS documentation is terrible around this. Thank you so much.

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

    Thanks. Great video on how to secure database access within AWS.

  • @dnadelson
    @dnadelson2 жыл бұрын

    Amazing video for a complicated topic. Thank You!

  • @BeABetterDev

    @BeABetterDev

    2 жыл бұрын

    You're very welcome David!

  • @UUVtQD
    @UUVtQD2 жыл бұрын

    Great explanation, thanks!

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

    Excellent clear explanation! So apparently not only can you not manage access to tables etc with IAM, you also absolutely need to log the superuser account in with a password? So if you have automation for user creation you still need to store the superuser password somewhere and log in with it?