Skip to content

Commit

Permalink
fix docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidheesh-Panchal committed Jul 8, 2024
1 parent 76729e7 commit 95a2030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/source/getting_started/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Deploy resources using the Cloud Formation template

Fill in the following parameter values as they require user input:

**BucketName:**\ The name of S3 bucket that you want to create.
**BucketName:** The name of S3 bucket that you want to create.
(required to change as the current value populated may not be
valid). Follow these
`rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html#general-purpose-bucket-names>`__
Expand All @@ -44,13 +44,13 @@ Deploy resources using the Cloud Formation template
can see the failure reasons by clicking on the stack that was
created and clicking on the ``Events`` tab.

**TechniqueModelARN:**\ The ARN of the subscribed model package for
**TechniqueModelARN:** The ARN of the subscribed model package for
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
**ClusterModelARN:** The ARN of the subscribed model package for
Temporal Clustering. Use version 0.5 Product ARN for the region in which CloudFormation stack is created.

**FlowModelARN:**\ The ARN of the subscribed model package for MITRE
**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.

**SuperuserEmail:** The email for admin user for UI
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/end_to_end_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ How to test end-to-end
--------------------------

1. Navigate to the AWS console and search for ``S3``. Select the S3 bucket
that you created, and click on ``Create folder``. Set the name of the folder as input and create the folder.
that you created, and click on ``Create folder``. Set the name of the folder as ``input`` and create the folder.
2. Sample input json file:

.. code-block:: JSON
Expand Down

0 comments on commit 95a2030

Please sign in to comment.