Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to best region analysis #187

Merged
merged 3 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/try-leverage/aws-account-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ To create that user, navigate to the [IAM page](https://console.aws.amazon.com/i
* Password can be auto-generated
* It requires admin privileges which you can achieve by directly attaching the `AdministratorAccess` policy to it
* There's no need to add the user to any group as it is only a temporary user
* Generating programmatic access keys won't be necessary
Franr marked this conversation as resolved.
Show resolved Hide resolved

Usually the last step of the user creation should present you the following information:

Expand Down
1 change: 1 addition & 0 deletions docs/try-leverage/leverage-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ primary_region: us-east-1
secondary_region: us-west-2
...
```
!!! info "We took `us-east-1` as an example, but it might not be the best region for your use case. For more information, you can follow these [guidelines](https://binbash.atlassian.net/wiki/external/2159050753/NGZkZWMzMTA5M2UwNDQ0OTk3MjUwMGY5NjA0YzRjNjk)."

Another example is below. Note that the `management`, `security`, and `shared` accounts have been updated with slightly different email addresses (actually `[email protected]` and `[email protected]` are email aliases of `[email protected]` which is a convenient trick in some cases):
```
Expand Down