diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index a831f66a6..054832144 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -439,8 +439,8 @@ See below for the configuration options for EC2 discovery: ```yaml # The information to access the EC2 API. -# The AWS Region. -region: +# The AWS region. If blank, the region from the instance metadata is used. +[ region: ] # Custom endpoint to be used. [ endpoint: ]