redshift_poc_automation/stacks/jmeter_stack.py [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        redshift_host = cluster.get_cluster_host
        redshift_db = cluster.get_cluster_dbname
        redshift_user = cluster.get_cluster_user
        redshift_port = cluster.get_cluster_iam_role
        secret_arn = 'RedshiftClusterSecretAA'
        amiID = 'ami-042e0580ee1b9e2af'

        account_id = boto3.client('sts').get_caller_identity().get('Account')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



redshift_poc_automation/stacks/sct_stack.py [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        redshift_host = cluster.get_cluster_host
        redshift_db = cluster.get_cluster_dbname
        redshift_user = cluster.get_cluster_user
        redshift_port = cluster.get_cluster_iam_role
        secret_arn = 'RedshiftClusterSecretAA'
        amiID = 'ami-042e0580ee1b9e2af'

        account_id = boto3.client('sts').get_caller_identity().get('Account')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



