appconfig: multi region replication support #35289
Replies: 1 comment
-
Hi @vivekrpatel8, Thank you for this feature request! You've identified an important limitation in AWS AppConfig for multi-region scenarios. After analyzing the issue, this is fundamentally a service-level limitation in AWS AppConfig itself, not a CDK implementation gap. AWS AppConfig is currently a regional service without native cross-region replication capabilities. Our CDK constructs correctly reflect this underlying service architecture, which is why you currently need separate Application instances per region. aws-cdk-lib will not include this feature because:
Recommended next steps:
Once AWS AppConfig adds native multi-region support at the service level, we would be happy to expose those capabilities through CDK constructs. Until then, the current regional approach remains the correct implementation. Thank you for bringing this important use case to our attention! While this is not a bug and we have no plan to implement in aws-cdk-lib, I'm moving this to discussion for community inputs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
I would like to replicate hosted configuration across multiple regions but using single app config application. We just need to replicate hosted configurations so they can be read from different regions.
Use Case
There is a lack of documentation around how to do multi region hosted configurations using app config. The only way I can think of is to create app config application in different regions.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS CDK Library version (aws-cdk-lib)
2.212.0
AWS CDK CLI version
2.1012.0
Environment details (OS name and version, etc.)
MAC
Beta Was this translation helpful? Give feedback.
All reactions