DOP-C02 · Question #28
A company has many applications. Different teams in the company developed the applications by using multiple languages and frameworks. The applications run on premises and on different servers with…
The correct answer is D. Create one AWS CodeCommit repository for each of the applications. Use AWS CodeBuild to. It allows each application to have its own repository and build process, but uses containerization to create a consistent and automatic delivery pipeline that can be easily deployed to Amazon ECS on infrastructure that AWS Fargate manages. This approach also provides…
Question
A company has many applications. Different teams in the company developed the applications by using multiple languages and frameworks. The applications run on premises and on different servers with different operating systems. Each team has its own release protocol and process. The company wants to reduce the complexity of the release and maintenance of these applications. The company is migrating its technology stacks, including these applications, to AWS. The company wants centralized control of source code, a consistent and automatic delivery pipeline, and as few maintenance tasks as possible on the underlying infrastructure. What should a DevOps engineer do to meet these requirements?
Options
- ACreate one AWS CodeCommit repository for all applications. Put each application's code in a
- BCreate one AWS CodeCommit repository for each of the applications. Use AWS CodeBuild to
- CCreate one AWS CodeCommit repository for each of the applications. Use AWS CodeBuild to
- DCreate one AWS CodeCommit repository for each of the applications. Use AWS CodeBuild to
How the community answered
(60 responses)- A37% (22)
- B8% (5)
- C13% (8)
- D42% (25)
Explanation
It allows each application to have its own repository and build process, but uses containerization to create a consistent and automatic delivery pipeline that can be easily deployed to Amazon ECS on infrastructure that AWS Fargate manages. This approach also provides scalability and ease of maintenance.
Topics
Community Discussion
No community discussion yet for this question.