简体   繁体   中英

AWS Cloudformation - How to manually add/delete an export?

Is there a way to add/delete an export manually, say via the console? I could not find any info regarding this?

No. Everything in CloudFormation is controlled via the template file.

You would need to edit the template to add/remove the export, then update the stack to invoke the change.

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