diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ef6a87..69c50d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,7 @@ Changelog Alex Adriaanse: * Fix DKMS kernel version error * Add support for Btrfs + * Add EC2 Jessie HVM manifest 2015-05-08 ---------- diff --git a/manifests/official/ec2/ebs-jessie-amd64-hvm.yml b/manifests/official/ec2/ebs-jessie-amd64-hvm.yml new file mode 100644 index 0000000..4343938 --- /dev/null +++ b/manifests/official/ec2/ebs-jessie-amd64-hvm.yml @@ -0,0 +1,33 @@ +--- +provider: + name: ec2 + virtualization: hvm + enhanced_networking: simple + # credentials: + # access-key: AFAKEACCESSKEYFORAWS + # secret-key: thes3cr3tkeyf0ryourawsaccount/FS4d8Qdva +bootstrapper: + workspace: /target +image: + name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}-ebs + description: Debian {system.release} {system.architecture} +system: + release: jessie + architecture: amd64 + bootloader: extlinux + charmap: UTF-8 + locale: en_US + timezone: UTC +volume: + backing: ebs + partitions: + type: none + root: + filesystem: ext4 + size: 8GiB +packages: + mirror: http://cloudfront.debian.net/debian +plugins: + cloud_init: + metadata_sources: Ec2 + username: admin