├── .DS_Store ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── IAM_Permissions.pdf ├── LICENSE ├── README-v1.md ├── README.md ├── cloudformation-template └── redshift-node-config-comparison.yaml ├── configurations ├── .DS_Store ├── RedshiftConfigTestingLambda.py ├── RedshiftConfigTestingLambda.py.zip ├── RedshiftConfigTestingStepFunction.json ├── extract_bootstrap.sh ├── gather_comparison_stats.sql ├── parameter_group_config.json ├── performance_test_bootstrap.sh ├── populate_comparison_results.sql ├── redshift-performance-test.py └── replay_bootstrap.sh ├── images ├── .DS_Store ├── architecture.png ├── redshift-clusters.png └── statemachine.png ├── serverless-v2 ├── cfn │ └── redshift_node_config_compare_v2.yaml ├── configurations │ ├── RedshiftConfigTestingLambda.py │ ├── RedshiftConfigTestingLambda.py.zip │ ├── RedshiftConfigTestingStepFunction.json │ ├── create_external_schema.py │ ├── extract_bootstrap.sh │ ├── gather_comparison_stats.sql │ ├── gather_comparison_stats_serverless.sql │ ├── parameter_group_config.json │ ├── performance_test_bootstrap.sh │ ├── populate_comparison_results.sql │ ├── redshift-performance-test.py │ └── replay_bootstrap.sh ├── images │ ├── architecure-serverless.png │ ├── batch-cw-log-group.png │ ├── redshift-clusters-provisioned.png │ ├── redshift-clusters-serverless.png │ ├── redshift-clusters.png │ ├── statemachine-log.png │ └── statemachine.png └── user_config.json ├── test-cases ├── ddl.sql ├── parameter_group_config.json ├── source-wlm.json ├── test_queries.sql ├── user_config.json └── wlm-concurrency-scaling.json └── user_config.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/.DS_Store -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /IAM_Permissions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/IAM_Permissions.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/LICENSE -------------------------------------------------------------------------------- /README-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/README-v1.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/README.md -------------------------------------------------------------------------------- /cloudformation-template/redshift-node-config-comparison.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/cloudformation-template/redshift-node-config-comparison.yaml -------------------------------------------------------------------------------- /configurations/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/.DS_Store -------------------------------------------------------------------------------- /configurations/RedshiftConfigTestingLambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/RedshiftConfigTestingLambda.py -------------------------------------------------------------------------------- /configurations/RedshiftConfigTestingLambda.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/RedshiftConfigTestingLambda.py.zip -------------------------------------------------------------------------------- /configurations/RedshiftConfigTestingStepFunction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/RedshiftConfigTestingStepFunction.json -------------------------------------------------------------------------------- /configurations/extract_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/extract_bootstrap.sh -------------------------------------------------------------------------------- /configurations/gather_comparison_stats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/gather_comparison_stats.sql -------------------------------------------------------------------------------- /configurations/parameter_group_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/parameter_group_config.json -------------------------------------------------------------------------------- /configurations/performance_test_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/performance_test_bootstrap.sh -------------------------------------------------------------------------------- /configurations/populate_comparison_results.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/populate_comparison_results.sql -------------------------------------------------------------------------------- /configurations/redshift-performance-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/redshift-performance-test.py -------------------------------------------------------------------------------- /configurations/replay_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/configurations/replay_bootstrap.sh -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/images/architecture.png -------------------------------------------------------------------------------- /images/redshift-clusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/images/redshift-clusters.png -------------------------------------------------------------------------------- /images/statemachine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/images/statemachine.png -------------------------------------------------------------------------------- /serverless-v2/cfn/redshift_node_config_compare_v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/cfn/redshift_node_config_compare_v2.yaml -------------------------------------------------------------------------------- /serverless-v2/configurations/RedshiftConfigTestingLambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/RedshiftConfigTestingLambda.py -------------------------------------------------------------------------------- /serverless-v2/configurations/RedshiftConfigTestingLambda.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/RedshiftConfigTestingLambda.py.zip -------------------------------------------------------------------------------- /serverless-v2/configurations/RedshiftConfigTestingStepFunction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/RedshiftConfigTestingStepFunction.json -------------------------------------------------------------------------------- /serverless-v2/configurations/create_external_schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/create_external_schema.py -------------------------------------------------------------------------------- /serverless-v2/configurations/extract_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/extract_bootstrap.sh -------------------------------------------------------------------------------- /serverless-v2/configurations/gather_comparison_stats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/gather_comparison_stats.sql -------------------------------------------------------------------------------- /serverless-v2/configurations/gather_comparison_stats_serverless.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/gather_comparison_stats_serverless.sql -------------------------------------------------------------------------------- /serverless-v2/configurations/parameter_group_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/parameter_group_config.json -------------------------------------------------------------------------------- /serverless-v2/configurations/performance_test_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/performance_test_bootstrap.sh -------------------------------------------------------------------------------- /serverless-v2/configurations/populate_comparison_results.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/populate_comparison_results.sql -------------------------------------------------------------------------------- /serverless-v2/configurations/redshift-performance-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/redshift-performance-test.py -------------------------------------------------------------------------------- /serverless-v2/configurations/replay_bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/configurations/replay_bootstrap.sh -------------------------------------------------------------------------------- /serverless-v2/images/architecure-serverless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/architecure-serverless.png -------------------------------------------------------------------------------- /serverless-v2/images/batch-cw-log-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/batch-cw-log-group.png -------------------------------------------------------------------------------- /serverless-v2/images/redshift-clusters-provisioned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/redshift-clusters-provisioned.png -------------------------------------------------------------------------------- /serverless-v2/images/redshift-clusters-serverless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/redshift-clusters-serverless.png -------------------------------------------------------------------------------- /serverless-v2/images/redshift-clusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/redshift-clusters.png -------------------------------------------------------------------------------- /serverless-v2/images/statemachine-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/statemachine-log.png -------------------------------------------------------------------------------- /serverless-v2/images/statemachine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/images/statemachine.png -------------------------------------------------------------------------------- /serverless-v2/user_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/serverless-v2/user_config.json -------------------------------------------------------------------------------- /test-cases/ddl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/ddl.sql -------------------------------------------------------------------------------- /test-cases/parameter_group_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/parameter_group_config.json -------------------------------------------------------------------------------- /test-cases/source-wlm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/source-wlm.json -------------------------------------------------------------------------------- /test-cases/test_queries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/test_queries.sql -------------------------------------------------------------------------------- /test-cases/user_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/user_config.json -------------------------------------------------------------------------------- /test-cases/wlm-concurrency-scaling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/test-cases/wlm-concurrency-scaling.json -------------------------------------------------------------------------------- /user_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/amazon-redshift-config-compare/HEAD/user_config.json --------------------------------------------------------------------------------