From 9d6b8c0789f272c5d9fea406fafbb5542020017a Mon Sep 17 00:00:00 2001 From: Michael Nguyen Date: Wed, 9 Jan 2019 15:17:26 -0500 Subject: [PATCH] design: add aws section to cloud agents Add design decisions from #66 --- Design.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Design.md b/Design.md index d9cf463..7c96e42 100644 --- a/Design.md +++ b/Design.md @@ -174,6 +174,13 @@ Originally discussed in [#12](https://github.com/coreos/fedora-coreos-tracker/is - For the short term, if we need to include an agent we will bake it into the image. We will not have any specific mechanism for including agents. +### AWS: + +Originally discussed in [#66](https://github.com/coreos/fedora-coreos-tracker/issues/66). + +- AWS does not require a cloud agent but does require NVME EBS udev rules +- The udev rules and script will be packaged in an RPM and included in FCOS with work being tracked in [#104](https://github.com/coreos/fedora-coreos-tracker/issues/104) + ### Azure: Originally discussed in [#65](https://github.com/coreos/fedora-coreos-tracker/issues/65).