Skip to content

Commit 32acc86

Browse files
author
cibot
committed
Definitions Update otis
1 parent f67e593 commit 32acc86

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

alsdkdefs/apis/otis/otis.v3.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ info:
126126
* [max_discovery_scan_jobs](#max_discovery_scan_jobs)
127127
* [no_stats_interval_hours](#no_stats_interval_hours)
128128
* [predefined_security_subnet](#predefined_security_subnet)
129+
* [prohibit_cross_az_connection](#prohibit_cross_az_connection)
129130
* [scan_appliance_instance_type](#scan_appliance_instance_type)
130131
* [scan_appliances_scaling](#scan_appliances_scaling)
131132
* [scan_security_resource_tags](#scan_security_resource_tags)
@@ -555,6 +556,26 @@ info:
555556
"value": "/aws/us-east-1/subnet/subnet-00000001"
556557
}
557558
```
559+
560+
<a name="prohibit_cross_az_connection"/>
561+
562+
This option (when set to true) will prevent an agent from communicating with appliances
563+
that are not in the same availability zone as the agent.
564+
565+
This option is only available for AWS deployments
566+
567+
The value is boolean, for example:
568+
569+
```
570+
{
571+
"name": "prohibit_cross_az_connection",
572+
"scope": {
573+
"deployment_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
574+
"host_key": "/aws/us-east-1/host/i-00000000000000001"
575+
},
576+
"value": true
577+
}
578+
```
558579
559580
<a name="scan_appliance_instance_type"/>
560581

0 commit comments

Comments
 (0)