This is an archive version of the document. To get the most up-to-date information, see the current version.

Amazon Connections

The /amazonConnections resource collection represents Amazon Virtual Private Cloud connections. Resources of the /amazonConnections collection are used to configure network settings for AWS regions where Veeam Backup for AWS launches worker instances, and to configure Backup policy settings.

Note

You can add an amazon connection only manually. If you restart the veeamawsbackuprestfulapi service,  all added amazon connections will be removed.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/amazonConnections

Amazon ConnectionsCollection Representation

{

 "totalCount": 1,

 "results": [

   {

     "id": "2c7eb8fb-40e3-4495-9dc9-30f969277917",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917"

       },

       {

         "method": "DELETE",

         "rel": "delete",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917"

       },

       {

         "method": "GET",

         "rel": "CloudNetworks",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/cloudNetworks"

       },

       {

         "method": "GET",

         "rel": "CloudSubNetworks",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/cloudSubnetworks"

       },

       {

         "method": "GET",

         "rel": "CloudSecurityGroups",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/cloudSecurityGroups"

       },

       {

         "method": "GET",

         "rel": "AvailabilityZones",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/availabilityZones"

       },

       {

         "method": "GET",

         "rel": "ValidateS3Endpoint",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/validateS3endpoint"

       },

       {

         "method": "GET",

         "rel": "CloudEncryptionKeys",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/cloudEncryptionKeys"

       },

       {

         "method": "GET",

         "rel": "BucketFolders",

         "href": "https://135.169.170.192:11005/api/v1/amazonConnections/2c7eb8fb-40e3-4495-9dc9-30f969277917/browseBucketFolders"

       }

     ]

   }

 ],

 "_links": [

   {

     "method": "POST",

     "rel": "create",

     "href": "https://135.169.170.192:11005/api/v1/amazonConnections"

   }

 ]

}

In This Section