A company uses a database that has a simple sign-up page to create users, and a basic login form to authenticate users so they can access the database.The company wants to give users the ability to store personal information, but user access must be controlled in a more secure and reliable way.
Which AWS service or feature will meet these requirements?
Security groups
Amazon GuardDuty
AWS Secrets Manager
Amazon Cognito
Explanations:
Security groups control network traffic but do not handle user authentication or access to personal data.
Amazon GuardDuty provides threat detection, not user authentication or access management.
AWS Secrets Manager manages sensitive data, like API keys, but does not handle user authentication or access.
Amazon Cognito provides secure user sign-up, sign-in, and access control for applications.