ec2_enable_image: Re-enables a disabled AMI

View source: R/ec2_operations.R

ec2_enable_imageR Documentation

Re-enables a disabled AMI

Description

Re-enables a disabled AMI. The re-enabled AMI is marked as available and can be used for instance launches, appears in describe operations, and can be shared. Amazon Web Services accounts, organizations, and Organizational Units that lost access to the AMI when it was disabled do not regain access automatically. Once the AMI is available, it can be shared with them again.

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

Usage

ec2_enable_image(ImageId, DryRun = NULL)

Arguments

ImageId

[required] The ID of the AMI.

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 May 29, 2024, 9:16 a.m.