Created
February 12, 2015 16:38
-
-
Save sebsto/20e550876db521710186 to your computer and use it in GitHub Desktop.
Block users access to AWS EC2 meta data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo iptables -A OUTPUT -m owner ! --uid-owner root -d 169.254.169.254 -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment