Cloud&Devsecops telugu
457 subscribers
7 photos
1 video
76 files
76 links
This channel offers information related to cloud computing and DevSecOps, as well as downloadable PDFs and videos.
Download Telegram
Company – TCS*
*Post Name – Software Engineer*
*Qualification – UG, PG & Diploma*
*Year – 2018, 2019, 2020, 2021, &* 2022*
*Exam Date – August & November for TCS NQT*
*Location – India*
https://www.sarkarischolarship.co/tcs-nqt-off-campus-drive-2021/
HCL || Fresher off campus Drive || 2017,2018,2019,2020 & 2021 passing out Students - Chennai Institute of Technology
Eligibility Criteria – 60% and above with their all academic records( 10th, 12th & Graduation), CSE/IT/ECE/EEE/MECH/CIV

Passing out year : 2017,2018,2019,2020 & 2021CTC

Offered – 3.5 LPA Online

Last Date : 25-Aug-2021


*Apply Link:*
https://forms.gle/R37CptGVK8NfSLj86
Looking for DevOps Professionals having 2-5 years experience performing start till end all DevOps tasks on AWS/Azure/GCP. BE/B.Tech. preferred. Ping me if interested or send resumes to sjoahi@miraclecloud-technology.com
This YouTube channel is useful for who are attending the interview
They are providing the live Teliponic interview videos
Check it once
This is a sample resume
Go through it and modify depends your skills
jenkins interview Q&S for experience candidates
git interview q&s
Q. I configure an ec2 instance with x keypair, unfortunately I lost my keypair, how can I recover my keypair to logon into my instance
Steps for connecting to an EBS-backed instance with a different key pair

Step 1: Create a new key pair
Step 2: Get information about the original instance and its root volume
Step 3: Stop the original instance
Step 4: Launch a temporary instance
Step 5: Detach the root volume from the original instance and attach it to the temporary instance
Step 6: Add the new public key to authorized_keys on the original volume mounted to the temporary instance
Step 7: Unmount and detach the original volume from the temporary instance, and reattach it to the original instance
Step 8: Connect to the original instance using the new key pair
Step 9: Clean up