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: examples/aws.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ upstreams:
31
31
* The `api_endpoint` key defines the NGINX Plus API endpoint.
32
32
* The `sync_interval_in_seconds` key defines the synchronization interval: nginx-asg-sync checks for scaling updates every 5 seconds.
33
33
* The `cloud_provider` key defines a cloud provider that will be used. The default is `AWS`. This means the key can be empty if using AWS. Possible values are: `AWS`, `Azure`.
34
-
* The `region` key defines the AWS region where we deploy NGINX Plus and the Auto Scaling groups.
34
+
* The `region` key defines the AWS region where we deploy NGINX Plus and the Auto Scaling groups. Setting `region` to `self` will use the EC2 Metadata service to retreive the region of the current instance.
35
35
* The `upstreams` key defines the list of upstream groups. For each upstream group we specify:
36
36
* `name` – The name we specified for the upstream block in the NGINX Plus configuration.
37
37
* `autoscaling_group` – The name of the corresponding Auto Scaling group.
0 commit comments