From 64bf0126a2052d401dc089d6c0d24001448f74e3 Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Wed, 18 Sep 2024 15:20:51 -0700 Subject: [PATCH 1/2] Added video --- src/pages/[platform]/start/account-setup/index.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/account-setup/index.mdx b/src/pages/[platform]/start/account-setup/index.mdx index ca1ae699322..307b47dabe4 100644 --- a/src/pages/[platform]/start/account-setup/index.mdx +++ b/src/pages/[platform]/start/account-setup/index.mdx @@ -73,7 +73,12 @@ You can use temporary security credentials to make programmatic requests for AWS ## Set up Identity Center -Follow the steps below if **you have never set up AWS profiles before**. If you already have a profile, attach the `AmplifyBackendDeployFullAccess` managed policy to your [IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_attach-policy.html). +Follow the steps below if **you have never set up AWS profiles before**. + + +If you already have a profile, attach the `AmplifyBackendDeployFullAccess` managed policy to your [IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_attach-policy.html). + + ### 1. Create user with Amplify permissions From a25df32b1688abda4102a887f45a909079c03487 Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Wed, 18 Sep 2024 15:50:47 -0700 Subject: [PATCH 2/2] Updated based on review --- src/pages/[platform]/start/account-setup/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/[platform]/start/account-setup/index.mdx b/src/pages/[platform]/start/account-setup/index.mdx index 307b47dabe4..a6be57bb29c 100644 --- a/src/pages/[platform]/start/account-setup/index.mdx +++ b/src/pages/[platform]/start/account-setup/index.mdx @@ -76,8 +76,7 @@ You can use temporary security credentials to make programmatic requests for AWS Follow the steps below if **you have never set up AWS profiles before**. -If you already have a profile, attach the `AmplifyBackendDeployFullAccess` managed policy to your [IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_attach-policy.html). - +If you already have a profile, attach the [`AmplifyBackendDeployFullAccess`](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmplifyBackendDeployFullAccess.html) managed policy to your [IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_change-permissions.html#users_change_permissions-add-console). ### 1. Create user with Amplify permissions