-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Support AWS Batch Fargate compute environments #16592
Comments
Need to update job definition too, to support platform capabilities (covered in another pull request): |
The two pull requests above should resolve this issue. |
i got same issue, it should have more option like: FARGATE The type of compute environment: EC2 , SPOT , FARGATE , or FARGATE_SPOT . For more information, see Compute Environments in the AWS Batch User Guide . |
Anything left to do to see this make its way into the next release? We're really looking forward to it. Happy to lend a hand if there is outstanding blockers. |
Hi, for the moment you can still use a "aws_cloudformation_stack" to manage the aws batch fargate component... Regards, |
We are also looking forward to getting this change. Is it going to make the next release? |
Me too, Please include next release... |
We are also looking forward to this, we need it in a terraform way. (I just tried with the "aws_cloudformation_stack" and it was hell.) |
Any ETA for this, please? |
Hi @gmazelier , we are also waiting for this feature and your PR looks awesome! Hi @DrFaust92 , thank you for Terraform at the first place. We will definitely use this, thanks for the work 👍 |
This has been released in version 3.38.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
AWS Batch now supports using Fargate or Fargate Spot as compute environments instead of a traditional EC2/Spot environment.
New or Affected Resource(s)
aws_batch_compute_environment
aws_batch_job_definition
(ExecutionRoleArn
parameter becomes required)Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: