Documentation ¶
Overview ¶
The amazonebs package contains a packer.Builder implementation that builds AMIs for Amazon EC2.
In general, there are two types of AMIs that can be created: ebs-backed or instance-store. This builder _only_ builds ebs-backed images.
Index ¶
Constants ¶
View Source
const BuilderId = "mitchellh.amazonebs"
The unique ID for this builder
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.8.0
type Config struct { common.PackerConfig `mapstructure:",squash"` awscommon.AccessConfig `mapstructure:",squash"` awscommon.AMIConfig `mapstructure:",squash"` awscommon.BlockDevices `mapstructure:",squash"` awscommon.RunConfig `mapstructure:",squash"` VolumeRunTags map[string]string `mapstructure:"run_volume_tags"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.