DevOps - https://www.youtube.com/watch?v=1dwsr0v0FAg&list=PLuBBTh-4TzDlC1y8XEGH-PWPhvukSKChi
IT Automation - https://www.youtube.com/watch?v=EGWyN6DMI1g&list=PLuBBTh-4TzDkWz4LlACiPK2jDiWjU-mMJ
Install and Configure - https://www.youtube.com/watch?v=ftAWCI_z1Lg&list=PLuBBTh-4TzDl8KsOCTNhABDhdrD_8V1nx
Azure - https://www.youtube.com/watch?v=iYfSMjbjL50&list=PLuBBTh-4TzDmj9c2kW24q5C2IfGXMMt4a
Google Cloud Platform - https://www.youtube.com/watch?v=UI1Lv1Ageso&list=PLuBBTh-4TzDnkaORFW-MhhHp9PU-n9CKW
Test Automation - https://www.youtube.com/watch?v=Ny_8ikCbmcQ&list=PLuBBTh-4TzDk2qlFE86Y4C-UukuCxE775
Spring - https://www.youtube.com/watch?v=95-TwERKKRc&list=PLuBBTh-4TzDlcxArXnYQR0zeZglAG_9eu
Ansible Hands-on tutorials https://www.youtube.com/watch?v=EGWyN6DMI1g&list=PLuBBTh-4TzDkWz4LlACiPK2jDiWjU-mMJ
Install and Configure Ansible (https://raw.githubusercontent.com/awstechguide/scripts/master/ansible.md)
Ansible playbook to configure tomcat with Amazon Linux remote host (https://raw.githubusercontent.com/awstechguide/scripts/master/ansible_configure_tomcat_amazon_linux.yml)
Ansible playbook to configure tomcat for ubuntu remote host (https://raw.githubusercontent.com/awstechguide/scripts/master/ansible_playbook_configure_tomcat_ubuntu.yml)
Install docker in ubuntu - https://raw.githubusercontent.com/awstechguide/scripts/master/install-docker.sh Video tutorial - https://www.youtube.com/watch?v=ftAWCI_z1Lg
Install Jenkins and Docker - https://raw.githubusercontent.com/awstechguide/scripts/master/install-jenkins-docker.sh
video tutorial https://www.youtube.com/watch?v=2cDl2E9h-6M
Install SonarQube - https://raw.githubusercontent.com/awstechguide/scripts/master/install-sonar-docker.md Docker compose file for SonarQube (https://raw.githubusercontent.com/awstechguide/scripts/master/docker-compose.yml) Video tutorial https://www.youtube.com/watch?v=-aDjIMwYy34
Install and Configure Tomcat in Ubuntu https://raw.githubusercontent.com/awstechguide/scripts/master/install-tomcat-in-ubuntu.md in Amazon Linux AMI https://raw.githubusercontent.com/awstechguide/scripts/master/install-tomcat-ec2-linux.md Video tutorial https://www.youtube.com/watch?v=BGwW-22m_Hs
Maven command (https://raw.githubusercontent.com/awstechguide/scripts/master/create-maven-project-cmd.md)
Video tutorial - https://www.youtube.com/watch?v=y4UYX0ZPqcM
Install jdk and set default java https://raw.githubusercontent.com/awstechguide/scripts/master/install-java.sh