DEV Community

Deep Dive on AWS Batch with Amazon Elastic Compute Cloud

“ I have deep dive into the concept of batch job run. I checked for aws batch service which is a perfect solution for batch processing with job queue and job definition. Pricing of aws batch has no additional cost involved and only need to pay for ec2 instance for it.”

AWS Batch is a powerful service that allows you to run batch computing workloads on the AWS Cloud. It’s particularly useful for developers, scientists and engineers who need access to large amounts of compute resources.

The purpose of AWS Batch simplifies the process of configuring and managing the necessary infrastructure for batch computing tasks. It removes the undifferentiated heavy lifting, allowing you to focus on your workloads.

In this post, you will get to know how to create a aws batch with required parameters for ec2 instance. Here I have created aws batch with amazon ec2.

Architecture Overview

Image description
The architecture diagram shows the overall deployment architecture with data flow, aws batch, amazon ec2 and amazon ecs.

Solution overview

The blog post consist of the following phases:

  1. Create of AWS Batch with Compute Environment and Job Parameters
  2. Output of Batch Job Run as EC2 Instance

Phase 1: Create of AWS Batch with Compute Environment and Job Parameters

  1. Open the AWS Batch console and create a compute environment, job queue, job definition and job with required parameters like role, cpu, memory, instance type, vpc, container image, user and so on..

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Phase 2: Output of Batch Job Run as EC2 Instance

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Clean-up

Delete Compute Environment, Job Queue, Job Definition, Job, Cloudwatch log group, ECS Cluster.

Pricing

I review the pricing and estimated cost of this example.

Cost of AWS Batch = $0.0

Cost of Amazon EC2 = $0.22

Cost of Amazon Elastic Container Service = $0.0

Cost of Amazon Cloudwatch = $0.50

Total Cost = $0.72

Summary

In this post, I showed “deep dive on aws batch with amazon elastic compute cloud”.

For more details on AWS Batch, Checkout Get started AWS Batch, open the AWS Batch console. To learn more, read the AWS Batch documentation.

Thanks for reading!

Connect with me: Linkedin
Image description

Top comments (0)