--- swagger: "2.0" x-collection-name: AWS EC2 x-complete: 0 info: title: AWS EC2 API Copy Snapshot version: 1.0.0 description: Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. schemes: - http produces: - application/json consumes: - application/json paths: /?Action=CopyImage: get: summary: Copy Image description: Initiates the copy of an AMI from the specified source region to the current region. operationId: copyimage x-api-path-slug: actioncopyimage-get parameters: - in: query name: BlockDeviceMapping.N description: Information about one or more block device mappings type: string - in: query name: Description description: A description for the new image type: string - in: query name: DryRun description: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response type: string - in: query name: InstanceId description: The ID of the instance type: string - in: query name: Name description: A name for the new image type: string - in: query name: NoReboot description: By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image type: string responses: 200: description: OK tags: - Server Image /?Action=CopySnapshot: get: summary: Copy Snapshot description: Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. operationId: copysnapshot x-api-path-slug: actioncopysnapshot-get parameters: - in: query name: Description description: A description for the snapshot type: string - in: query name: DryRun description: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response type: string - in: query name: VolumeId description: The ID of the EBS volume type: string responses: 200: description: OK tags: - Drive Snapshot x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---