diff --git a/README.md b/README.md
index c96abf7..fa57ee9 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ A newly created Amazon EC2 instance, using these AMIs: (See the link above for u
- Ubuntu 14.04 (Trusty) or 12.04 (Precise)
- Debian 8 (Jessie) EC2 Images
- CentOS 7 (x86_64) with Updates HVM
-- CentOS 6 (x86_64) with Updates HVM - Does NOT have cloud-init. Run script manually via SSH.
+- CentOS 6 (x86_64) with Updates HVM
**-OR-**
diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh
index fbd0e9c..2ecf238 100644
--- a/vpnsetup_centos.sh
+++ b/vpnsetup_centos.sh
@@ -2,9 +2,7 @@
#
# Script for automatic configuration of IPsec/L2TP VPN server on 64-bit CentOS/RHEL 6 & 7.
# Works on dedicated servers or any KVM- or XEN-based Virtual Private Server (VPS).
-# It can also be used as the Amazon EC2 "user-data" with the official CentOS 7 AMI.
-# Note that the CentOS 6 AMI does NOT come with cloud-init, therefore you need to
-# run this script manually after instance creation.
+# It can also be used as the Amazon EC2 "user-data" with the official CentOS 6 and 7 AMIs.
#
# DO NOT RUN THIS SCRIPT ON YOUR PC OR MAC! THIS IS MEANT TO BE RUN
# ON YOUR DEDICATED SERVER OR VPS!