diff --git a/docs/source/getting_started/deploy.rst b/docs/source/getting_started/deploy.rst index 03db0fa..b317413 100644 --- a/docs/source/getting_started/deploy.rst +++ b/docs/source/getting_started/deploy.rst @@ -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 `__ @@ -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 diff --git a/docs/source/getting_started/end_to_end_test.rst b/docs/source/getting_started/end_to_end_test.rst index 701fcaa..2d437a6 100644 --- a/docs/source/getting_started/end_to_end_test.rst +++ b/docs/source/getting_started/end_to_end_test.rst @@ -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