From b1c72c1254971d2d4eb7d8ffa34b942ca92201a3 Mon Sep 17 00:00:00 2001 From: Jessica Tomechak Date: Tue, 23 Oct 2012 15:23:56 -0700 Subject: [PATCH] Docs. Fix bug CLOUDSTACK-406. Change AWS API port to 7080 in Installation Guide. --- docs/en-US/aws-ec2-user-setup.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en-US/aws-ec2-user-setup.xml b/docs/en-US/aws-ec2-user-setup.xml index 55b2950a317..8607378d88c 100644 --- a/docs/en-US/aws-ec2-user-setup.xml +++ b/docs/en-US/aws-ec2-user-setup.xml @@ -38,7 +38,7 @@ Set up the environment variables for the EC2 command-line tools. - For SOAP access, use the endpoint http://&PRODUCT;-management-server:8080/awsapi. + For SOAP access, use the endpoint http://&PRODUCT;-management-server:7080/awsapi. The &PRODUCT;-management-server can be specified by a fully-qualified domain name or IP address. @@ -68,7 +68,7 @@ Substitute the values that were obtained in step 1 in the URL below. -$ cloudstack-aws-api-register --apikey=User’s &PRODUCT; API key --secretkey=User’s &PRODUCT; Secret key --cert=/path/to/cert.pem --url=http://&PRODUCT;.server:8080/awsapi +$ cloudstack-aws-api-register --apikey=User’s &PRODUCT; API key --secretkey=User’s &PRODUCT; Secret key --cert=/path/to/cert.pem --url=http://&PRODUCT;.server:7080/awsapi @@ -89,7 +89,7 @@ Set up the environment variables that will direct the tools to the server. As a best practice, you may wish to place these commands in a script that may be sourced before using the AWS API translation feature. $ export EC2_CERT=/path/to/cert.pem $ export EC2_PRIVATE_KEY=/path/to/private_key.pem -$ export EC2_URL=http://&PRODUCT;.server:8080/awsapi +$ export EC2_URL=http://&PRODUCT;.server:7080/awsapi $ export EC2_HOME=/path/to/EC2_tools_directory