简体   繁体   English

AWS CloudFormation和Elastic Transcoder

[英]AWS CloudFormation and Elastic Transcoder

Does AWS CloudFormation allow creating templated for AWS Elastic Transcoder? AWS CloudFormation是否允许为AWS Elastic Transcoder创建模板?

PS: I tried creating a DataPipeline, but no that is not the same as Transcoder pipeline PS:我尝试创建DataPipeline,但是没有,这与Transcoder管道不同

Not yet. 还没。 The following page shows all available resource types for AWS Cloudformation: 以下页面显示了AWS Cloudformation的所有可用资源类型:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

You could use a python lambda function wrapped in a custom resource. 您可以使用包装在自定义资源中的python lambda函数。 With Lambda support in custom resources, services/features not currently supported can be accommodated in the template. 借助自定义资源中的Lambda支持,可以在模板中容纳当前不支持的服务/功能。

This github project shows how 这个github项目展示了

https://github.com/mazerte/aws-cloudformation-elastic-transcoder-pipeline

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM