Hacker News new | ask | show | jobs
Show HN: Easyto converts container images to EC2 AMIs (github.com)
8 points by joseph 704 days ago
Easyto builds an EC2 AMI from a container image. It creates a temporary EC2 AMI build instance with an EBS volume attached. The EBS volume is partitioned and formatted, and the container image layers are written to the main partition. Then a Linux kernel, bootloader, and custom init and utilities are added. The EBS volume is then snapshotted and an AMI is created from it.

Demo video: https://www.youtube.com/watch?v=lruK2WOWa-o.

2 comments

Nice demo. I like the implementation.
I like the implementation