From 4a518ca36c1781f24b695ac7dfc271bae9356cb8 Mon Sep 17 00:00:00 2001 From: Juan Matias Kungfoo de la Camara Beovide Date: Fri, 2 Feb 2024 12:46:33 -0300 Subject: [PATCH 1/3] FEATURE/ improved the documentation on what is the correct name for the management account --- docs/try-leverage/aws-account-setup.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/try-leverage/aws-account-setup.md b/docs/try-leverage/aws-account-setup.md index 8504e21e..426d2ee8 100644 --- a/docs/try-leverage/aws-account-setup.md +++ b/docs/try-leverage/aws-account-setup.md @@ -1,7 +1,16 @@ # Creating your AWS Management account ## Create the first AWS account -First and foremost you'll need to [create an AWS account](/user-guide/ref-architecture-aws/features/organization/configuration/) for your project (note your management account should be called `-management`). This will be the management account of your [AWS Organization](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html) and the email address you use for signing up will be the [root user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html) of this account -- you can see this user represented in the [architecture diagram](../#leverage-landing-zone). +First and foremost you'll need to create an AWS account for your project. + +!!! attention + Note this will be your management account and has to be called `-management`. + + E.g. if your project is called `binbash` then your account is `binbash-management`. + +Follow [instructions here](/user-guide/ref-architecture-aws/features/organization/configuration/). + +This will be the management account for your [AWS Organization](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html) and the email address you use for signing up will be the [root user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html) of this account -- you can see this user represented in the [architecture diagram](../#leverage-landing-zone). Since the root user is the main access point to your account it is strongly recommended that you keep its credentials (email, password) safe by following [AWS best practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html). From 3ee6650b31bd9fa66052f1909add08588c5586b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mat=C3=ADas=20Kungfoo=20de=20la=20C=C3=A1mara=20Beo?= =?UTF-8?q?vide?= Date: Wed, 7 Feb 2024 11:19:54 -0300 Subject: [PATCH 2/3] Update docs/try-leverage/aws-account-setup.md Co-authored-by: Diego OJeda (BinBash) <38356409+diego-ojeda-binbash@users.noreply.github.com> --- docs/try-leverage/aws-account-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/try-leverage/aws-account-setup.md b/docs/try-leverage/aws-account-setup.md index 426d2ee8..861368a8 100644 --- a/docs/try-leverage/aws-account-setup.md +++ b/docs/try-leverage/aws-account-setup.md @@ -6,7 +6,7 @@ First and foremost you'll need to create an AWS account for your project. !!! attention Note this will be your management account and has to be called `-management`. - E.g. if your project is called `binbash` then your account is `binbash-management`. + E.g. if your project is called `binbash` then your account should be `binbash-management`. Follow [instructions here](/user-guide/ref-architecture-aws/features/organization/configuration/). From 259288f6dc5d3d36c8ecaa2095a1eb71708a0743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mat=C3=ADas=20Kungfoo=20de=20la=20C=C3=A1mara=20Beo?= =?UTF-8?q?vide?= Date: Wed, 7 Feb 2024 11:20:09 -0300 Subject: [PATCH 3/3] Update docs/try-leverage/aws-account-setup.md Co-authored-by: Diego OJeda (BinBash) <38356409+diego-ojeda-binbash@users.noreply.github.com> --- docs/try-leverage/aws-account-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/try-leverage/aws-account-setup.md b/docs/try-leverage/aws-account-setup.md index 861368a8..9d1a074e 100644 --- a/docs/try-leverage/aws-account-setup.md +++ b/docs/try-leverage/aws-account-setup.md @@ -8,7 +8,7 @@ First and foremost you'll need to create an AWS account for your project. E.g. if your project is called `binbash` then your account should be `binbash-management`. -Follow [instructions here](/user-guide/ref-architecture-aws/features/organization/configuration/). +Follow the [instructions here](/user-guide/ref-architecture-aws/features/organization/configuration/). This will be the management account for your [AWS Organization](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html) and the email address you use for signing up will be the [root user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html) of this account -- you can see this user represented in the [architecture diagram](../#leverage-landing-zone).