Bug: Remove hardcoded service limits on AWS Glue Jobs parameters #4331
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform should attempt to create a job with the parameters provided, without taking into account the default upper service limits (as these can be increased).
Actual Behavior
The
allocated_capacity
andmax_concurrent_runs
parameters are restricted to a maximum of 100 and 3 respectively.References
https://docs.aws.amazon.com/glue/latest/dg/troubleshooting-service-limits.html
The text was updated successfully, but these errors were encountered: