From 0baa01929b1532bca28eaf4abf5ce65a7bd2f810 Mon Sep 17 00:00:00 2001 From: Nadege PEPIN <5490706+npepin-hub@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:44:42 -0400 Subject: [PATCH] Rewording of IAM User's permissions requirements (#432) Re-wording of IAM User's role privileges section --- website/content/en/docs/deployment/prerequisites.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/en/docs/deployment/prerequisites.md b/website/content/en/docs/deployment/prerequisites.md index 27e8d40456..68f0fc3418 100644 --- a/website/content/en/docs/deployment/prerequisites.md +++ b/website/content/en/docs/deployment/prerequisites.md @@ -90,7 +90,8 @@ The `make` command above installs the following tools: To access AWS services, you need an AWS account and setup IAM credentials. Follow [AWS CLI Configure Quickstart documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) to setup your IAM credentials. -Your IAM user/role must have **Administrative Privileges**. +Your IAM user/role needs the necessary privileges to create and manage your cluster and dependencies. +You might want to grant `Administrative Privileges` as it will require access to multiple services. Run the following command to configure AWS CLI: