Fix typo in aws_ami.rst
[csit.git] / docs / report / introduction / methodology_aws / aws_ami.rst
index 264da01..ac56bb8 100644 (file)
@@ -8,7 +8,7 @@ launch an instance. CSIT is using Amazon Elastic Block Store (EBS) where
 the root device for an instance launched from the AMI is a volume
 created from an Amazon EBS snapshot.
 
-A the TG and SUT instances have slightly different software
+As the TG and SUT instances have slightly different software
 requirements, we are defining two AMIs for TG and SUT separately. AMI
 details examples:
 
@@ -37,13 +37,7 @@ details examples:
   - Root Device Type: ebs
 
 Both TG and SUT AMIs are created manually before launching topology and are not
-part of automated scripts. To create CSIT AMIs:
-
-::
-
-  cd csit/fdio.infra.packer/aws_c5n/
-  packer init
-  packer build
+part of automated scripts.
 
 Building AMIs requires Hashicorp Packer with Amazon plugin installed.