Amazon Cognito is a service that makes it easy to save mobile user data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure. Cognito offers mobile identity management and data synchronization across devices. You can save data locally on users’ devices allowing your applications to work even when the devices are offline. You can also synchronize data across a user’s devices so that their app experience will be consistent regardless of the device they use. With Amazon Cognito, you can focus on creating great app experiences instead of having to worry about building and managing a backend solution to handle user authentication, network state, storage, and sync.

Get Started with AWS for Free

Create a Free Account

AWS Free Tier offers unlimited user authentication and ID generation, 10 GB of cloud sync storage and 1 million sync operations per month with Amazon Cognito.

View AWS Free Tier Details »



Introduction to Amazon Cognito (2:20)

Cognito_Thumbnail_final

Amazon Cognito allows you to store user data for your mobile apps, such as user preferences, mobile login, and game state, in the Amazon Cognito sync store. You can then sync this data across a user’s devices to help make their experience consistent across their devices. Amazon Cognito can automatically send a push notification to a user’s devices when data in the sync store changes.

Learn more »

When you use Amazon Cognito with your app, you can read and write to a local data store. This means that your app can work in the same way regardless of whether the device is online or offline. You can choose when you sync your app’s data to the AWS Cloud and do this with a simple sync API call.

Learn more »

With Amazon Cognito, you can create unique end user identifiers for accessing AWS cloud services by using public login providers such as Amazon, Facebook, Twitter, Google, and any OpenID Connect compatible provider, or by using your own user identity system. With these identifiers you can store app data in the Amazon Cognito sync store or access other AWS services like Amazon S3 or Amazon DynamoDB.

Learn more »

Users can start using your app as unauthenticated guests. Amazon Cognito allows you to securely store and sync data, such as application settings, to the cloud for these users even though they have not logged in. Amazon Cognito makes it easy for you to preserve their data if they later authenticate with one of the supported public login providers.

Learn more »

When you use Amazon Cognito, your app is provided with temporary, limited-privilege credentials that it can use to access AWS resources. This means your app can access the resources it needs and that you can follow security best practices by not hardcoding credentials in your app.

Learn more »

With Amazon Cognito, you can set granular access permissions on your existing AWS resources. For example, you can limit access to a folder within an S3 bucket to a particular app end user.

Learn more »