diff options
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 49ee7b26..510c1b5e 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -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 |