ETL Connector not loading in aws

Question:

I am using bigquery connector for aws glue in my glue job. It was working fine few days ago but now suddenly it is giving me below error:

Below is the full error that i am getting on cloudwatch

Answer:

When Glue job tried using connector, it has to download the connector in the form of container. The containers for connectors are available in amazon public ECR repo. To pull the container from the AWS public repo, we have to add “AmazonEC2ContainerRegistryFullAccess” policy to your IAM role. We can limit the access to read only as well.

Leave a Reply