Answer – D
Automated continuous delivery pipeline
AWS CodeStar accelerates software release with the help of AWS CodePipeline, a continuous integration and continuous delivery (CI/CD) service. Each project comes pre-configured with an automated pipeline that continuously builds, tests, and deploys your code with each commit.
Option A is incorrect because pipelines are created using the "AWS Code pipeline" and "AWS Code deploy" automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.
Option B is incorrect since AWS CodeCommit does not have the facility to carry out the build.
Options C is incorrect since the CodePipeline service is used for building build pipelines.
For more information, please refer to the below URL-
https://aws.amazon.com/codestar/features/
Creating a pipeline in the Code pipeline is not enough to automate the release process you need to integrate with code commit,
Code build and then deploy your code through Cloudformation/Elastic Beanstalk etc.
Whereas in Code star Each project comes pre-configured with an automated pipeline that continuously builds, tests, and deploys your code with each commit.