Skip to content

Commit

Permalink
Adjust the Number of Workers and Allocated Capacity
Browse files Browse the repository at this point in the history
Configure the number of workers and allocated capacity for a Glue job
  • Loading branch information
Aditya Putta authored Oct 12, 2023
1 parent 68d7bea commit 2396f7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/modules/glue_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
- community.aws.glue_job:
name: my-glue-job
state: absent
# Configure Glue job with more workers and higher allocated capacity
community.aws.glue_job:
name: my-glue-job
number_of_workers: 5
allocated_capacity: 10
state: present
"""

RETURN = r"""
Expand Down

0 comments on commit 2396f7d

Please sign in to comment.