DevOps Flashcards
1
Q
What is AMI
A
Amazon Machine Image provides the information required to launch an instance
2
Q
What is S3
A
Simple Service Storage provides a web interface to easily store and retrieve data safely, in any amount, at any time, from anywhere, at a low cost.
3
Q
What is Continuous Integration
A
Continuous integration is using tools like Jenkins and Maven in order to continuously check if your bode builds successfully or not so that you can change them. Jenkins will also deploy your project.