Merge pull request #1410 from rneugeba/aws

projects: Move AWS bits to projects until they are usable again
This commit is contained in:
Justin Cormack 2017-03-29 17:40:33 +02:00 committed by GitHub
commit 8d934f6914
6 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,7 @@ If you want to create a project, please submit a pull request to create a new di
- [Mirage SDK](miragesdk/) privilege separation for userspace services
- [Wireguard](wireguard/) cryptographic enforced container network separation
- [OKernel](okernel/) intra-kernel protection using EPT (HPE)
- [AWS](aws) AWS build support
## Current projects not yet documented
- Clear Linux integration (Intel)

14
projects/aws/roadmap.md Normal file
View File

@ -0,0 +1,14 @@
# AWS support
The aim is provide good integration of Moby with Amazon AWS.
Currently there is a container ([cli](cli/)) containing the AWS tools to manage AWS images and a Alpine based image ([alpine-aws](alpine-aws/)) which contains the integration services for AWS.
## Roadmap
**Near-term:**
- Package AWS Integrations tools/cloudinit into a container image to be used in yaml files.
- Add support for [building AMIs](https://github.com/docker/moby/pull/1119)
**Mid-term:**
- Regular CI jobs testing AWS integration