An application requires access to a database to retrieve certain information and this action would require the developer to hard-code the credentials. Hard-coding the credentials is not a best practice.
He can securely store encrypted credentials and retrieve them when required, eliminating the need of hard-coding credentials in the application.
Which AWS service would you suggest to the developer?