1 回答
- 最新
- 投票最多
- 评论最多
0
【以下的回答经过翻译处理】 嗨,理智的SaaS,
目前没有现成的方法可以导出启动模板。
您可以利用describe template(https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-launch-templates.html)和describe versions(https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-launch-template-versions.html)API/SDK来完成,然后使用lambda函数提取到符合您使用情况的特定JSON结构。
类似地,您可以使用create launch template和create launch template versions重新创建资源。
希望能给您一些启示。
相关内容
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 5 个月前
- AWS 官方已更新 3 年前