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
Copy file name to clipboardExpand all lines: pipeline/filters/aws-metadata.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,19 @@ The plugin supports the following configuration parameters:
9
9
| Key | Description | Default |
10
10
| :--- | :--- | :--- |
11
11
|`imds_version`| Specify which version of the instance metadata service to use. Valid values are `v1` and `v2`. |`v2`|
12
-
|`az`| The [availability zone](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html), such as `us-east-1a`. |`true`|
12
+
|`partition`| The [partition](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html), such as `aws`. |`true`|
13
+
|`domain`| The domain for AWS resources in the region, such as `amazonaws.com`. |`false`|
14
+
|`region`| The [region](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions), such as `us-east-1`. |`false`|
15
+
|`az`| The [availability zone](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-availability-zones), such as `us-east-1a`. |`true`|
16
+
|`az_id`| The [availability zone ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#az-ids), such as `use1-az1`. |`false`|
17
+
|`placement_group`| The [placement group](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) name. |`false`|
18
+
|`partition_number`| The [placement group](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) partition number. |`false`|
19
+
|`host_id`| The [dedicated host](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html) ID. |`false`|
13
20
|`ec2_instance_id`| The EC2 instance ID. |`true`|
14
21
|`ec2_instance_type`| The EC2 instance type. |`false`|
15
-
|`private_ip`| The EC2 instance private IP. |`false`|
22
+
|`private_ip`| The EC2 instance private IPv4 address. |`false`|
23
+
|`public_ip`| The EC2 instance public IPv4 address. |`false`|
24
+
|`ipv6`| The EC2 instance IPv6 address. |`false`|
16
25
|`ami_id`| The EC2 instance image ID. |`false`|
17
26
|`account_id`| The account ID for the current EC2 instance. |`false`|
18
27
|`hostname`| The hostname for the current EC2 instance. |`false`|
0 commit comments