diff --git a/doc/aws.md b/doc/aws.md
index c66ed4bf..3bfa0186 100644
--- a/doc/aws.md
+++ b/doc/aws.md
@@ -43,7 +43,7 @@ These instructions assume you have the following setup:
cd efs-utils
./build-deb.sh
sudo apt-get -y install ./build/amazon-efs-utils*deb
- sudo mount -t efs /var/lib/databag
+ sudo mount -t efs file-system-id /var/lib/databag
## Step 7: initialize the internal datbase
sqlite3 /var/lib/databag/databag.db "VACUUM;"