Eelco Dolstra
6c72efe0ba
Don't generate instance-store AMIs
...
These are obsolete, use EBS AMIs instead.
2017-09-28 17:33:13 +02:00
Eelco Dolstra
279565c3d6
Revert "Revert "EC2: Disable PV support""
...
This reverts commit 71710fd099
.
2017-04-04 13:03:05 +02:00
Jörg Thalheim
71710fd099
Revert "EC2: Disable PV support"
...
This reverts commit fbe6d23624
.
this breaks every non-ec2 (non-hvm) system
cc @edolstra
2017-04-04 12:05:21 +02:00
Eelco Dolstra
fbe6d23624
EC2: Disable PV support
...
Unfortunately, somewhere between 16.09 and 17.03, paravirtualized
instances stopped working. They hang at the pv-grub prompt
("grubdom>"). I tried reverting to a 4.4 kernel, reverting kernel
compression from xz to bzip2 (even though pv-grub is supposed to
support xz), and reverting the only change to initrd generation
(5a8147479e
). Nothing worked so I'm
giving up.
2017-04-03 17:46:34 +02:00
Eelco Dolstra
e6faf2a4e6
create-amis.sh: Use pv-grub-hd0_1.05
2017-04-03 17:46:34 +02:00
Eelco Dolstra
a2b8ceb83a
Create AMIs for ca-central-1 (Canada)
2017-02-19 23:19:07 +01:00
Eelco Dolstra
4e516363a8
Create AMIs for eu-west-2 (London)
2017-01-17 21:44:01 +01:00
Domen Kožar
49d608ac00
create-amis: use jq instead of json
2016-11-22 01:59:49 +01:00
Domen Kožar
f940d65b2d
create-amis: add us-east-2
2016-11-21 21:26:23 +01:00
Domen Kožar
1944c984c3
create-amis: order matters
2016-11-21 16:43:09 +01:00
Domen Kožar
6e08a55474
create-amis.sh: another dep needed for EBS images
2016-11-21 15:56:51 +01:00
Domen Kožar
67f3e2853b
create-amis.sh: use nix-shell for convenience
2016-11-16 16:49:32 +01:00
Eelco Dolstra
94cc18e9aa
Add AMIs in ap-northeast-2 and ap-south-1
2016-07-12 17:26:25 +02:00
Eelco Dolstra
1e9b8bfb31
Copy AMIs in parallel
2016-07-12 17:26:16 +02:00
Eelco Dolstra
02db7d9821
Create AMIs with Enhanced Networking
...
Fixes #15956 .
2016-07-12 17:25:52 +02:00
obadz
364a4373cf
ec2/create-amis.sh: specify the approriate size on snapshots
...
Should help with #15148
2016-05-07 19:44:39 +01:00
Eelco Dolstra
69c746d06b
Update AMI creation script
2016-04-05 11:25:12 +02:00
Eelco Dolstra
9008c9cd5f
Hack to parallelize AMI copying
2015-09-29 14:54:12 +02:00
Eelco Dolstra
d06fdade6f
Tweak AMI script
2015-09-29 14:54:12 +02:00
Eelco Dolstra
aeb31b97ad
Update AMI generator
...
The EBS and S3 (instance-store) AMIs are now created from the same
image. HVM instance-store AMIs are also generated.
Disk image generation has been factored out into a function
(nixos/lib/make-disk-image.nix) that can be used to build other kinds
of images.
2015-09-27 21:06:40 +02:00