An AutoScalingGroup needs a LaunchConfiguration
The problem is that the LaunchConfiguration requires things like ImageId and other parameters which I do not have since I am using containers.
How should the LaunchConfiguration be configured when using ECS Fargate?
AWS::AutoScaling::AutoScalingGroup https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html
AWS::AutoScaling::LaunchConfiguration https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html