ec2_create_store_image_task: Stores an AMI as a single object in an Amazon S3 bucket

View source: R/ec2_operations.R

ec2_create_store_image_taskR Documentation

Stores an AMI as a single object in an Amazon S3 bucket

Description

Stores an AMI as a single object in an Amazon S3 bucket.

See https://www.paws-r-sdk.com/docs/ec2_create_store_image_task/ for full documentation.

Usage

ec2_create_store_image_task(
  ImageId,
  Bucket,
  S3ObjectTags = NULL,
  DryRun = NULL
)

Arguments

ImageId

[required] The ID of the AMI.

Bucket

[required] The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

S3ObjectTags

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.