Skip to content
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

chore(region-info): register eu-central-2, fix firehose cidr blocks for ap-south-2, eu-south-2, me-central-1 #25572

Merged
merged 21 commits into from
Jul 3, 2023

Conversation

sumupitchayan
Copy link
Contributor

@sumupitchayan sumupitchayan commented May 12, 2023

Checks off some items from #24477


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Signed-off-by: Sumu <sumughan@amazon.com>
@gitpod-io
Copy link

gitpod-io bot commented May 12, 2023

@github-actions github-actions bot added effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1 labels May 12, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team May 12, 2023 20:53
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label May 12, 2023
@sumupitchayan sumupitchayan marked this pull request as ready for review May 30, 2023 15:14
otaviomacedo
otaviomacedo previously approved these changes Jun 2, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 2, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mrgrain mrgrain dismissed otaviomacedo’s stale review June 26, 2023 16:30

I have requested a change.

@@ -273,7 +273,7 @@
"FirehoseCidrBlock": "35.158.127.160/27"
},
"eu-central-2": {
"FirehoseCidrBlock": "16.62.183.32/27"
"FirehoseCidrBlock": "16.62.183.64/26/27"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for eu-south-2 by the way, although that's not your PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And me-central-1 and a bunch of others. I think we need to refactor how the firehose cidr block fact works.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea this does look strange. I'll update these by removing the /26 from the numbers

// 'eu-central-2',
// 'ap-south-2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Non-blocking) Side note: This change is a noop. We probably should order that list alphabetically.... 🙈

Signed-off-by: Sumu <sumughan@amazon.com>
Signed-off-by: Sumu <sumughan@amazon.com>
Signed-off-by: Sumu <sumughan@amazon.com>
Signed-off-by: Sumu <sumughan@amazon.com>
Signed-off-by: Sumu <sumughan@amazon.com>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change, it's unrelated.

@mrgrain mrgrain changed the title chore(region-info): register eu-central-2 chore(region-info): register eu-central-2, fix firehose cidr blocks for ap-south-2, eu-south-2, me-central-1 Jun 30, 2023
'me-central-1': '3.28.159.64/26',
'me-central-1': '15.185.91.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the link this should be 3.28.159.32

Signed-off-by: Sumu <sumughan@amazon.com>
Signed-off-by: Sumu <sumughan@amazon.com>
@mergify
Copy link
Contributor

mergify bot commented Jul 3, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: e93637a
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 978d028 into main Jul 3, 2023
5 checks passed
@mergify mergify bot deleted the sumughan/register-eu-central-2 branch July 3, 2023 14:08
@mergify
Copy link
Contributor

mergify bot commented Jul 3, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants