Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created June 29, 2023 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shollingsworth/83133602a650cabbb6547eaf2b047109 to your computer and use it in GitHub Desktop.
Save shollingsworth/83133602a650cabbb6547eaf2b047109 to your computer and use it in GitHub Desktop.
retrieve aws ec2 instance userdata script
#!/usr/bin/env bash
curl -q http://169.254.169.254/latest/user-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment