AWS sagemaker-unified-studio documentation change
Summary
Increased default quotas for JupyterLab instances, project members, spaces, and projects. Added Amazon DataZone quotas and API rate limits documentation.
Security assessment
The changes involve increasing service quotas and adding documentation for Amazon DataZone limits. There is no evidence of security vulnerability remediation or security-specific content.
Diff
diff --git a/sagemaker-unified-studio/latest/adminguide/quotas.md b/sagemaker-unified-studio/latest/adminguide/quotas.md index 82baa3dea..11bb0ddda 100644 --- a//sagemaker-unified-studio/latest/adminguide/quotas.md +++ b//sagemaker-unified-studio/latest/adminguide/quotas.md @@ -19,4 +19,4 @@ Resource | Default -Maximum number of JupyterLab instances | 2500 -Maximum number of project members for your Amazon SageMaker unified domain. The total number of project members is the product of project members and projects. | 2500 -Maximum number of spaces | 2500 -Maximum number of projects | 2500 +Maximum number of JupyterLab instances | 4000 +Maximum number of project members for your Amazon SageMaker unified domain. The total number of project members is the product of project members and projects. | 6000 +Maximum number of spaces | 6000 +Maximum number of projects | 500 @@ -24,0 +25,27 @@ Maximum number of Micro environments | 200 +### Amazon DataZone quotas + +The following table describes quotas for Amazon DataZone: + +Resource | Description | Value +---|---|--- +Data Asset Types | The maximum number of data asset types that can be created in a DataZone domain | 1000 +Data assets | The maximum number of data assets that can be created in an Amazon DataZone domain | 1 million +Glossaries | The maximum number of business glossaries you can create in a domain | 1000 +Business glossary terms | The maximum number of total business glossary terms you can create in a domain | 10000 +Number of asset filters | The maximum number of asset filters per Amazon DataZone domain | 100 + +### Amazon DataZone API rate limits + +The following table describes rate limits for the Amazon DataZone APIs. These limits apply per AWS account per Region. + +API | API rate limit +---|--- +CreateGlossary | 5 transactions per second (TPS) +UpdateGlossary | 20 TPS +GetGlossary | 20 TPS +DeleteGlossary | 20 TPS +UpdateGlossaryTerm | 20 TPS +DeleteGlossaryTerm | 20 TPS +CreateAsset | 20 TPS +UpdateAsset | 20 TPS + @@ -37,2 +63,0 @@ For more quotas information, see the following: - * [Amazon DataZone endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/datazone.html) -