diff --git a/README.md b/README.md
index a81560342..afa96985c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ The development kit currently includes:
* [Build](#libraries)
* [Unit Tests](#tests)
* [Vagrant](#vagrant)
+* [AWS](#aws)
* [Advanced Build Options](#advanced)
* [Shared libraries](#shared)
* [Hugepages and Device Binding](#huge)
@@ -104,6 +105,14 @@ also be installed in order to get the required NVMe support.
Details on the Vagrant setup can be found in the
[SPDK Vagrant documentation](http://spdk.io/doc/vagrant.html).
+
+## AWS
+
+The following setup is known to work on AWS:
+Image: Ubuntu 18.04
+Before running `setup.sh`, run `modprobe vfio-pci`
+then: `DRIVER_OVERRIDE=vfio-pci ./setup.sh`
+
## Advanced Build Options