Skip to content

Commit f19d023

Browse files
committed
Updated README guide
1 parent 33547aa commit f19d023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For this solution the following will be deployed:
1313
- **AWS CloudFormation StackSet** - a collection of CloudFormation stacks deployed into all the member accounts in the AWS Organization. These stacks will deploy the following:
1414
- **AWS Lambda Function** - The AWS Config custom rules invoke a Lambda function that contains the logic to evaluate whether the specified resource is either Compliant or Noncompliant with cost optimization best practice rules defined above.
1515
- **IAM Roles** - Two custom IAM roles will be deployed. One that will enable the Lambda function to be invoked and the second which will be used by AWS Systems Manager (SSM) to carry out remediation actions as defined in the SSM document.
16-
- **AWS Systems Manager Automation Document** - This will deployed into the audit account only and used by the member accounts.
16+
- **AWS Systems Manager Automation Document** - This will be deployed into the audit account only and used by the member accounts.
1717

1818

1919
## Pre-requisites
@@ -52,7 +52,7 @@ For the purposes of this deployment walkthrough, our management account ID will
5252
- `aws organizations register-delegated-administrator --account-id 222222222222 --service-principal config-multiaccountsetup.amazonaws.com`
5353
- `aws organizations register-delegated-administrator --account-id 222222222222 --service-principal config.amazonaws.com`
5454
- `aws organizations register-delegated-administrator --service-principal=member.org.stacksets.cloudformation.amazonaws.com --account-id=222222222222`
55-
2. Validate they have been successful by running the following commands where you should see the listed delegated admininstrators:
55+
2. Validate they have been successful by running the following commands where you should see the listed delegated administrators:
5656
- `aws organizations list-delegated-administrators --service-principal=config.amazonaws.com`
5757
- `aws organizations list-delegated-administrators --service-principal=config-multiaccountsetup.amazonaws.com`
5858
- `aws organizations list-delegated-administrators --service-principal=member.org.stacksets.cloudformation.amazonaws.com`

0 commit comments

Comments
 (0)