【发布时间】:2019-02-17 09:35:37
【问题描述】:
自 2018 年 8 月起,AWS CloudFormation 在 CloudFormation 模板中支持 AWS Systems Manager 安全字符串参数。
我一直在搜索高低,但无法找到一种通过 Cloudformation 创建 ssm-secure-string 的方法,就像我可以通过
为简单的 SSM 参数做的那样Type: "AWS::SSM::Parameter"
Properties:
AllowedPattern: String
Description: String
Name: String
Type: String
Value: String
有人可以帮帮我吗?或者现在没有办法通过 Cloudformtion 生成 ssm-secure 字符串?
感谢
【问题讨论】:
标签: amazon-cloudformation aws-parameter-store