You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.