Retrieve AWS instance metadata

v0.2.0 2021-01-28 02:12 UTC

This package is auto-updated.

Last update: 2024-08-29 05:43:45 UTC


README

A package to read AWS Instance Metadata Service

Usage

use BuiltByEleven\Imds\Imds;

$imds = new Imds();

// Get AMI ID
echo $imds->amiId();