-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 131 | NodeConfigCompare : In the Prerequisites mention network URLs to be allow listed #132
base: main
Are you sure you want to change the base?
Conversation
@@ -28,7 +28,7 @@ If you are already running Amazon Redshift workload in production, you may like | |||
|
|||
If you are going to replay your workload into Serverless workgroup then make sure that you must have at least three subnets, and they must span across three Availability Zones. You can review the considerations when using Amazon Redshift Serverless [here](https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-known-issues.html). | |||
|
|||
You need to provide at least one subnet in the same VPC (where you have Redshift provisioned clusters or serverless workgroups) which has access to the internet to download the ECR container image. | |||
You need to provide at least one subnet in the same VPC (where you have Redshift provisioned clusters or serverless workgroups) which has access to the internet to download the ECR container image ( from `public.ecr.aws`), python packages ( from `pypi.org` and `files.pythonhosted.org`) , code ( from github repository `github.com/aws/redshift-test-drive.git`) , and additional artefacts (from `d2glxqk2uabbnd.cloudfront.net` and `cdn.amazonlinux.com`). If there are outbound firewall rules, you have to allow list these URLs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @akshayar, thanks for raising the issue and creating a PR. Appreciate your effort. But before I approve I want to understand few things just for more clarity, I understand the URLs public.ecr.aws
for ECR image , github.com/aws/redshift-test-drive.git
for Cloning the repo, pypi.org
for python packages. I want to understand the URLs files.pythonhosted.org
, d2glxqk2uabbnd.cloudfront.net
and cdn.amazonlinux.com
and where/what they are used for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me pull the logs to find out the exact line where it failed. This will help us find that out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That will be helpful. Thanks
Issue #, if available: 131
Description of changes: Added the URLs that needed to be allow listed by firewall outbound rules.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.