the-maldridge / ami-uploader

Amazon machine image uploader & other miscellaneous utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMI Uploader

Created this to use with LinuxKit.

Amazon machine image uploader & other miscellaneous utilities.

image info

Example

$ cargo run -- upload --bucket my-s3-bucket --image ./my-source-image.vmdk --name my-aws-ami

Alternatively

$ cargo run -- upload --bucket my-s3-bucket --key new-ami.vmdk --image ./my-source-image.vmdk --name my-aws-ami

About

Amazon machine image uploader & other miscellaneous utilities


Languages

Language:Rust 99.6%Language:Shell 0.4%