From 26440508bce6e2a47840817baa1f988db9ff7c1f Mon Sep 17 00:00:00 2001 From: Anton Kukushkin Date: Fri, 23 Feb 2024 14:07:50 +0000 Subject: [PATCH] fix: Tests - move certs to a public bucket Signed-off-by: Anton Kukushkin --- test_infra/stacks/databases_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_infra/stacks/databases_stack.py b/test_infra/stacks/databases_stack.py index 4e8ec3ab3..37ea552ce 100644 --- a/test_infra/stacks/databases_stack.py +++ b/test_infra/stacks/databases_stack.py @@ -493,7 +493,7 @@ def _setup_mysql(self) -> None: "USERNAME": self.db_username, "PASSWORD": self.db_password, "JDBC_ENFORCE_SSL": "true", - "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", }, subnet=self.glue_connection_subnet, security_groups=[self.db_security_group],