AWS CloudFormation 是否允许为 AWS Elastic Transcoder 创建模板?
PS:我尝试创建一个 DataPipeline,但不,这与 Transcoder 管道不同
AWS CloudFormation 是否允许为 AWS Elastic Transcoder 创建模板?
PS:我尝试创建一个 DataPipeline,但不,这与 Transcoder 管道不同
还没有。以下页面显示了 AWS Cloudformation 的所有可用资源类型:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
您可以使用包装在自定义资源中的 python lambda 函数。通过自定义资源中的 Lambda 支持,模板中可以容纳当前不支持的服务/功能。
这个 github 项目展示了如何
https://github.com/mazerte/aws-cloudformation-elastic-transcoder-pipeline