Skip to content

juliocesarscheidt/aws-batch-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AWS Batch Jobs with ECS containers on EC2 basis

Instructions

In order to deploy on AWS, go to the folder infrastructure/terraform/ and set the parameters on .tfvars files as follows:

cd infrastructure/terraform/

# development.tfvars
aws_region         = "us-east-1"
vpc_id             = "VPC-ID-0001"
subnet_ids         = ["SUBNET-ID-0001"]
batch_compute_name = "batch-compute-development"
ssh_key_name       = "SSH_KEY_NAME"

And then use the Makefile for deploying, with the commands:

make init
make apply

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published