Skip to content

Commit

Permalink
Fix extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed Dec 14, 2020
1 parent 742d965 commit b4d46a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ This infrastructure is created similarly to the output of `reflex build` in that
Multi-account Support
----------------------------

In a default implementation of reflex, a single account is monitored for events. If your organization leverages many accounts and wishes to monitor them all through a single reflex deploy, we allow for the configuration of a multi-account forwarder to a central account. In this setup, there is an account deployed with normal reflex infrastructure, called a "parent" account and then many "child" accounts that forward their rule findings to the central account for processing. In the "child"
accounts, you will find just event rules, SNS topics, and IAM roles for cross account describe/remediation.
In a default implementation of reflex, a single account is monitored for events. If your organization leverages many accounts and wishes to monitor them all through a single reflex deploy, we allow for the configuration of a multi-account forwarder to a central account. In this setup, there is an account deployed with normal reflex infrastructure, called a "parent" account and then many "child" accounts that forward their rule findings to the central account for processing. In the "child" accounts, you will find just event rules, SNS topics, and IAM roles for cross account describe/remediation.

Similarly to the multi-region build output, we can create multi-account output with a configuration block update like below. This will create separate output directories needed to be deployed separately with terraform in each account. *Note*: If specifying child accounts, it is required to specify parent accounts in the configuration below. Specifying neither child or parent accounts will create a single account build.

Expand Down

0 comments on commit b4d46a0

Please sign in to comment.