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