2

Does AWS CloudFormation allow creating templated for AWS Elastic Transcoder?

PS: I tried creating a DataPipeline, but no that is not the same as Transcoder pipeline

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Pandya M. Nandan
  • 653
  • 2
  • 9
  • 21

2 Answers2

4

Not yet. The following page shows all available resource types for AWS Cloudformation:

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

Daniel777
  • 851
  • 8
  • 20
2

You could use a python lambda function wrapped in a custom resource. With Lambda support in custom resources, services/features not currently supported can be accommodated in the template.

This github project shows how

https://github.com/mazerte/aws-cloudformation-elastic-transcoder-pipeline
Dhiraj
  • 2,687
  • 2
  • 10
  • 34
krusty
  • 21
  • 3