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
AWS accounts and organizational units are generated dynamically by the `terraform/account` component using the
319
315
configuration in the `gbl-root` stack.
320
316
321
-
:::info _**Special note:**_
322
-
323
-
In the rare case where you will need to be enabling non-default AWS Regions, temporarily comment out the
324
-
`DenyRootAccountAccess` service control policy setting in `gbl-root.yaml`. You will restore it later, after enabling the
325
-
optional Regions. See related:
326
-
[Decide on Opting Into Non-default Regions](https://docs.cloudposse.com/reference-architecture/design-decisions/cold-start/decide-on-opting-into-non-default-regions)
327
-
328
-
:::
329
-
330
-
:::caution You must wait until your quota increase request has been granted
331
-
332
-
If you try to create the accounts before the quota increase is granted, you can expect to see failures like
333
-
`ACCOUNT_NUMBER_LIMIT_EXCEEDED`.
334
-
335
-
:::
317
+
> [!IMPORTANT]
318
+
>
319
+
> In the rare case where you will need to be enabling non-default AWS Regions, temporarily comment out the
320
+
> `DenyRootAccountAccess` service control policy setting in `gbl-root.yaml`. You will restore it later, after enabling
321
+
> the optional Regions. See related:
322
+
> [Decide on Opting Into Non-default Regions](https://docs.cloudposse.com/reference-architecture/design-decisions/cold-start/decide-on-opting-into-non-default-regions)
323
+
324
+
> [!TIP]
325
+
>
326
+
> #### You must wait until your quota increase request has been granted
327
+
>
328
+
> If you try to create the accounts before the quota increase is granted, you can expect to see failures like
329
+
> `ACCOUNT_NUMBER_LIMIT_EXCEEDED`.
336
330
337
331
In the Geodesic shell, execute the following commands to provision AWS Organizational Units and AWS accounts:
Copy file name to clipboardExpand all lines: modules/aws-sso/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,12 @@ recommended `gbl-root` stack.
32
32
33
33
### Google Workspace
34
34
35
-
:::important
36
-
37
-
> Your identity source is currently configured as 'External identity provider'. To add new groups or edit their
38
-
> memberships, you must do this using your external identity provider.
39
-
40
-
Groups _cannot_ be created with ClickOps in the AWS console and instead must be created with AWS API.
41
-
42
-
:::
35
+
> [!IMPORTANT]
36
+
>
37
+
> > Your identity source is currently configured as 'External identity provider'. To add new groups or edit their
38
+
> > memberships, you must do this using your external identity provider.
39
+
>
40
+
> Groups _cannot_ be created with ClickOps in the AWS console and instead must be created with AWS API.
43
41
44
42
Google Workspace is now supported by AWS Identity Center, but Group creation is not automatically handled. After
45
43
[configuring SAML and SCIM with Google Workspace and IAM Identity Center following the AWS documentation](https://docs.aws.amazon.com/singlesignon/latest/userguide/gs-gwp.html),
Copy file name to clipboardExpand all lines: modules/ecr/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,10 @@ This utilizes
6
6
to assign accounts to various roles. It is also compatible with the
7
7
[GitHub Actions IAM Role mixin](https://github.com/cloudposse/terraform-aws-components/blob/master/mixins/github-actions-iam-role/README-github-action-iam-role.md).
8
8
9
-
:::caution
10
-
11
-
Older versions of our reference architecture have an`eks-iam` component that needs to be updated to provide sufficient
12
-
IAM roles to allow pods to pull from ECR repos
13
-
14
-
:::
9
+
> [!WARNING]
10
+
>
11
+
> Older versions of our reference architecture have an`eks-iam` component that needs to be updated to provide sufficient
0 commit comments