feat: Create Monte Carlo simulation sample based on AWS Batch workshop#198
Merged
mwiebe merged 1 commit intoaws-deadline:mainlinefrom Apr 6, 2026
Merged
Conversation
crowecawcaw
previously approved these changes
Apr 3, 2026
a91e6f7 to
af657e1
Compare
leongdl
reviewed
Apr 4, 2026
| ## Prerequisites | ||
|
|
||
| You need a Deadline Cloud farm with a queue that has a conda queue environment. The | ||
| [starter farm CloudFormation template](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/cloudformation/farm_templates/starter_farm) |
Contributor
There was a problem hiding this comment.
What if we also had some text to tell users to use our Console? Keep it easier and simpler.
leongdl
reviewed
Apr 4, 2026
leongdl
reviewed
Apr 4, 2026
leongdl
reviewed
Apr 4, 2026
leongdl
reviewed
Apr 4, 2026
A job bundle for the sample workload from the workshop https://ec2spotworkshops.com/monte-carlo-with-batch.html Signed-off-by: Mark <399551+mwiebe@users.noreply.github.com>
af657e1 to
0ee0aa3
Compare
leongdl
approved these changes
Apr 6, 2026
crowecawcaw
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the problem/requirement? (What/Why)
Deadline Cloud can run many different kinds of workloads, and we want more samples that are outside of the Rendering domain to show how it applies.
What was the solution? (How)
Create a job bundle for the sample workload from the workshop https://ec2spotworkshops.com/monte-carlo-with-batch.html
What is the impact of this change?
A wider variety of samples. This one shows the use of task chunking to load balance the workload as well.
How was this change tested?
Ran the job with a variety of submission settings on Deadline Cloud.
Was this change documented?
README.md documents i.t
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.