amazonka-ec2-1.4.4: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.RegisterImage

Contents

Description

Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating Your Own AMIs in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself.

You can also use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. For more information, see Launching an Instance from a Snapshot in the Amazon Elastic Compute Cloud User Guide.

Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billingProduct code associated with an AMI to verify subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and subsequent instances launched from such an AMI will not be able to connect to package update infrastructure.

Similarly, although you can create a Windows AMI from a snapshot, you can't successfully launch an instance from the AMI.

To create Windows AMIs or to create AMIs for Linux operating systems that must retain AMI billing codes to work properly, see CreateImage.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes.

Synopsis

Creating a Request

registerImage Source #

Arguments

:: Text

riName

-> RegisterImage 

Creates a value of RegisterImage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RegisterImage Source #

Contains the parameters for RegisterImage.

See: registerImage smart constructor.

Instances

Eq RegisterImage Source # 
Data RegisterImage Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegisterImage -> c RegisterImage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegisterImage #

toConstr :: RegisterImage -> Constr #

dataTypeOf :: RegisterImage -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RegisterImage) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegisterImage) #

gmapT :: (forall b. Data b => b -> b) -> RegisterImage -> RegisterImage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegisterImage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegisterImage -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegisterImage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegisterImage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegisterImage -> m RegisterImage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterImage -> m RegisterImage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterImage -> m RegisterImage #

Read RegisterImage Source # 
Show RegisterImage Source # 
Generic RegisterImage Source # 

Associated Types

type Rep RegisterImage :: * -> * #

Hashable RegisterImage Source # 
NFData RegisterImage Source # 

Methods

rnf :: RegisterImage -> () #

AWSRequest RegisterImage Source # 
ToPath RegisterImage Source # 
ToHeaders RegisterImage Source # 
ToQuery RegisterImage Source # 
type Rep RegisterImage Source # 
type Rep RegisterImage = D1 (MetaData "RegisterImage" "Network.AWS.EC2.RegisterImage" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" False) (C1 (MetaCons "RegisterImage'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_riVirtualizationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_riImageLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riEnaSupport") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) (S1 (MetaSel (Just Symbol "_riRAMDiskId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_riKernelId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riRootDeviceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_riSRIOVNetSupport") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_riArchitecture") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ArchitectureValues))) (S1 (MetaSel (Just Symbol "_riDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_riBlockDeviceMappings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BlockDeviceMapping]))) ((:*:) (S1 (MetaSel (Just Symbol "_riDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_riName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))))
type Rs RegisterImage Source # 

Request Lenses

riVirtualizationType :: Lens' RegisterImage (Maybe Text) Source #

The type of virtualization.

Default: paravirtual

riImageLocation :: Lens' RegisterImage (Maybe Text) Source #

The full path to your AMI manifest in Amazon S3 storage.

riEnaSupport :: Lens' RegisterImage (Maybe Bool) Source #

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

riRAMDiskId :: Lens' RegisterImage (Maybe Text) Source #

The ID of the RAM disk.

riKernelId :: Lens' RegisterImage (Maybe Text) Source #

The ID of the kernel.

riRootDeviceName :: Lens' RegisterImage (Maybe Text) Source #

The name of the root device (for example, '\/dev\/sda1', or '\/dev\/xvda').

riSRIOVNetSupport :: Lens' RegisterImage (Maybe Text) Source #

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

riArchitecture :: Lens' RegisterImage (Maybe ArchitectureValues) Source #

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

riDescription :: Lens' RegisterImage (Maybe Text) Source #

A description for your AMI.

riBlockDeviceMappings :: Lens' RegisterImage [BlockDeviceMapping] Source #

One or more block device mapping entries.

riDryRun :: Lens' RegisterImage (Maybe Bool) Source #

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.

riName :: Lens' RegisterImage Text Source #

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs ('), or underscores(_)

Destructuring the Response

registerImageResponse Source #

Creates a value of RegisterImageResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RegisterImageResponse Source #

Contains the output of RegisterImage.

See: registerImageResponse smart constructor.

Instances

Eq RegisterImageResponse Source # 
Data RegisterImageResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegisterImageResponse -> c RegisterImageResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegisterImageResponse #

toConstr :: RegisterImageResponse -> Constr #

dataTypeOf :: RegisterImageResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RegisterImageResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegisterImageResponse) #

gmapT :: (forall b. Data b => b -> b) -> RegisterImageResponse -> RegisterImageResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegisterImageResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegisterImageResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegisterImageResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegisterImageResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegisterImageResponse -> m RegisterImageResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterImageResponse -> m RegisterImageResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterImageResponse -> m RegisterImageResponse #

Read RegisterImageResponse Source # 
Show RegisterImageResponse Source # 
Generic RegisterImageResponse Source # 
NFData RegisterImageResponse Source # 

Methods

rnf :: RegisterImageResponse -> () #

type Rep RegisterImageResponse Source # 
type Rep RegisterImageResponse = D1 (MetaData "RegisterImageResponse" "Network.AWS.EC2.RegisterImage" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" False) (C1 (MetaCons "RegisterImageResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rirsImageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

rirsImageId :: Lens' RegisterImageResponse (Maybe Text) Source #

The ID of the newly registered AMI.