Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Batch + MonteCarlo Workshop - Updates #73

Open
ruecarlo opened this issue May 20, 2020 · 0 comments
Open

AWS Batch + MonteCarlo Workshop - Updates #73

ruecarlo opened this issue May 20, 2020 · 0 comments

Comments

@ruecarlo
Copy link
Contributor

ruecarlo commented May 20, 2020

The workshop need an update in the following areas:

  • Change the module that deploys the montecarlo notebook into a sagemaker using cfn
  • Change the web-app deployment from the instance to an ECS of Fargate (or similar) on the same VPC where the instance would be created.
  • Instead of EC2 Spot Fleet, use ASG with mixed instances and weights (now that ASG support weights).
  • Implement a multi-process queue in the python code to span as many workers as processors/vcpus
  • Benefit from Scale-in Protection in ASG with SQS workers; Adapt the code and workshop to show the benefits of the scale in protection and handling of visibility timeouts in SQS
  • On the AWS Batch section, change to use Spot cost optimized fleet, and help with the exercise to instead of the adoption of SQS for submission, adapt the application to write into S3 and call from S3 on to AWS Batch (to demonstrate the most usual intake of batch workloads) (or at least make this an exercise)
  • The workshop should be about Spot + AWS Batch best practices, although the background is on FSI and MonteCarlo the Montecarlo part should be Optional so we can re-use the same workshop in many contexts (i.e: EDA, etc) general async workloads, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant