You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace RDS password-based authentication with IAM role authentication
Updated Python Django app to use IAM role auth instead of base64 decoded password
Updated Java Spring Boot app to use IAM role auth with useAWSIam=true parameter
Updated Node.js app to use IAM role auth with SSL configuration
Removed RDS_MYSQL_CLUSTER_PASSWORD environment variables from all Terraform configurations
Removed password-related variables from Terraform variable files
All applications now use IAM role authentication for RDS connections
Copy file name to clipboardExpand all lines: sample-apps/java/springboot-main-service/src/main/java/com/amazon/sampleapp/FrontendServiceController.java
0 commit comments