2 Answers
- Newest
- Most votes
- Most comments
0
You may want to look at Amazon Cognito - https://aws.amazon.com/cognito/
Amazon Cognito User Pools is a feature that may meet your requirements - https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
0
You can definitely build something that meets your requirements using Secrets Manager as a back-end. Command-line and web interfaces are definitely possible. But there's no native complete service that AWS offers that will cover your needs all-in-one.
If you don't have the appetite, skills or time to build a solution I'd suggest looking in the AWS Marketplace for solutions or look at other hosted third-party offerings.
Relevant content
- asked 6 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Additional thoughts. The Secrets Manager generally assumes programmatic interfaces. Our use case is more interactive -- or perhaps using an application or script to retrieve the password.