Skip to content

Instantly share code, notes, and snippets.

@martezr
Last active June 21, 2025 13:33
Show Gist options
  • Save martezr/cd6eedcadbad5bf37740bfe728693fe7 to your computer and use it in GitHub Desktop.
Save martezr/cd6eedcadbad5bf37740bfe728693fe7 to your computer and use it in GitHub Desktop.
cat << EOF > /etc/cloud/cloud.cfg.d/10_aws.cfg
datasource:
Ec2:
metadata_urls: ["http://169.254.169.254:80"]
max_wait: 10
timeout: 5
EOF
cat << EOF >> /etc/dhcp/dhclient.conf
supersede rfc3442-classless-static-routes 16,169,254,0,0,0,0,0,0;
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment