AWS quicksuite documentation change
Summary
Increased maximum index capacity from 10,000 MB to 60,000 MB in multiple sections
Security assessment
The changes update capacity limits and scaling parameters but do not address security vulnerabilities or introduce security features. The modifications relate to resource management and scaling capabilities rather than security controls.
Diff
diff --git a/quicksuite/latest/userguide/manage-data-capacity.md b/quicksuite/latest/userguide/manage-data-capacity.md index 5871d02f1..8ba3010d9 100644 --- a//quicksuite/latest/userguide/manage-data-capacity.md +++ b//quicksuite/latest/userguide/manage-data-capacity.md @@ -11 +11 @@ An index is a structured corpus of documents that allows for efficient searching -You must purchase data storage capacity for your Quick Suite index. Quick Suite automatically creates an index when you sign up in your home region, and auto-provisions 50 MB default index capacity with auto-scaling enabled (a mechanism where your index capacity is adjusted automatically based on usage). In any other region, an admin has to explicitly provision index capacity. The minimum index capacity you can purchase is 25 MB. The maximum is 10,000 MB. +You must purchase data storage capacity for your Quick Suite index. Quick Suite automatically creates an index when you sign up in your home region, and auto-provisions 50 MB default index capacity with auto-scaling enabled (a mechanism where your index capacity is adjusted automatically based on usage). In any other region, an admin has to explicitly provision index capacity. The minimum index capacity you can purchase is 25 MB. The maximum is 60,000 MB. @@ -48 +48 @@ With auto-scaling enabled, Amazon Quick Suite may temporarily provision capacity - 1. To automatically scale index capacity as per usage, select **Auto-scale (Recommended)**. This automatically adjusts index capacity in 25 MB increments based on your usage, purchasing or releasing as needed. Then, in **Maximum purchase limit** set the limit at which auto-purchase stops. The value of the maximum purchase limit must be 10,000. Maximum purchase limit cannot be lower that current used capacity. + 1. To automatically scale index capacity as per usage, select **Auto-scale (Recommended)**. This automatically adjusts index capacity in 25 MB increments based on your usage, purchasing or releasing as needed. Then, in **Maximum purchase limit** set the limit at which auto-purchase stops. The value of the maximum purchase limit must be 60,000. Maximum purchase limit cannot be lower that current used capacity. @@ -50 +50 @@ With auto-scaling enabled, Amazon Quick Suite may temporarily provision capacity - 2. To manually purchase capacity, select **Manual**. Then, in **Index capacity** , set the total capacity you want your index to hold. The capacity must be between 25-10,000 MB and you can increase it in 25 MB increments. When you want to lower the current capacity held by the index, it can't be lowered below the used capacity. Since capacity is managed in 25 MB increments, you can only decrease to the next 25 MB unit above your current usage. For example, if your index has 200 MB capacity with 110 MB consumed, you can reduce capacity to 125 MB but not to 100 MB since part of the 100-125 MB unit is already in use. + 2. To manually purchase capacity, select **Manual**. Then, in **Index capacity** , set the total capacity you want your index to hold. The capacity must be between 25-60,000 MB and you can increase it in 25 MB increments. When you want to lower the current capacity held by the index, it can't be lowered below the used capacity. Since capacity is managed in 25 MB increments, you can only decrease to the next 25 MB unit above your current usage. For example, if your index has 200 MB capacity with 110 MB consumed, you can reduce capacity to 125 MB but not to 100 MB since part of the 100-125 MB unit is already in use. @@ -114 +114 @@ To switch from auto-scale to manual capacity - 6. In **Index capacity** , set your desired manual capacity. The value must be between 25-10,000 MB in 25 MB increments and can't be less than current usage. + 6. In **Index capacity** , set your desired manual capacity. The value must be between 25-60,000 MB in 25 MB increments and can't be less than current usage. @@ -134 +134 @@ To switch from manual to auto-scale capacity - 6. In **Maximum purchase limit** , set your maximum purchase limit. The value must be between 25-10,000 MB in 25 MB increments and can't be less than current usage. + 6. In **Maximum purchase limit** , set your maximum purchase limit. The value must be between 25-60,000 MB in 25 MB increments and can't be less than current usage.