Incorporate existing AWS resources into a cloudformation stack

后端 未结 6 1801
余生分开走
余生分开走 2020-12-10 10:45

Is there a way to incorporate existing AWS resources that were created outside of cloudformation into an existing cloudformation stack? I\'d like to do this without having t

6条回答
  •  爱一瞬间的悲伤
    2020-12-10 11:45

    Cloudformer might help you to create a new stack from existing resources and then you can add more resources to the stack. But don't know of a way to "merge" an existing stack with existing resources outside the stack.

提交回复
热议问题