add info on how to delete null route

This commit is contained in:
Scott Moser
2010-02-24 15:16:36 -05:00
parent f5e0c22da2
commit e3632f15d7

View File

@@ -152,6 +152,8 @@ ssh_keys:
# remove access to the ec2 metadata service early in boot via null route
# the null route can be removed (by root) with:
# route del -host 169.254.169.254 reject
# default: false (service available)
disable_ec2_metadata: true