Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer manage code deployment for both production updates and new application version development in AWS CodeCommit?
A
Create separate feature branches from the main branch for production bug fixes and new version development.
B
Use Git tags to mark the production code and new version development stages, then push these tags to the repository.
C
Branch from the main to isolate production code, enforce access restrictions via IAM policy.
D
Create a separate CodeCommit repository for the new application version and tag the development stage.