AWS deadline-cloud documentation change
Summary
Added documentation about AWS SDK/CLI host prefix injection behavior
Security assessment
Documents security-relevant configuration option for endpoint prefixes, helping users understand potential SDK behavior modifications. This improves security awareness but doesn't fix an active vulnerability.
Diff
diff --git a/deadline-cloud/latest/developerguide/vpc-interface-endpoints.md b/deadline-cloud/latest/developerguide/vpc-interface-endpoints.md index 7b84ea4a4..e2b0fa3e8 100644 --- a//deadline-cloud/latest/developerguide/vpc-interface-endpoints.md +++ b//deadline-cloud/latest/developerguide/vpc-interface-endpoints.md @@ -34,0 +35,2 @@ The Deadline Cloud monitor uses the `management.deadline.`region`.amazonaws.com` +The AWS SDKs and CLI automatically add the `management` and `scheduling` prefixes to the endpoint. If you want to disable this behavior, see the [host prefix injection](https://docs.aws.amazon.com/sdkref/latest/guide/feature-host-prefix.html) section in the _AWS SDKs and Tools Reference Guide_. +