Skip to content

Commit

Permalink
Update prerequisites.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzeldinadel authored Jul 13, 2024
1 parent fe1b343 commit f00c3ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/getting_started/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,21 @@ Quotas
Instance types
~~~~~~~~~~~~~~

Verify your instance type quotas by going to the AWS console. Search for ``Service Quotas``, and select SageMaker from the AWS Services list. Search for ``transform job usage``. You will require a GPU instance type for ``ATTACK Technique Detector`` and ``Temporal Clustering``, so look at the supported and recommended instance types for the product before subscribing and request for an increase of quota if found to be less than 1. The recommended GPU instance types are p2 and p3. The ``MITRE ATTACK Flow Detector`` requires a CPU-based instance type.
Verify your instance type quotas by going to the AWS console. Search for ``Service Quotas``, and select SageMaker from the AWS Services list. Search for ``transform job usage``. You will require a GPU instance type for ``ATTACK Technique Detector`` and ``Temporal Clustering``, so look at the supported and recommended instance types for the product before subscribing and request for an increase of quota if found to be less than 1. The recommended GPU instance types are p2 and p3. The ``MITRE ATTACK Flow Detector`` requires a CPU-based instance type such as c5.

.. note::
To check for the supported and recommended instance type. On the AWS marketplace model product page, scroll down to the ``Pricing`` section and click on ``Model Batch Transform`` under ``Software Pricing``.

.. example::
Visit https://us-east-2.console.aws.amazon.com/servicequotas/home/services/sagemaker/quotas
Search "transform job usage"
Select ml.p2.xlarge
Request increase
Select ml.p3.2xlarge
Request increase
Select ml.c5.4xlarge
Request increase

Lambda concurrent executions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit f00c3ea

Please sign in to comment.