I am trying to setup a cluster via cloud formation. using the aws sample from http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-ecs.html
I can't figure out how to name my service . we can name the services when we create the cluster via gui but there seems to be no way to do it via cloud formation.
Is there a way to setup the service as part of the cloud formation script with service name?