Error: could not start transaction: dial tcp 35.155.7.221:5439: i/o timeout

0

When the Terraform is performing the following actions:

redshift_schema.external_from_glue_data_catalog will be created

  • resource "redshift_schema" "external_from_glue_data_catalog" {
    • id = (known after apply)

    • name = "spectrum"

    • owner = "sde_user"

    • quota = 0

    • external_schema {

      • database_name = "spectrum"

      • data_catalog_source {

        • create_external_database_if_not_exists = true
        • iam_role_arns = [
          • "arn:aws:iam::636522636858:role/sde_redshift_iam_role", ]
        • region = "us-east-1" } } }

there's an Error: could not start transaction: dial tcp 35.155.7.221:5439: i/o timeout │ │ with redshift_schema.external_from_glue_data_catalog, │ on main.tf line 169, in resource "redshift_schema" "external_from_glue_data_catalog": │ 169: resource "redshift_schema" "external_from_glue_data_catalog" {

asked a year ago346 views
1 Answer
0

To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link.

profile pictureAWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions