AWS Mobile Hub | Features and Functions Flashcards

1
Q

How do I get started with the Mobile Hub?

Features and Functions

AWS Mobile Hub | Mobile Services

A

If you are new to AWS, you can start by visiting our webpage to learn more and sign up for an AWS account. After you have created an AWS account, sign in to the AWS Mobile Hub console. You can also visit our documentation or contact us on the forum.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Mobile Hub Project?

Features and Functions

AWS Mobile Hub | Mobile Services

A

A Mobile Hub Project is a named collection of AWS features and services you have selected for your mobile app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the User Sign-in feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

Using the AWS Mobile Hub, you can configure how users sign in to your app: through popular social logins such as Facebook and Google or with Email and Password based authentication. The AWS Mobile Hub will configure Amazon Cognito Identity and include sign-in, sign-up and password recovery screens in your quickstart app (as needed) along with the code required to connect Amazon Cognito with identity providers you have configured. Regardless of how your users sign in, the Mobile Hub will ensure your app has the right access control policies and follows AWS security best practices by using temporary, limited-privilege credentials to access other AWS resources that you create using Hub. The AWS Mobile Hub uses Amazon Cognito Identity, a free service, to power this feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the User Data Storage feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

The user data storage feature includes cloud storage for two types of user data. First, it includes storage for user data in key-value pairs for cases like user profiles and preferences, high scores, or game state. You can synchronize this data across a user’s authenticated devices to help make the user’s experience consistent. The AWS Mobile Hub configures Amazon Cognito to handle key-value pair storage and synchronization. If you select this feature, your quickstart app will include an example of this. In addition to key-value storage, the user data storage feature allows you to store files such as photos in Amazon S3. You can store user-private files that are not meant to be shared with other users of the app, and you can store user files that can be read by other users of your applications. The Mobile Hub will create an Amazon S3 bucket with a folder for each use case and set file read/write permissions appropriate for each. If you select this feature, your quickstart app will include an example.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the Hosting and Streaming feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

Using the AWS Mobile Hub, you can set up cloud storage for application assets like resource files or audio/video files. You can make these files accessible to your app only, or you can make these publicly available and cached globally through the AWS content delivery network. The quickstart app also includes local caching of this data in your client app to avoid unnecessary downloads. The AWS Mobile Hub configures Amazon S3 to handle storage. If you choose to include global content delivery, the AWS Mobile Hub can configure Amazon CloudFront as well. In addition, this feature provides capabilities to simplify development and testing of web applications. It can preconfigure an Amazon S3 static website and Amazon CloudFront distribution for use in test and production application development scenarios. The website includes auto-generated JavaScript configuration files with ECMAScript2015 export/import support which make it easy to build mobile web or hybrid apps that consume cloud resources using the AWS JavaScript SDK. The website further includes a sample app which demonstrates how to load the AWS JavaScript SDK and make Identity calls to Amazon Cognito. Mobile Hub provides a “one-click” experience after configuration allowing customers to launch the website from a single location in the Mobile Hub console.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the NoSQL Database feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

Using the NoSQL database feature you can add Amazon DynamoDB instance where you can store and query data used by your apps. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and its flexible data model and reliable performance make it a great data store for mobile apps. The AWS Mobile Hub lets you setup a database and define your database table schemas and indexes on the Mobile Hub console. If you select this feature, your quickstart app will include code for inserting, querying and deleting data in the database tables and saves you the effort on each of these operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the Cloud Logic Feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

Through the AWS Mobile Hub, you can create cloud functions that can be called directly from your mobile app to execute logic (eg: validating in-app purchase receipts, cropping images) or to connect to other software resources (eg: business applications, databases). By putting your application logic in the cloud, you can share common functions across your iOS and Android apps without writing and maintaining two different versions. You can also modify your cloud functions on the fly without having to build, test, and submit new versions of your mobile app to the app store. The AWS Mobile Hub configures AWS Lambda and Amazon API gateway to handle execution of your cloud functions. AWS Mobile enables you to easily import existing API Gateway endpoints and generates custom Android and iOS SDKs for you, when you want to integrate them with your exisiting mobile apps. If you include cloud logic in your project, your quickstart app will include an example cloud function you can edit later.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the Push Notifications feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

Through the AWS Mobile Hub, you can set up push notifications through the Apple (APNS and APNS Sandbox) and Google (GCM) push notification services. If you select this feature, the Mobile Hub console will walk you through initial setup. Your quickstart app will include mobile app code to automatically retrieve and update your push tokens. Additionally, your quickstart app will have code to subscribe each instance of your mobile app to a list, so you can send push notifications to your all of your mobile app users with one publish action. The Mobile Hub also lets you create topics for your app that you can subscribe users to group or topic-based notifications. The push notifications feature uses Amazon Simple Notification Service for sending push notifications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the Messaging and Analytics feature provide?

Features and Functions

AWS Mobile Hub | Mobile Services

A

If you choose to include this feature in your app, the Mobile Hub will automatically configure mobile app event collection, multi-channel messaging, and user and app analytics with Amazon Pinpoint. Your quickstart app will initialize Amazon Pinpoint to record standard events like session start along with example monetization and custom events. You can use the console to define campaigns for sending messages to users via mobile push notification, SMS text messages, or emails. You can segment users according to numerous criteria to target campaigns at appropriate subsets for specific messages. You can also perform A/B testing to determine optimal messages, channels, and timing. Amazon Pinpoint provides dashboards showing usage metrics and other critical KPIs for your application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly