-
Notifications
You must be signed in to change notification settings - Fork 4k
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
❗ NOTICE: Firehose CIDR block support issue for few regions(eu-central-2, eu-south-2, ap-south-2) #27656
Comments
Hi @jstoneham , thanks for reporting this. I will consult with team on why this change was implemented and get back with updates. |
@jstoneham , Team is working on this issue and a fix would be provided soon |
Thank you for your prompt attention! |
@jstoneham Working on getting the changes added in for |
Closes #27656 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes #27656 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Fixes #[27656](aws/aws-cdk#27656)
Closes #27656 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Please add your +1 👍 to let us know you have encountered this
Status: IN-PROGRESS
Overview:
Commit
1604cf4b88af1239253a1ecb1c411ca66f8f57b2
(1604cf) removed the Firehose CIDR blocks inpackages/aws-cdk-lib/region-info/build-tools/fact-tables.ts
foreu-central-2
,eu-south-2
, andap-south-2
, so these constructs cannot be synthesized in those regions in 2.95+.Expected Behavior
Constructs synth in these regions
Current Behavior
They don't!
Reproduction Steps
Synth your normal constructs in one of these regions.
Workaround:
Downgrade to 2.94.0 of
aws-cdk-lib
if encountering this error. Also with this version we addedil-central-1
andap-southeast-4
to CDK Metadata which we don't provide analytical support to and got a patch release out to handle them. The probable solution for that version would be to clean/comment out those two regions from within CDK Metadata and should work.Solution:
Adding the Kinesis firehose CIDR block for those regions to provide support.
#27672
Related issue:
#27518
Additional Information/Context
CDK CLI Version
2.99.1 (build b2a895e)
Framework Version
No response
Node.js Version
18
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: