diff --git a/src/pages/cli/auth/import.mdx b/src/pages/cli/auth/import.mdx index fb3b76b4e26..3a9cb1b81bb 100644 --- a/src/pages/cli/auth/import.mdx +++ b/src/pages/cli/auth/import.mdx @@ -40,7 +40,7 @@ Select the "Cognito User Pool and Identity Pool" option when you've run `amplify Your Identity Pool needs: - an Authenticated Role with a trust relationship to your Identity Pool -- an **optional** Unauthenticated Role if you want to use any guest user access for your Amplify categories. (Example: Guest access for your S3 buckets or REST API endpoints) +- an Unauthenticated Role with a trust relationship to your Identity Pool These roles are usually automatically configured when you create a new Identity Pool enabling "Unauthenticated" access and have a Cognito User Pool as an authentication provider.