Skip to content

Fixes for Glue job setup

Compare
Choose a tag to compare
@anero anero released this 16 Nov 18:19
· 21 commits to main since this release
609afc4
  • Without setting the physical_connection_requirements property on aws_glue_connection, the AWS Glue job won't be able to connect to Redshift; so we made the glue_physical_connection_requirements variable mandatory.
  • AWS Glue jobs need to have access to S3, either via a VPC endpoint or a NAT gateway. We added a new resource for creating the former, for which module consumers will need to provide the VPC's ID via the vpc_id variable.