AWS deadline-cloud documentation change
Summary
Updated documentation for configuring custom conda channels in AWS Deadline Cloud. Changes include clarifying that adding custom channels makes packages available to jobs (not just enabling the channel) and removing the specific reference to service-managed queues to make the procedure more general.
Security assessment
The changes are purely documentation clarifications and procedural updates. There is no mention of security vulnerabilities, access controls, authentication, or any security-related features. The modifications focus on improving clarity and making instructions more broadly applicable without introducing security context.
Diff
diff --git a/deadline-cloud/latest/developerguide/configure-jobs-s3-channel.md b/deadline-cloud/latest/developerguide/configure-jobs-s3-channel.md index 8acb992b5..251b05a46 100644 --- a//deadline-cloud/latest/developerguide/configure-jobs-s3-channel.md +++ b//deadline-cloud/latest/developerguide/configure-jobs-s3-channel.md @@ -9 +9 @@ Configure production queue permissions for custom conda packagesAdd a conda chan -If your jobs need to run applications not available on the [`deadline-cloud`](https://docs.aws.amazon.com/deadline-cloud/latest/userguide/create-queue-environment.html#conda-queue-environment) or [`conda-forge`](https://conda-forge.org/) channels, you can host a custom conda channel to serve your own packages. When you create a queue in the AWS Deadline Cloud (Deadline Cloud) console, the console adds a conda queue environment by default. To enable your custom channel, add it to the channel list in the queue environment. +If your jobs need to run applications not available on the [`deadline-cloud`](https://docs.aws.amazon.com/deadline-cloud/latest/userguide/create-queue-environment.html#conda-queue-environment) or [`conda-forge`](https://conda-forge.org/) channels, you can host a custom conda channel to serve your own packages. When you create a queue in the AWS Deadline Cloud (Deadline Cloud) console, the console adds a conda queue environment by default. To make your packages available to jobs, add the custom channel to the queue environment. @@ -81 +81 @@ To use the S3 conda channel, you need to add the `s3://amzn-s3-demo-bucket/Conda -You can avoid modifying every job by editing the conda queue environment for your production queue. For a service-managed queue, use the following procedure: +You can avoid modifying every job by editing the conda queue environment for your production queue. Use the following procedure: