seanrmurphy / nixinit

MIT License
0 stars 0 forks source link

add support for launching instance on aws #15

Open seanrmurphy opened 2 weeks ago

seanrmurphy commented 2 weeks ago

Currently, the nixinit client can only launch an instance using libvirt.

Modify the client such that an instance can be launched on AWS.

This involves making a set of assumptions on what authorizations the user has on AWS and performing some error handling to surface the most common error scenarios.