Skip to content

Commit 5eb9963

Browse files
committed
Added architecture overview diagram
1 parent c96c43c commit 5eb9963

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This repository contains code to deploy the Cost Optimization Conformance Pack solution across an AWS Organization that utilises Control Tower. It includes an example collection of three custom rules containing best practice cost optimization logic. These will monitor and evaluate your resources to identify their cost optimization compliance posture and consolidate the results back to a single ‘delegated administrator’ account for simplified management. The following rules are included:
44

5-
Rule 1: Check for EBS gp2 volumes Remediation: Convert them to gp3 volumes
6-
Rule 2: Check for EBS volumes not attached to an EC2 instance
7-
Rule 3: Check for S3 buckets that do not have a lifecycle configuration policy
5+
- Rule 1: Check for EBS gp2 volumes Remediation: Convert them to gp3 volumes
6+
- Rule 2: Check for EBS volumes not attached to an EC2 instance
7+
- Rule 3: Check for S3 buckets that do not have a lifecycle configuration policy
88

99
For this solution the following will be deployed:
1010

@@ -15,6 +15,9 @@ For this solution the following will be deployed:
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.
1616
- **AWS Systems Manager Automation Document** - This will be deployed into the audit account only and used by the member accounts.
1717

18+
## Architecture Overview
19+
20+
![Architecture Overview](images/Architecture.PNG)
1821

1922
## Pre-requisites
2023

images/Architecture.PNG

179 KB
Loading

0 commit comments

Comments
 (0)