diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/functions/aws.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/functions/aws.md b/docs/content/functions/aws.md index c93cc764..5ad2ee18 100644 --- a/docs/content/functions/aws.md +++ b/docs/content/functions/aws.md @@ -21,7 +21,8 @@ for details. | `AWS_TIMEOUT` | _(Default `500`)_ Adjusts timeout for API requests, in milliseconds. Not part of the AWS SDK. | | `AWS_PROFILE` | Profile name the SDK should use when loading shared config from the configuration files. If not provided `default` will be used as the profile name. | | `AWS_REGION` | Specifies where to send requests. See [this list](https://docs.aws.amazon.com/general/latest/gr/rande.html). Note that the region must be set for AWS functions to work correctly, either through this variable, through a configuration profile, or by running on an EC2 instance. | -| `AWS_META_ENDPOINT` | _(Default `http://169.254.169.254`)_ Sets the base address of the instance metadata service. | +| `AWS_EC2_METADATA_SERVICE_ENDPOINT` | _(Default `http://169.254.169.254`)_ Sets the base address of the instance metadata service. | +| `AWS_META_ENDPOINT` _(Deprecated)_ | _(Default `http://169.254.169.254`)_ Sets the base address of the instance metadata service. Use `AWS_EC2_METADATA_SERVICE_ENDPOINT` instead. | ## `aws.EC2Meta` |
