From 2ef60eb575633e5b8d1869b0d4bacf6ebc104d65 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:56:50 +0200 Subject: [PATCH] Add RAM recommendation for AWS VPC Enterprise Server deployment (#1068) --- 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..6f9680a9 100644 --- a/docs/deploying_clearml/enterprise_deploy/vpc_aws.md +++ b/docs/deploying_clearml/enterprise_deploy/vpc_aws.md @@ -14,7 +14,8 @@ 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 +* 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.