Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 720 Bytes

File metadata and controls

9 lines (6 loc) · 720 Bytes

AuroraPostgreSql_Aws_IamAuthentication_DotNet6_MVCCore_Demo

Use Aurora PostgreSql With Iam Authentication DotNet6Demo The goal of this document is to show how to Create Database and manage IAM to have access to database from EC2 using .net core MVC IAM DB Authentication is a way Developers can connect to RDS instances passwordlessly. This method provide an additional layer of security because Authentication token is only available for 15 Minutes

To Setup we need to follow some steps : this work for Postgres and mysql database and you should check the compatible version from AWS To read more https://davidzongo.com/2021/12/18/use-aurora-postgresql-with-aws-iam-authentication-using-dotnet6-core-mvc-code/