From e3843536b8b35b02255e8bf82a25e753ba2bbdf8 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 2 Mar 2025 14:06:11 +0200 Subject: [PATCH] add ram requirement --- docs/deploying_clearml/enterprise_deploy/vpc_aws.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploying_clearml/enterprise_deploy/vpc_aws.md b/docs/deploying_clearml/enterprise_deploy/vpc_aws.md index 4c1690cb..7e343b41 100644 --- a/docs/deploying_clearml/enterprise_deploy/vpc_aws.md +++ b/docs/deploying_clearml/enterprise_deploy/vpc_aws.md @@ -14,9 +14,10 @@ It covers the following: ## Prerequisites -An AWS account with at least 2 availability zones is required. It is recommended to install on a region with at least +* An AWS account with at least 2 availability zones is required. It is recommended to install on a region with at least 3 availability zones. Having fewer than 3 availability zones would prevent the use of high-availability setups, if needed in the future. +* The minimum required RAM is 32 GB. For example, a `r6a.xlarge` EC2 instance type would accommodate the RAM size. ## Instance Setup