-
EC2 metadata is data about your EC2 instance
- It can include private and public IP addresses, hostnames, security groups, etc.
-
You can use the
curl
command to query EC2 metadatacurl http://169.254.169.25/latest/meta-data/
-
User data is bootstrap scripts
-
You can use bootstrap scripts to access metadata
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.