Hi,
In my web application, I create AWS credentials for users using AWS STS (Security Token Service) with specific roles (role ARN) and an external identity (external ID). Subsequently, I need to store these credentials in my database to enable users to access various services in their AWS accounts.
What is the most effective way to accomplish this process? Should I store these credentials as variables in YAML files, or is there a more efficient method?