Skip to content

Commit

Permalink
Use specific version. how to get ARNs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidheesh Panchal committed Jun 18, 2024
1 parent af68628 commit da48a0f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/source/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Deploy resources using the Cloud Formation template
created and clicking on the ``Events`` tab.

**TechniqueModelARN:**\ The ARN of the subscribed model package for
ATTACK Technique detector
ATTACK Technique detector. Use version 0.4 Product ARN for the region in which CloudFormation stack is created.

**ClusterModelARN:**\ The ARN of the subscribed model package for
Temporal Clustering
Temporal Clustering. Use version 0.4 Product ARN for the region in which CloudFormation stack is created.

**FlowModelARN:**\ The ARN of the subscribed model package for MITRE
flow detector
flow detector. Use version 0.6 Product ARN for the region in which CloudFormation stack is created.

Recommended value for parameter:

Expand Down
Binary file added docs/source/resources/model_arn_cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/resources/model_arn_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/resources/model_arn_tech.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 6 additions & 15 deletions docs/source/subscription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ ATTACK Technique Detector
:alt: Subscribe to technique detector
:align: center

.. note::
Do not click on ``Continue to configuration`` at the top of the page. You can move to the next step.
3. Click on ``Continue to configuration``. In the section ``Select your launch method``, select ``AWS CloudFormation``. Select the ``Software Version`` as ``0.4`` from the drop down. Select the ``Region`` in which you would want to deploy Cypienta products. Copy and make note of the ``Product Arn``.

3. Make note of the technique detector model package ARN by going to the Sagemaker console. On the left-hand side panel, navigate to Inference → Marketplace model packages. Select ``AWS Marketplace subscriptions`` tab. Click on the desired product title and copy the ``Model package ARN``.

.. image:: resources/model_package_arn.png
.. image:: resources/model_arn_tech.png
:alt: Subscribe to technique detector
:align: center

Expand All @@ -45,12 +42,9 @@ Temporal Clustering
:alt: Subscribe to technique detector
:align: center

.. note::
Do not click on ``Continue to configuration`` at the top of the page. You can move to the next step.

3. Make note of the temporal clustering model package ARN by going to the Sagemaker console. On the left hand side panel, navigate to Inference → Marketplace model packages. Select ``AWS Marketplace subscriptions`` tab. Click on the desired product title and copy the ``Model package ARN``.
3. Click on ``Continue to configuration``. In the section ``Select your launch method``, select ``AWS CloudFormation``. Select the ``Software Version`` as ``0.4`` from the drop down. Select the ``Region`` in which you would want to deploy Cypienta products. Copy and make note of the ``Product Arn``.

.. image:: resources/model_package_arn.png
.. image:: resources/model_arn_cluster.png
:alt: Subscribe to flow detector
:align: center

Expand All @@ -72,11 +66,8 @@ MITRE ATTACK Flow Detector
:alt: Subscribe to technique detector
:align: center

.. note::
Do not click on ``Continue to configuration`` at the top of the page. You can move to the next step.

3. Make note of the flow detector model package ARN by going to the Sagemaker console. On the left hand side panel, navigate to Inference → Marketplace model packages. Select ``AWS Marketplace subscriptions`` tab. Click on the desired product title and copy the ``Model package ARN``.
3. Click on ``Continue to configuration``. In the section ``Select your launch method``, select ``AWS CloudFormation``. Select the ``Software Version`` as ``0.6`` from the drop down. Select the ``Region`` in which you would want to deploy Cypienta products. Copy and make note of the ``Product Arn``.

.. image:: resources/model_package_arn.png
.. image:: resources/model_arn_flow.png
:alt: Subscribe to technique detector
:align: center

0 comments on commit da48a0f

Please sign in to comment.