Articles → AWS → Instance Metadata In AWSInstance Metadata In AWSIn this article, we will discuss instance metadata in AWS.Purpose The instance metadata provides the metadata information about the EC2 instance.How To Get The Metadata Information? First, launch an EC2 instance. Once the EC2 instance is launched, login to the EC2 instance using RDP.Once logged in, open the browser and type the following URL.http://169.254.169.254/latest/meta-dataYou can get the different categories of information.Click to EnlargeYou can add this information in the URL. For example, to get the hostname, you can use this URL.http://169.254.169.254/latest/meta-data/hostnameClick to EnlargePosted By - Karan Gupta Posted On - Thursday, January 13, 2022 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
http://169.254.169.254/latest/meta-data
http://169.254.169.254/latest/meta-data/hostname
Query/Feedback