AWS Certified Developer Associate DVA-C01 – Question161

A developer wants to use AWS CodeDeploy to deploy an Amazon Elastic Container Service (Amazon ECS) service.
What are the MINIMUM properties required in the 'resources' section of the AppSpec file for CodeDeploy to deploy the ECS service successfully?

A.
name, alias, currentversion, and targetversion
B. TaskDefinition, ContainerName, and PlatformVersion
C. TaskDefinition, ContainerName, and ContainerPort
D. name, currentversion, NetworkConfiguration, and PlatformVersion

Correct Answer: A