CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate (SAA-C03): User Authentication in Serverless Applications

Discover the best AWS service for managing user identities in serverless applications. A detailed walkthrough of a key exam question.

Building a serverless application on AWS can be tricky, especially when it comes to user authentication. Choosing the right service to manage identities often trips candidates up. We will unpack a specific exam question to clarify this decision.

The question

An organization is building a serverless application on AWS that needs to authenticate users securely. What is the best service to use for managing user identities and their authentication?

Think before you scroll

Before deciding on an answer, consider the specific needs of user authentication. Think about which service specializes in identity management versus those focused on permission management or compute functions.

The answer

The correct option is A. Amazon Cognito. Amazon Cognito provides user sign-up, sign-in, and access control, making it the best choice for managing user identities and authentication in serverless applications.

Why the other options lose

The concept behind it

Understanding the distinction between identity management and permission management is crucial. Amazon Cognito is tailored for managing user identities and provides essential features like user pools and identity pools. This transfers well to other scenarios where user authentication is key, whether in serverless setups or traditional architectures.

Exam trap to remember

Remember, when the question focuses on user authentication, think of Amazon Cognito first. It's the go-to service for managing user identities in AWS.

Take a free mock exam →