1 Answers
AWS Secret Manager is a newer service targeting secrets/passwords and management of them (ie rotating creds). Before this service came out, AWS Systems Parameter Store served as a place to store passwords securely; however, credentials were not the only use case. You could (and still can) also store any parameter such as DB connection strings.
Thanks for the quick response and giving me brief idea of the both.