AWS DevOps Engineer Professional Final Exam Study Guide 2022 with complete solution
AWS DevOps Engineer Professional Final Exam Study Guide 2022 with complete solution Document Content and Description Below AWS DevOps Engineer Professional Final Exam Study Guide 2022 with complete solution Continuous Integration .Development practice that requires devs to push code to a repo often. A tester/builder checks the code as soon as it is published which allows devs to receive feedback faster. This allows devs to focus on writing code rather than running and waiting for tests to build & compile. Continuous Delivery .Development practice that ensures software can be released reliably whenever needed. This ensures frequent as well as quick deployments. Most of the deployment is automated but may involve a manual approval step. (semi automation) Continuous Deployment .A set of practices that enable every change that passes automated tests to be automatically deployed to production with no need for manual intervention (full automation). branch, pull .GIT best practices dictate that if you have NEW changes to make to a code base, you should utilize a _______ rather than a new repository. You can then create _____ requests then merge into master. IAM Policy With Explicit Deny .In AWS, how do you protect pushes/merges from unauthorized users to the master branch (using Code Commit). T .T/F: Code Commit contains several triggers and configurable notifications that can call SNS topics and Lambda functions in response to various activity within your repository. AWS Code Build .A fully managed build service that is continuously scaling. It leverages docker under the hood and is secured through compatibility with AWS KMS, VPC's, and AWS Cloudtrail. 5 minutes, 8 hours .The minimum timeout for AWS Code Build? The maximum timeout for AWS Code Build? .A collection of build commands and related settings, in YAML format, that CodeBuild uses to run a build. env .This optional parameter of the file allows for variable declaration, parameter-store, exported variables, secrets-manager, . phases .This parameter of the file allows you to designate commands that will occur during the install, pre_build, build, and post_build stages of the build/acts .This parameter of the file allows you to save various files after a build is done (S3). cache .This parameter of the file is used to store files which can speed up deployment during subsequent builds/tests. finally .This parameter of the file will allow you to designate commands to run even if prior commands fail. override .You can specify env variables in OR you can add them as environment variables ___________ when configuring a new build operation (from the console). Parameter Store, Secrets manager .What two services can you utilize/integrate with your code build deployment to encrypt your environment variables during a build? T .T/F: Code Build allows you to encrypt artifacts before your upload them to S3 (natively within Code Build) Cloudwatch Logs .How can you view your previous Code Build history if the docker container that was spun up to build your application has been terminated pos
Written for
- Institution
- AWS DevOps
- Course
- AWS DevOps
Document information
- Uploaded on
- April 22, 2023
- Number of pages
- 24
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
aws devops engineer professional final exam study guide 2022 with complete solution document content and description below aws devops engineer professional final exam study guide 2022 with complete so