aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
447 stars 198 forks source link

[ADDON] - AWS Batch on EKS #554

Closed youngjeong46 closed 1 year ago

youngjeong46 commented 1 year ago

Describe the feature

An addon that lets users leverage EKS for AWS Batch Jobs.

Use Case

AWS Batch on Amazon EKS is a managed service for scheduling and scaling batch workloads into existing EKS clusters. AWS Batch doesn't create, administer, or perform lifecycle operations of your EKS clusters on your behalf. AWS Batch orchestration scales up and down nodes managed by AWS Batch and run pods on those nodes.

Proposed Solution

Implementation using addon, and a team to execute jobs.

Other Information

No response

Acknowledgements

CDK version used

2.51.1

EKS Blueprints Version

1.5.2

Node.js Version

v16.16.0

Environment details (OS name and version, etc.)

OSX 12.6.1

youngjeong46 commented 1 year ago

Completed as of 1.6.0 Release. Closing.