Question 428:
As a developer, you have to build Windows containers to use with AWS CodeBuild and integrate it into AWS CodePipeline and push the resulting containers to Amazon ECR. You might consider custom Docker images. What assertions are true in this scenario? (Select TWO).
Answer options:
A.The default maximum execution time for CodePipeline custom actions is one hour. If your build jobs require more than an hour, you need to request a limit increase for custom actions. B.AWS CodeBuild caches Docker images to avoid downloading new copies each build job, which reduces the time for large Docker images. C.AWS CodeBuild fully supports Windows builds in all AWS Regions. D.AWS CodeBuild has to download a new copy of the Docker image for each build job, which may take longer time for large Docker images. E.Any limitations with Windows Server containers can be addressed by using Amazon EC2 instances. AWS CodeBuild and AWS CodePipeline support Amazon EC2 instances directly.