Migration from Spring Cloud AWS 2.x to 3.x #1494
-
|
Hi everyone, I am planning to migrate from Spring Cloud AWS 2.1.x to 3.4. I’ve checked the docs, but there are no direct mentions regarding the above settings. Additionally, Question:
Since I cannot immediately verify this in the actual environment, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @Levi245532! By default region is automatically resolved through AWS SDK (see docs) In 3.x we dropped support for CloudFormation stacks, so you don't need to do anything to have an equivalent of We are aware of poor migration guide from our side so feel free to post more questions if you have any. |
Beta Was this translation helpful? Give feedback.
Hi @Levi245532!
By default region is automatically resolved through AWS SDK (see docs)
In 3.x we dropped support for CloudFormation stacks, so you don't need to do anything to have an equivalent of
cloud.aws.stack.auto=false.We are aware of poor migration guide from our side so feel free to post more questions if you have any.