Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidheesh-Panchal committed Jul 23, 2024
1 parent 772f570 commit bcd4105
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Deploy resources using the Cloud Formation template
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. Use version 0.6 Product ARN for the region in which CloudFormation stack is created.
Temporal Clustering. Use version 0.7 Product ARN for the region in which CloudFormation stack is created.

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

**SuperuserEmail:** The email for admin user for UI

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Make sure that you have the required permissions for resources for the IAM user
- IAM
- CloudFormation

To confirm you have the required permssion for the resoucres nessary to run the
pipeline you can check with the following script.
To confirm you have the required permssion for the resources necessary to run the
pipeline you can check that with the following script. To run the script the iam user must have ``iam:SimulatePrincipalPolicy`` policy.

.. code-block:: console
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/subscription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Temporal Clustering
:alt: Subscribe to technique detector
:align: center

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``.
3. Click on ``Continue to configuration``. In the section ``Select your launch method``, select ``AWS CloudFormation``. Select the ``Software Version`` as ``0.7`` 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_arn_cluster.png
:alt: Subscribe to flow detector
Expand All @@ -66,7 +66,7 @@ MITRE ATTACK Flow Detector
:alt: Subscribe to technique detector
:align: center

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``.
3. Click on ``Continue to configuration``. In the section ``Select your launch method``, select ``AWS CloudFormation``. Select the ``Software Version`` as ``0.7`` 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_arn_flow.png
:alt: Subscribe to technique detector
Expand Down

0 comments on commit bcd4105

Please sign in to comment.