From 0c83a9aab62d372242fd560fe00131946571e29a Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 2 Mar 2025 14:17:07 +0200 Subject: [PATCH] Add RAM recommendation for AWS VPC Enterprise server deployment --- docs/deploying_clearml/enterprise_deploy/vpc_aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying_clearml/enterprise_deploy/vpc_aws.md b/docs/deploying_clearml/enterprise_deploy/vpc_aws.md index 7e343b41..6f9680a9 100644 --- a/docs/deploying_clearml/enterprise_deploy/vpc_aws.md +++ b/docs/deploying_clearml/enterprise_deploy/vpc_aws.md @@ -14,10 +14,10 @@ It covers the following: ## Prerequisites +* It is recommended to start with 4 CPUs and 32 GB of RAM. An `r6a.xlarge` EC2 instance would accommodate these requirements. * 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