AWS deadline-cloud documentation change
Summary
Added documentation about AWS SDK/CLI host prefix injection behavior
Security assessment
Duplicate addition of host prefix injection documentation in user guide. Enhances security configuration awareness without addressing a specific security flaw.
Diff
diff --git a/deadline-cloud/latest/userguide/vpc-interface-endpoints.md b/deadline-cloud/latest/userguide/vpc-interface-endpoints.md index 4b8d3700b..0718348ed 100644 --- a//deadline-cloud/latest/userguide/vpc-interface-endpoints.md +++ b//deadline-cloud/latest/userguide/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_. +