1.26 DevOps - amresh087/Question GitHub Wiki

AWS Integration with DevOps

What is aws?

What is DevOps?

DevOps Tools

Hands-on

aws

DevOps Tools

Git --> git is version control system for tracking change in computer files and coordinating work on those files among multiple people

Docker -->> A container image is lightweight, standalone, excutable of pices of software that include everything needed to run it code, runtime, system tool, system libaries, setting. Available for both Linux and windows based apps, containerization software will run the same, regardless of the environment.

Selenium -->> Selenium is a portable software testing framework for web application. Selenium provides a playback tool for authoring tests without the need ti learn a test scripting language. Its check test case pass or fails

Jenkins --> Jenkins is open source automation sever. Jenkins help automated non human process with continuous integration.