Skip to content

Commit

Permalink
Definitions Update otis
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Dec 5, 2023
1 parent f67e593 commit 32acc86
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions alsdkdefs/apis/otis/otis.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ info:
* [max_discovery_scan_jobs](#max_discovery_scan_jobs)
* [no_stats_interval_hours](#no_stats_interval_hours)
* [predefined_security_subnet](#predefined_security_subnet)
* [prohibit_cross_az_connection](#prohibit_cross_az_connection)
* [scan_appliance_instance_type](#scan_appliance_instance_type)
* [scan_appliances_scaling](#scan_appliances_scaling)
* [scan_security_resource_tags](#scan_security_resource_tags)
Expand Down Expand Up @@ -555,6 +556,26 @@ info:
"value": "/aws/us-east-1/subnet/subnet-00000001"
}
```
<a name="prohibit_cross_az_connection"/>
This option (when set to true) will prevent an agent from communicating with appliances
that are not in the same availability zone as the agent.
This option is only available for AWS deployments
The value is boolean, for example:
```
{
"name": "prohibit_cross_az_connection",
"scope": {
"deployment_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
"host_key": "/aws/us-east-1/host/i-00000000000000001"
},
"value": true
}
```
<a name="scan_appliance_instance_type"/>
Expand Down

0 comments on commit 32acc86

Please sign in to comment.