AWS managedservices documentation change
Summary
Added Compute Optimizer parameters for EC2 remediation controls and updated tag formatting examples
Security assessment
Introduces operational controls for resource remediation (upscaling thresholds, savings parameters) but doesn't address security features or vulnerabilities
Diff
diff --git a/managedservices/latest/accelerate-guide/tr-configure-remediations.md b/managedservices/latest/accelerate-guide/tr-configure-remediations.md index 0423fb04b..8116036f4 100644 --- a//managedservices/latest/accelerate-guide/tr-configure-remediations.md +++ b//managedservices/latest/accelerate-guide/tr-configure-remediations.md @@ -16,0 +17,9 @@ The remediation of Trusted Advisor findings is currently configured using AWS Ap +Compute Optimizer -> EC2 instances feature flag has extra parameters: + + * **allow-upscale** To allow upscale under-provisioned not-optimized EC2 instances. The default value is "false". + + * **min-savings-opportunity-percentage** The minimum savings percentage opportunity for automated remediation. The default value is 10% + + + + @@ -75 +84 @@ With the preceding configurations set on your resources, check remediation behav - * Resources tagged with `Environment=Non-Production` are remediated automatically. + * Resources tagged with 'Environment=Non-Production' are remediated automatically. @@ -77 +86 @@ With the preceding configurations set on your resources, check remediation behav - * Resources tagged with `Environment=Production` require manual intervention for remediation. + * Resources tagged with 'Environment=Production' require manual intervention for remediation. @@ -79 +88 @@ With the preceding configurations set on your resources, check remediation behav - * Resources without the `Environment` tag follow the default execution mode (`Conditional`, in this case. So, no actions is taken on the remaining resources). + * Resources without the 'Environment' tag follow the default execution mode (`Conditional`, in this case. So, no actions is taken on the remaining resources).