We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a534 commit f673ab4Copy full SHA for f673ab4
test_infra/stacks/databases_stack.py
@@ -493,7 +493,7 @@ def _setup_mysql(self) -> None:
493
"USERNAME": self.db_username,
494
"PASSWORD": self.db_password,
495
"JDBC_ENFORCE_SSL": "true",
496
- "CUSTOM_JDBC_CERT": "s3://aws-glue-assets-658066294590-us-east-1/certificates/global-bundle.pem",
+ "CUSTOM_JDBC_CERT": "s3://aws-data-wrangler-public-artifacts/certificates/global-bundle.pem",
497
},
498
subnet=self.glue_connection_subnet,
499
security_groups=[self.db_security_group],
0 commit comments