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
Copy file name to clipboardExpand all lines: docs/how-to-guides/configuration/roll-out-aws-permissions-with-cloudformation/index.mdx
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ The source code can be found in the [`someengineering/fixinventory-cf` GitHub re
16
16
17
17
:::
18
18
19
-
:::note
20
-
21
-
If you prefer to deploy the StackSet yourself, the S3 URL of the template to create the `FixInventoryAccess` role is [https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template](https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template).
22
-
23
-
:::
24
-
25
19
## Prerequisites
26
20
27
21
This guide assumes that you have already [installed](../../../getting-started/install/index.mdx) Fix Inventory.
@@ -45,9 +39,11 @@ You also need an [AWS Organization](https://aws.amazon.com/organizations) that m
45
39
46
40
3. Click this button to open the **Quick create stack** page:
5. Click **Next** on both this page and the next, then click **Create Stack**.
57
+
6. Click **Next** on both this page and the next, then click **Create Stack**.
62
58
63
59
The stack will take a few minutes to deploy.
64
60
65
61

66
62
67
-
6. In the menu to the left, click **StackSets**. You can see that the StackSet is being created on the **Self-managed** or **Service-managed** tab (depending on the option you chose).
63
+
7. In the menu to the left, click **StackSets**. You can see that the StackSet is being created on the **Self-managed** or **Service-managed** tab (depending on the option you chose).
68
64
69
65

70
66
71
-
7. After a few minutes, the StackSet will be created and begin deploying to all accounts in our organization. Reviewing the stacks in `us-east-1`, you should now see a new stack created by the StackSet:
67
+
8. After a few minutes, the StackSet will be created and begin deploying to all accounts in our organization. Reviewing the stacks in `us-east-1`, you should now see a new stack created by the StackSet:
72
68
73
69

74
70
@@ -97,8 +93,8 @@ You also need an [AWS Organization](https://aws.amazon.com/organizations) that m
Copy file name to clipboardExpand all lines: docs/how-to-guides/data-sources/collect-aws-resource-data.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,12 +282,6 @@ You can specify a profile using `AWS_PROFILE` and, for local testing, SSO authen
282
282
283
283
See [How to Roll Out Fix Inventory AWS Permissions with CloudFormation](../configuration/roll-out-aws-permissions-with-cloudformation/index.mdx) for a step-by-step guide on how to roll out Fix Inventory [permissions](../../reference/iam-permissions/aws.mdx) organization-wide.
284
284
285
-
:::info
286
-
287
-
If you prefer to deploy the role yourself, the S3 URL of the template to create the `FixInventoryAccess` role is [https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template](https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template).
288
-
289
-
:::
290
-
291
285
### 4. Trigger Resource Collection
292
286
293
287
1. By default, Fix Inventory performs resource collection each hour. To immediately trigger a collect run, use the [`workflow run` command](../../reference/cli/workflow/run.mdx) in [Fix Inventory Shell](../../reference/components/shell):
Copy file name to clipboardExpand all lines: versioned_docs/version-4.X/how-to-guides/configuration/roll-out-aws-permissions-with-cloudformation/index.mdx
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ The source code can be found in the [`someengineering/fixinventory-cf` GitHub re
16
16
17
17
:::
18
18
19
-
:::note
20
-
21
-
If you prefer to deploy the StackSet yourself, the S3 URL of the template to create the `FixInventoryAccess` role is [https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template](https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template).
22
-
23
-
:::
24
-
25
19
## Prerequisites
26
20
27
21
This guide assumes that you have already [installed](../../../getting-started/install/index.mdx) Fix Inventory.
@@ -45,9 +39,11 @@ You also need an [AWS Organization](https://aws.amazon.com/organizations) that m
45
39
46
40
3. Click this button to open the **Quick create stack** page:
5. Click **Next** on both this page and the next, then click **Create Stack**.
57
+
6. Click **Next** on both this page and the next, then click **Create Stack**.
62
58
63
59
The stack will take a few minutes to deploy.
64
60
65
61

66
62
67
-
6. In the menu to the left, click **StackSets**. You can see that the StackSet is being created on the **Self-managed** or **Service-managed** tab (depending on the option you chose).
63
+
7. In the menu to the left, click **StackSets**. You can see that the StackSet is being created on the **Self-managed** or **Service-managed** tab (depending on the option you chose).
68
64
69
65

70
66
71
-
7. After a few minutes, the StackSet will be created and begin deploying to all accounts in our organization. Reviewing the stacks in `us-east-1`, you should now see a new stack created by the StackSet:
67
+
8. After a few minutes, the StackSet will be created and begin deploying to all accounts in our organization. Reviewing the stacks in `us-east-1`, you should now see a new stack created by the StackSet:
72
68
73
69

74
70
@@ -97,7 +93,7 @@ You also need an [AWS Organization](https://aws.amazon.com/organizations) that m
Copy file name to clipboardExpand all lines: versioned_docs/version-4.X/how-to-guides/data-sources/collect-aws-resource-data.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,12 +282,6 @@ You can specify a profile using `AWS_PROFILE` and, for local testing, SSO authen
282
282
283
283
See [How to Roll Out Fix Inventory AWS Permissions with CloudFormation](../configuration/roll-out-aws-permissions-with-cloudformation/index.mdx) for a step-by-step guide on how to roll out Fix Inventory [permissions](../../reference/iam-permissions/aws.mdx) organization-wide.
284
284
285
-
:::info
286
-
287
-
If you prefer to deploy the role yourself, the S3 URL of the template to create the `FixInventoryAccess` role is [https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template](https://fixinventorypublic.s3.amazonaws.com/cf/fixinventory-role.template).
288
-
289
-
:::
290
-
291
285
### 4. Trigger Resource Collection
292
286
293
287
1. By default, Fix Inventory performs resource collection each hour. To immediately trigger a collect run, use the [`workflow run` command](../../reference/cli/workflow/run.mdx) in [Fix Inventory Shell](../../reference/components/shell):
0 commit comments