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

Add support for AWS Batch consumable resources #3037

Open
2 tasks
jgangemi opened this issue Mar 17, 2025 · 0 comments
Open
2 tasks

Add support for AWS Batch consumable resources #3037

jgangemi opened this issue Mar 17, 2025 · 0 comments
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@jgangemi
Copy link

Describe the feature

As of 2/27/2025, support for resource aware (consumable resources like 3rd party api calls, etc) has been added to AWS Batch.

Use Case

I would like to schedule batch jobs that are limited by the number of 3rd party api calls that can be made at one time. In my specific use case, I will define a resource based on the batch type and only allow one to run at a time.

Submitting this request so an upstream ticket can then be created for the terraform provider.

Proposed Solution

No response

Other Information

Useful links:

https://docs.aws.amazon.com/batch/latest/userguide/resource-aware-scheduling.html
https://docs.aws.amazon.com/batch/latest/userguide/resource-aware-scheduling-how-to-create.html
https://docs.aws.amazon.com/batch/latest/userguide/resource-aware-scheduling-how-to-for-jobs.html
https://docs.aws.amazon.com/batch/latest/userguide/resource-aware-scheduling-how-to-delete.html

https://docs.aws.amazon.com/batch/latest/APIReference/API_ListConsumableResources.html

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

1.36.3

Go version used

1.23.7

@jgangemi jgangemi added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 17, 2025
@jgangemi jgangemi changed the title Add consumable resources to AWS Batch Add support for AWS Batch consumable resources Mar 17, 2025
@lucix-aws lucix-aws added service-api This issue is due to a problem in a service API, not the SDK implementation. feature-request A feature should be added or improved. and removed feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants