You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Currently a limited set of [metadata categories](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html) are implemented.
412
-
If you would like support for more metadata categories, please make a feature request on [GitHub](https://github.com/localstack/localstack/issues/new/choose).
413
-
414
411
{{< callout "note" >}}
415
412
IMDS IPv6 endpoint is currently not supported.
416
413
{{< /callout >}}
417
414
415
+
#### Metadata Categories
416
+
417
+
Currently a limited set of [metadata categories](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories) are implemented.
418
+
They are:
419
+
420
+
-`ami-id`
421
+
-`ami-launch-index`
422
+
-`instance-id`
423
+
-`instance-type`
424
+
-`local-hostname`
425
+
-`local-ipv4`
426
+
-`public-hostname`
427
+
-`public-ipv4`
428
+
429
+
If you would like support for more metadata categories, please make a feature request on [GitHub](https://github.com/localstack/localstack/issues/new/choose).
430
+
418
431
### Configuration
419
432
420
433
You can use the [`EC2_DOCKER_FLAGS`]({{< ref "configuration#ec2" >}}) LocalStack configuration variable to pass supplementary flags to Docker during the initiation of containerized instances.
0 commit comments