DEV Community

Shoeb Ahmed
Shoeb Ahmed

Posted on

Run Python code on AWS Batch.

Run Python code on AWS Batch.

AWS Batch Logo

I have published 3 articles on how to run our basic python code on AWS batch, it is a step-by-step approach to how to create python code and then how to run our python code on Docker, and how to upload containerized solution on AWS Repository.

After that, how to run the containerize solution on AWS batch.

And here is the flow Diagram of AWS Batch

Block Diagram of the whole project.

  1. **Run a Python code on AWS Batch Part — 1: Creation of Python Script and Docker Container.**

  2. **Run a Python code on AWS Batch Part — 2: Uploading Data to ECR and Creation of Computing Environment.**

  3. **Run a Python code on AWS Batch Part — 3: Creation of Job Queues, Job definitions and Run Jobs.**

Top comments (0)