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: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
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:
4
4
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
8
8
9
9
For this solution the following will be deployed:
10
10
@@ -15,6 +15,9 @@ For this solution the following will be deployed:
15
15
-**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
16
-**AWS Systems Manager Automation Document** - This will be deployed into the audit account only and used by the member accounts.
0 commit comments