225k views
2 votes
You are working as an IT Consultant for a top investment firm. Your task is to ensure smooth upgrade of their accounting system in AWS to a new version without any system outages. The Technical Manager gave an advice to implement an in-place upgrade strategy while a DevOps Engineer suggested to use Blue/Green Deployment strategy instead. Which of the following options are not the advantages of using Blue/Green Deployment over in-place upgrade strategy? (Select TWO.)

1 Answer

7 votes

The Technical Manager gave an advice to implement an in-place upgrade strategy while a DevOps Engineer suggested to use Blue/Green Deployment strategy instead. Not the advantages of using Blue/Green Deployment over in-place upgrade strategy is :

Can be used with CodeCommit and CodBuild to auto deploy, while being a cost-effective (no new environment).

Step-by-step explanation:

  • AWS CodeCommit is a source code storage and version-control service for Amazon Web Services public cloud customers.
  • CodeCommit was designed to help IT teams collaborate on software development including continuous integration and application delivery.
  • AWS CodeCommit is a fully-managed source control service that hosts secure Git-based repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure.
  • AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don't need to provision, manage, and scale your own build servers.
  • AWS::CodeBuild::Project Artifacts. Artifacts is a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.
User Skenvy
by
4.1k points