If the Amazon Web Services region hosting your cloud resources does not appear when your users attempt to add a cloud account using the
Add Cloud Account wizard, you will need to add the region to the list manually using the
vp_cdsm_c command-line tool.
To add an Amazon Web Services region using vp_cdsm_c:
vp_cdsm_c -action addregion -region REGION -display DISPLAY -endpoint ENDPOINTwhere the parameters are:
| Parameter | Description | Sample value |
|---|---|---|
| REGION | The Amazon Web Services identifier for the region. | ca-east-1 |
| DISPLAY | The display string to use for the region in the Add Cloud Account wizard. | Canada East (Ottawa) |
| ENDPOINT | The fully-qualified domain name of the Amazon Elastic Compute Cloud (EC2) endpoint to use for the region. | ec2.ca-east-1.amazonaws.com |
vp_cdsm_c
command as the root user.
You can view any added Amazon Web Services regions in your system using the
vp_cdsm_c command-line tool.
To view added Amazon Web Services regions using vp_cdsm_c:
vp_cdsm_c -action listregions
vp_cdsm_c
command as the root user.
You can remove any added Amazon Web Services regions in your system using the
vp_cdsm_c command-line tool.
Any cloud accounts that were added using the region will continue to work, but users will not be able to create new cloud accounts using the region.
To remove an added Amazon Web Services region using vp_cdsm_c:
vp_cdsm_c -action listregions
vp_cdsm_c -action removeregion -region REGIONThe
REGION parameter is required.
| Parameter | Description | Sample value |
|---|---|---|
| REGION | The Amazon Web Services identifier for the region. | ca-east-1 |
vp_cdsm_c
commands as the root user.