简体   繁体   中英

AWS refreshing CloudFormation Template

If we update a CloudFormation Stack outside of CloudFormation the template would be out of sync and there is no good way to 'refresh' the template - that was the wisdom based on old discussion a couple of years ago.

I do not see anything in the AWS documentation. Has this changed/improved something similar to Terraform Refresh

Not as far as I know.

However, terraform refresh only refreshes the changes on infrastructure known by terraform.

regards,

Unless I am misunderstanding... Even though terraform refresh would update the state file it would not update your *.tf files which would still be out of date. (Which would break the concept of IAC).

On AWS you can use AWS Config to see any changes that have happened to your infrastructure after your initial deployment to reconcile the differences.

You can also use cloudformer to get a current cloudformation template of your infrastructure. CloudFormer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM