diff --git a/_chapters/create-a-cognito-identity-pool.md b/_chapters/create-a-cognito-identity-pool.md index afbfba3b7..d392ff6ef 100644 --- a/_chapters/create-a-cognito-identity-pool.md +++ b/_chapters/create-a-cognito-identity-pool.md @@ -21,9 +21,9 @@ From your [AWS Console](https://console.aws.amazon.com) and select **Cognito** f ![Select Cognito Service screenshot](/assets/cognito-identity-pool/select-cognito-service.png) -Select **Manage Federated Identities**. +Select **Manage Identity Pools**. -![Select Manage Federated Identities Screenshot](/assets/cognito-identity-pool/select-manage-federated-identities.png) +![Select Manage Identity Pools Screenshot](/assets/cognito-identity-pool/select-manage-identity-pools.png) Enter an **Identity pool name**. If you have any existing Identity Pools, you'll need to click the **Create new identity pool** button. @@ -33,6 +33,8 @@ Select **Authentication providers**. Under **Cognito** tab, enter **User Pool ID ![Fill Authentication Provider Info Screenshot](/assets/cognito-identity-pool/fill-authentication-provider-info.png) +Select **Create Pool**. + Now we need to specify what AWS resources are accessible for users with temporary credentials obtained from the Cognito Identity Pool. Select **View Details**. Two **Role Summary** sections are expanded. The top section summarizes the permission policy for authenticated users, and the bottom section summarizes that for unauthenticated users. diff --git a/assets/cognito-identity-pool/select-manage-federated-identities.png b/assets/cognito-identity-pool/select-manage-federated-identities.png deleted file mode 100644 index 0add1f5b5..000000000 Binary files a/assets/cognito-identity-pool/select-manage-federated-identities.png and /dev/null differ diff --git a/assets/cognito-identity-pool/select-manage-identity-pools.png b/assets/cognito-identity-pool/select-manage-identity-pools.png new file mode 100644 index 000000000..504c65f1d Binary files /dev/null and b/assets/cognito-identity-pool/select-manage-identity-pools.png differ