-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: egress docs * Fix prepare_master_account file and remove yarn.lock file * docs: post deployment guide updates * docs: pr review * docs: spelling correction * docs: new post depl guide * docs: new post depl manual Co-authored-by: Sharma <shyogesh@88665a06ebc4.ant.amazon.com> Co-authored-by: Tim Nguyen <thingut@amazon.com>
- Loading branch information
1 parent
0fe71e5
commit 3d2b406
Showing
23 changed files
with
9,019 additions
and
214 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 10 additions & 9 deletions
19
docs/docs/deployment/post_deployment/create_index_project.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
--- | ||
id: create_index_project | ||
title: Create Indexes and Projects | ||
sidebar_label: Create Indexes and Projects | ||
title: Create indexes and projects | ||
sidebar_label: Create indexes and projects | ||
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
**Projects** and **Indexes** form a hierarchy under '**Accounts**'. Each Account can have multiple **Indexes**, each **Index** can have multiple **Projects**. **Projects** are attached to **Users**, so you must create the **Projects** first. | ||
Now that you have onboarded a hosting account, you can create indexes and projects associated to this account. | ||
|
||
After you create an [Account](/deployment/post_deployment/link_aws_account) in the ‘**Accounts**’ tab of the administrative interface, create an ‘**Index**’ that links to the Account, by selecting the ‘**Account ID**’ from the drop-down list. | ||
**Projects** and **Indexes** form a hierarchy under **Accounts**. Each account can have multiple **Indexes**, each **Index** can have multiple **Projects**. **Projects** are attached to **Users**, so you must create the **Projects** first. | ||
|
||
1. On the ‘**Indexes**’ tab, click ‘**Add Index**’. See **Figure 5**. | ||
After you create an [Account](/deployment/post_deployment/link_aws_account) in the **Accounts** tab of the administrative interface, create an **Index** that links to the account, by selecting the **Account ID** from the drop-down. | ||
|
||
<img src={useBaseUrl('img/deployment/post_deployment/create_index_00.jpg')} /> | ||
1. On the **Indexes** tab, choose **Add Index**. | ||
|
||
_**Figure 5: Create an Index**_ | ||
<img src={useBaseUrl('img/deployment/post_deployment/create_index_00.jpg')} /> | ||
|
||
_**Figure: Create an index**_ | ||
|
||
2. Create a ‘**Project**’ that links to the new Index. In the ‘**Projects**’ tab, click ‘**Add Project**’. See **Figure 6**. | ||
2. Create a **Project** that links to the new Index. In the **Projects** tab, choose **Add Project**. | ||
|
||
<img src={useBaseUrl('img/deployment/post_deployment/create_index_01.jpg')} /> | ||
|
||
_**Figure 6: Create a Project**_ | ||
_**Figure: Create a project**_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.