What is the purpose of "AWS Secrets Manager" and how does it differ from Parameter Store for handling credentials?
Correct! Well done.
Incorrect.
The correct answer is A) Secrets Manager is designed specifically for storing and managing secrets like database credentials, with built-in support for automatic rotation, while Parameter Store can also store secrets but lacks native automatic rotation for arbitrary credentials
Correct Answer
Secrets Manager is designed specifically for storing and managing secrets like database credentials, with built-in support for automatic rotation, while Parameter Store can also store secrets but lacks native automatic rotation for arbitrary credentials
Secrets Manager offers built-in automatic rotation for supported databases and integrates with services to retrieve credentials securely, while Parameter Store is a more general configuration store that can hold secrets but requires custom rotation logic.