I want to create a Cloudformation template for launching an Elastic Beanstalk application based on the Docker platform. I managed to make manually the setup, which includes uploading the Dockerrun.aws.json.
From what I've seen, this file can be specified as the SourceBundle as a reference to a an S3 object. However, I cannot find a way to put the content of the Dockerrun.aws.json file as part to the template.
I've seen examples for EC2 deployments, on which the content of configuration files can be part of the template.