Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For DevOps & AWS Training and Certification, call us at IND: 9606058406 / US: 18338555775 (toll-free) or write back to us at sales@edureka.co
Excellent explanation. Could not have been better. I always had doubt how automation testing is related to AWS and Dev-Ops. You made that clear like a pro. Many Thanks and would be looking for many such tutorials.
Hey Jagdish, thanks for the compliment. We are really glad you loved the video. Do subscribe and hit the bell icon to never miss an update from us in the future. Cheers!
Thank you . It was very informative. Is it possible to view the test execution i.e when selenium is testing is it possible to see the execution in browser ?
Hey Abdul, you can definitely think about learning DevOps, having basic functional knowledge of the development and operational life cycles is enough to move in to this field. Check out our Masters program for DevOps here: www.edureka.co/masters-program/devops-engineer-training Hope this helps :)
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
For DevOps & AWS Training and Certification, call us at IND: 9606058406 / US: 18338555775 (toll-free) or write back to us at sales@edureka.co
Very nice session
Thank you! please create more in depth videos like this!
Thanq hemanth it was nice explanation.
Can you do the same with CentOS and without putty by using Console, which would be helpful for us.
thanks for showing interest in edureka! and we are happy to take in suggestions from you and make it up to you
Amazing!
wow really superb.. As the video goes on... we are really excited to know what happens next.
Thank you for the detailed explanation.
Fantastic,this is the kind of training really needed.
Hemant very useful video and i understood all the parts . could you explain about github , because only part which i have doubt on this git push .
You can refer to this video: th-cam.com/video/xuB1Id2Wxak/w-d-xo.html
Excellent explanation. Could not have been better.
I always had doubt how automation testing is related to AWS and Dev-Ops.
You made that clear like a pro.
Many Thanks and would be looking for many such tutorials.
Hi Hemant, very nice video. thank you very much.
very very detailed tutorial, thank you so much! keep up the great work
It is excellent tutorial. And wisely explained all the concepts and using demo. Thank you so much for the free tutorial.
Hey Jagdish, thanks for the compliment. We are really glad you loved the video. Do subscribe and hit the bell icon to never miss an update from us in the future. Cheers!
Picture perfect... Thanks a lot. It all makes sense now. Can I replace Selenium with Sonar Cube?
Sure as long as you can do it in the command line, it can be done through jenkins as well. :)
Excellent tutorial... made my day... thanks Hemant!!
Thanks Fantastic Video
Thanks so much for the video and explanation!!
Interesting and I was involved within it. Thank you! Looking forward for more such videos
Simply clever....
Really great delivery of content....
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
Fantastic, if you have covered RDS configuration on AWS, would have been awesome.
Thank you for your suggestions, we will look into it. Do subscribe and stay connected with us. Cheers :)
perfect explanation......
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
EXCELLENT...! :)
Awesome , thank you so much.!
Nice demo, Thank you
Hey Dustin! Thank you for appreciating our work. Do subscribe to our channel and stay connected with us. :)
thniks for job
make a video series on Wordpress
Great
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
its really awsum buddy..
Thx sir
Hey Dustin! Thank you for watching our videos. Do browse through our channel and let us know how you liked our content! Cheers :)
Thank you . It was very informative. Is it possible to view the test execution i.e when selenium is testing is it possible to see the execution in browser ?
Sure we are using command line ubuntu, if you use GUI ubuntu you can do the same.
Hope this helps! :)
Can we use the same dockerfile?
Hey Nishant, Yes, you can defnitely use the same dockerfile. Hope this helps!
awesome
Hey Kunal! Thank you for appreciating our work. Do subscribe to our channel and stay connected with us. :)
Hello I am working as Windows engineer is there any prerequisite to learn this Tool,What is the course name if want to learn from edureka .
Hey Abdul, you can definitely think about learning DevOps, having basic functional knowledge of the development and operational life cycles is enough to move in to this field. Check out our Masters program for DevOps here: www.edureka.co/masters-program/devops-engineer-training
Hope this helps :)
Nice one, i thought this would be more of AWS devops services such as codecommit, codepipeline etc.,
Hey Shafia, glad you loved the video. Do subscribe and hit the bell icon to never miss an update from us in the future. Cheers!
I also want to create a docker file (ubuntu with apache service in it), how to proceed ?
Hey Nishant, Please refer this :docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html
Hope this helps!
while installing docker i am getting this error "Failed to start LSB: Start Jenkins at boot time."
please address
Hey Balakrishna, "Here's what the root cause must be: Ubuntu 18.04 LTS uses JAva 9 as default Java, but Jenkins 2.107.2 still uses Java 8.
So, I'd suggest that you install Java 8 before installing Jenkins, like this:
sudo add-apt-repository ppa:webupd8team/java
sudo apt install oracle-java8-installer
wget -q -O - pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo apt-add-repository ""deb pkg.jenkins.io/debian-stable binary/""
sudo apt install jenkins"
Hope this helps!