You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Paste it into the **Account Role Arn** field in the Port integration form.
76
78
- Click `Done`.
77
79
78
-
-**Verify Connection**:
80
+
-**Verify connection**:
79
81
- Port will automatically detect the IAM role created by CloudFormation.
80
82
- The integration will start discovering your AWS resources.
81
83
@@ -87,13 +89,13 @@ For multiple AWS accounts, you will use AWS Organizations and deploy the integra
87
89
88
90
<h4>Understanding AWS Organizations</h4>
89
91
90
-
-**Management Account**: The main account that manages your organization.
91
-
-**Member Accounts**: Individual AWS accounts in your organization.
92
-
-**Organizational Units (OUs)**: Logical groupings of accounts (like folders in a file system).
92
+
-**Management account**: The main account that manages your organization.
93
+
-**Member accounts**: Individual AWS accounts in your organization.
94
+
-**Organizational units (OUs)**: Logical groupings of accounts (like folders in a file system).
93
95
-**OU IDs**: Unique identifiers for organizational units (format: `ou-abcd-12345678`).
94
96
-**Root**: The top-level container for all accounts and OUs (format: `r-xxxxxxxxx`).
95
97
96
-
**Example Organization Structure**:
98
+
**Example organization structure**:
97
99
```
98
100
Root (r-1234)
99
101
├── Management Account (123456789012)
@@ -112,27 +114,23 @@ Root (r-1234)
112
114
You must run the multi-account installation from your AWS Organizations **management account**. This is because only the management account can deploy StackSets across member accounts.
113
115
:::
114
116
115
-
-**Access Management Account**:
117
+
-**Find your OU ID**:
116
118
- Log into your AWS Organizations management account.
117
119
- Navigate to [AWS Organizations](https://us-east-1.console.aws.amazon.com/organizations/v2/home/accounts) service.
118
-
119
-
-**Find Your OU IDs**:
120
-
- In AWS Organizations, open **organizational units** in the left sidebar.
121
-
- Click an OU (e.g., **Production**).
122
-
- Copy the OU ID from the details page (format `ou-xxxx-xxxxxxxx` or `r-xxxx`).
123
-
- You can also target specific account IDs if needed.
120
+
- Under **Organizational structure** copy the OU ID from the details page (format `ou-xxxx-xxxxxxxx` or `r-xxxx`).
121
+
- You can also target specific account IDs if needed using the `Account scope` field.
0 commit comments