AWS managedservices documentation change
Summary
Changed boolean values from 'True'/'False' to lowercase 'true'/'false' in multiple configuration parameters for rightsizing and idle resource recommendations.
Security assessment
This is a documentation formatting change to standardize boolean values to lowercase. No security implications are evident as it doesn't introduce, modify, or remove security controls or features.
Diff
diff --git a/managedservices/latest/accelerate-guide/tr-supported-recommendations-co.md b/managedservices/latest/accelerate-guide/tr-supported-recommendations-co.md index 32ec59f28..1aaf639aa 100644 --- a//managedservices/latest/accelerate-guide/tr-supported-recommendations-co.md +++ b//managedservices/latest/accelerate-guide/tr-supported-recommendations-co.md @@ -17 +17 @@ Rightsizing - * **CreateAMIBeforeResize** : To create the instance AMI as backup before resizing, set to 'True.' To not create a backup, set to 'False.' Default is 'True'. No constraints + * **CreateAMIBeforeResize** : To create the instance AMI as backup before resizing, set to 'true.' To not create a backup, set to 'false.' Default is 'true'. No constraints @@ -22 +22 @@ Rightsizing - * **CreateSnapshot** : To create a snapshot before modifying the volume, set to 'True.' To not create a snapshot, set to 'False.' The default is 'True'. No constraints + * **CreateSnapshot** : To create a snapshot before modifying the volume, set to 'true.' To not create a snapshot, set to 'false.' The default is 'true'. No constraints @@ -27 +27 @@ Rightsizing - * **RemediateStackDrift** : To initiate drift remediation, if any drift is caused by volume modification, set to 'True.' To not attempt drift remediation, set to 'False.' Default is 'True'. No constraints + * **RemediateStackDrift** : To initiate drift remediation, if any drift is caused by volume modification, set to 'true.' To not attempt drift remediation, set to 'false.' Default is 'true'. No constraints @@ -34 +34 @@ Idle resources - * **CreateSnapshot** : To create a snapshot before deleting the volume, set to 'True.' To not create a snapshot, set to 'False.' The default is 'True'. No constraints + * **CreateSnapshot** : To create a snapshot before deleting the volume, set to 'true.' To not create a snapshot, set to 'false.' The default is 'true'. No constraints @@ -38 +38 @@ Idle resources -[Idle Amazon EC2 instance](https://aws.amazon.com/compute-optimizer/faqs/#topic-9) | **AWSManagedServices-StopEC2Instance** The idle Amazon EC2 instance will be stopped. | **ForceStopWithInstanceStore** : To force stop for instances using instance store, set to 'True.' To not force stop, set to 'False.' Default value 'False' prevents the instance from stopping. No constraints +[Idle Amazon EC2 instance](https://aws.amazon.com/compute-optimizer/faqs/#topic-9) | **AWSManagedServices-StopEC2Instance** The idle Amazon EC2 instance will be stopped. | **ForceStopWithInstanceStore** : To force stop for instances using instance store, set to 'true.' To not force stop, set to 'false.' Default value 'false' prevents the instance from stopping. No constraints