Migration from Spring Cloud AWS 2.x to 3.x #1494
Unanswered
Levi245532
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am planning to migrate from Spring Cloud AWS 2.1.x to 3.4.
In doing so, I’m wondering how to modify the following existing properties for 3.x:
I’ve checked the docs, but there are no direct mentions regarding the above settings.
Migration from 2.x to 3.x
Additionally,
the settings list (Appendix A: Common application properties) does not seem to include configuration items matching these settings.
Question:
cloud.aws.region.auto=trueBased on the reference,
I think that in 3.x, the default auto-configuration provides behavior equivalent to auto. So, if there are no environment changes, is it correct to assume that no specific settings are required?
cloud.aws.stack.auto=falseThis configuration in version 2.x was defined to prevent AmazonServiceException(AWS SDK 1.x) from occurring and causing the application to fail to start if an AWS CloudFormation stack could not be found.
In 3.x, does the absence of this setting result in errors, or should additional configurations be made?
Since I cannot immediately verify this in the actual environment,
I would greatly appreciate help from anyone knowledgeable about this matter.
Beta Was this translation helpful? Give feedback.
All reactions