Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Booting via iPXE in EC2 [closed]

Is it possible to implement iPXE on an EC2 instance so that it boots from an image stored in S3 (preferably) or from an image stored on another EC2 instance?

like image 625
cmorris14 Avatar asked Mar 19 '23 11:03

cmorris14


2 Answers

There is indeed no support in iPXE for AWS EC2 PV instances but iPXE can be use with AWS EC2 HVM instances.

For more information: http://forum.ipxe.org/showthread.php?tid=7913

like image 171
patlachance Avatar answered Apr 05 '23 22:04

patlachance


No. iPXE and the more general class of PVS mechanisms require low-level (often Hypervisor) level access to the server in order to 'squirt' a boot image to the VM. This is not available in EC2, and in fact I'm not sure any public cloud service would allow it since a rogue operation at that level could compromise everything on the host.

like image 30
Eight-Bit Guru Avatar answered Apr 05 '23 22:04

Eight-Bit Guru