【发布时间】:2017-05-18 04:12:46
【问题描述】:
如何通过 CloudFormation 使用自定义资源创建 AWS EMR 安全配置?
"EMRConfig":
"Type": "Custom::EMRConfig",
"Properties":
"ServiceToken": "Fn::GetAtt" : ["EMRConfigFunction", "Arn"]
"clusterId" : "Ref" : "EMRC522DV"
【问题讨论】:
-
想知道,在上面的语法中,我们可以在哪里设置像 In-Transit 和 at-Rest 这样的安全配置。我发现很难从 Cloudformation 将安全配置应用于 EMR 集群。
标签: amazon-web-services aws-lambda emr amazon-cloudformation