Тёмный
No video :(

Day-5 | Most Common Terraform Task Used in Real-Time |  

Abhishek.Veeramalla
Подписаться 331 тыс.
Просмотров 54 тыс.
50% 1

Support my work
www.buymeacoff... Hi Everyone, My Name is Abhishek and my channel is focused on delivering Free content on DevOps and Cloud. Follow my channel for practical learning of DevOps and Cloud. Don't miss the FREE DEVOPS COURSE and FREE AWS COURSE from Playlists section.
Doubts Clearing Group
www.youtube.co...
GitHub Repo for the Series
github.com/iam...
Instagram: / abhishekveeramalla_off...
Book 1:1 with me on TopMate for career guidance
topmate.io/abh...
Public Telegram Channel For Notes and Updates
t.me/abhishekv...
About me:
========
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam...
Medium: / abhishekveeramalla-av
What is Terraform ?
Learn Terraform from basics
Terraform real world examples
Terraform course
Best terraform course
Terraform modules
Terraform workspaces
#devops #futureofdevops #kubernetes #sre #aws #azure
DEVOPS FAQ
DEVOPS
WHAT IS DEVOPS ?
WHY DEVOPS ?
HOW TO LEARN DEVOPS ?
LEARN DEVOPS IN 60 DAYS ?
NON IT TO IT BACKGROUND ?
IS DEVOPS EASY TO LEARN ?
BEST DEVOPS COURSE
FREE DEVOPS COURSE
#AbhishekVeeramalla
BEST DEVOPS VIDEOS
DEVOPS INTERVIEW QUESTIONS
EASY DEVOPS VIDEOS
BEST WAY TO LEARN DEVOPS
PYTHON FOR DEVOPS
PYTHON PROJECTS FOR DEVOPS
LEARN PYTHON
PYTHON PROJECTS FOR AWS
AWS PYTHON PROJECTS
AWS LAMBDA FUNCTIONS
WHAT IS GITOPS ?
WHY GITOPS ?
LEARN GITOPS ?
GITOPS FREE COURSE
What is AWS ?
LEARN AWS FOR FREE
AWS COURSE
AWS COURSE FOR DEVOPS
AWS CLI Deep Dive .
.
Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 182   
@abhinaisai4778
@abhinaisai4778 11 месяцев назад
running a web server is long running process. terraform doesnt know whether it is successful or not. It terminates the command while closing the ssh session. We should run the process background and give some prompt to the terraform. I think we can do it using the nohup cmd
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
😎😎
@Geekgurlcode
@Geekgurlcode 9 месяцев назад
I am a beginner..can you elaborate more?
@Deva2596
@Deva2596 7 месяцев назад
@@Geekgurlcode When you run a Terraform script to provision infrastructure, certain resources may involve long-running processes, such as deploying and configuring a web server. The issue you're encountering is that Terraform may not wait for these long-running processes to complete before closing the SSH session, leading to uncertainties about whether the process was successful or not. One approach to address this is to run the long-running process in the background and disassociate it from the current session. The nohup command is a useful tool for doing this in Unix-like systems. The nohup command stands for "no hang up" and is used to run a command immune to hangups, with output to a non-tty (non-terminal) that persists even after the user logs out.
@suhasdhoke1735
@suhasdhoke1735 6 месяцев назад
as we run any command with "&" at the end , it run the command in backgroud , nohup is just for getting output of the commands in nohup.out files at same location.
@ajayhegde2761
@ajayhegde2761 4 месяца назад
​@@suhasdhoke1735 I am also thinking the same. It should run in background right as we are using sudo command and & at last it should work. I searched and got this. I am not sure Shell Differences: The shell environment might behave differently between manual login and remote execution. Try explicitly setting the shell to /bin/bash or /bin/sh in your remote-exec command to see if it resolves any differences.
@Geekgurlcode
@Geekgurlcode 9 месяцев назад
Abhishek, you saved my life...attending so many worst trainnings in devops, being unemployed with responsibilities for 6 months, I finally found my confidence back...Thanks, Thanks for such a great work. Finally decided to attend interviews
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
😍😍
@debashissinha8489
@debashissinha8489 3 месяца назад
I am trying to understand the logic and the pain, he takes to explain. It made me feel that to my knowledge, none-other -other than he can guide people so sincerely. I will share the link with my friend. Hats off Abhishek!!!!
@tharunjulme3002
@tharunjulme3002 11 месяцев назад
Abhi Anna You are some one who always makes complex topics very easy for the beginners..!
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
😍
@nagarjunakondala8664
@nagarjunakondala8664 10 месяцев назад
Thank you for creating a Terraform Zero to Hero series it helped me a lot to learn & enhance my skills, I request you to create more real-time projects examples like this which will boost the confidence in gaining knowledge beginners & experienced people. Your content is worth learning & helps to build their career. Keep going..!!!
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
I will try my best
@doyinekong
@doyinekong 5 месяцев назад
How come I am just meeting you!!!! Wow! Thank you.. You give confidence to the listener by your teaching. Thank you Abhishek👏
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Most welcome
@chandangowda6935
@chandangowda6935 10 месяцев назад
I have previous knowledge on provisoner but this much easily I never understood, This series helping me for revising Terraform concepts. Thank you Abhi Bro
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Great to hear!
@lingrajbiradar4416
@lingrajbiradar4416 11 месяцев назад
I initially found Terraform to be a challenging tool to work with. However, after following your Terraform series, I've come to realize that it's actually quite straightforward and manageable. Thanks Abhishek 😊
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Yes it is very simple
@PrincePazol
@PrincePazol 11 месяцев назад
I'm loving your series. I know you will bless us with a similar series for Ansible@@AbhishekVeeramalla 💌
@nareshv7797
@nareshv7797 11 месяцев назад
Superb explanation..you made a complex concept into very simplified manner THANKS FOR PUTTING YOUR EFFORTS
@josephefosaoviawe9210
@josephefosaoviawe9210 Месяц назад
Thank you Abhishek!!!...so glad to have found you.🙏🙏🙏🙏
@SivaCloud-uo3ev
@SivaCloud-uo3ev 5 месяцев назад
You are awesome Abhishek , I followed different courses on terraform . Felt terraform is complex , By watching this Zero to Hero . I can feel its very interesting and easy to learn
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Glad to hear that
@handsomevillian
@handsomevillian Месяц назад
sir your talked about confidence at the end of this video so it is above the expections.
@MPC5329
@MPC5329 10 месяцев назад
Just removed the & in that command & application running in foreground able to access it from browser. It worked for me
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
🚀🚀
@joelfernandez5141
@joelfernandez5141 11 месяцев назад
Thank you sir, you explained it in much easier and simple way thank you again
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
You are welcome
@soumyadipchatterjee2267
@soumyadipchatterjee2267 7 месяцев назад
Kudos Abhishek for creating this simple content for Provisioners .😊😎
@mayuri1105
@mayuri1105 11 месяцев назад
Hi Abhishek , Please can you make at least one consolidated video on networking concepts for Devops engineer , may not be detailed but at least which covers most of the required concepts of enterprise networking (Cloud and on premises ).or may be a video which lists out imp concepts of networking.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
sure, noted
@karthikeyanc749
@karthikeyanc749 11 месяцев назад
Thank you@@AbhishekVeeramalla, me too looking for the same
@aniruddhatope2388
@aniruddhatope2388 7 месяцев назад
Absolutely wonderful... Thanks a lot for this series.
@AbhishekVeeramalla
@AbhishekVeeramalla 7 месяцев назад
Most welcome!
@AmrutaWagh-kb3yv
@AmrutaWagh-kb3yv 11 месяцев назад
just waiting for the next session... and you are here today 😊thanks 😃🙏🏻
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks
@GirishRameshbabu
@GirishRameshbabu Месяц назад
You are doing a great job bro!! Keep it up Thanks a lot for this series.
@tanayabanerjee2380
@tanayabanerjee2380 11 месяцев назад
Thanks for the provisioner concepts.....will you cover data sources also ??? please try to include this topic in your upcoming videos...
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Sure 👍
@maheshwaikar3311
@maheshwaikar3311 11 месяцев назад
Abhishek, you are the Gem in all DevOps trainers. I am a senior software proffessional and following devops practice now. Your explaination is in very simple ways which I can understand without looking into screen (i can understand from audio only) I had a request about future series should cover complete product/software to be build under complete devops practice ie. Microservices to helm deployments, cicd, monitoring... This could be a final landing of any devops engineer
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Sure
@SurendraVaka
@SurendraVaka Месяц назад
Great Script example and Great explanation ! :)
@kmrathnam55
@kmrathnam55 2 месяца назад
Hi Abhishek, You made my day is very easy becuse even I am under impression that how to write terraform code, after watching your videos, I am confident that any one can learn the terraform. Kudos to Abhishek, helping many upskilling students like me. God bless you my dear.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 месяца назад
It's my pleasure
@randomvideosnclips
@randomvideosnclips 5 месяцев назад
"sudo python3 app.py &", removed "&" and "," the script was able to initiate the python application. Not sure on the usage of "&" after stopping the appkication, terraform returned this error, "remote command exited without exit status or exit signal."
@amruthaammu7934
@amruthaammu7934 11 месяцев назад
very well explaination i got the things so easily.. u really makes hard concepts into soft...this video helps me alot. even i executed it correctly tq abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
😍
@happyshoppi1036
@happyshoppi1036 10 месяцев назад
Thanks for this wonderfull video I have completed this and its working as per the code
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Awesome
@nagarjunakondala8664
@nagarjunakondala8664 10 месяцев назад
Udemy ❌ Abhishek Veeramalla ✅
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
😍😍
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
😍😍
@user-he8po4zh4t
@user-he8po4zh4t 5 месяцев назад
😀
@monalisabarik5731
@monalisabarik5731 4 месяца назад
Thanks Abhishek. I have followed your videos and with my experience I got four offers . thanks a lot..please post more videos on kubernetes and terraform
@AbhishekVeeramalla
@AbhishekVeeramalla 4 месяца назад
Hearty Congratulations 🥂
@monalisabarik5731
@monalisabarik5731 4 месяца назад
@@AbhishekVeeramalla thanks
@ashokd4673
@ashokd4673 7 месяцев назад
After watching thiese video getting some questions in my mind. What is difference between tf and ansible? Upto packages installations the tf provisioners are Ok but in real time projects using more than that so how it will useful ? By using ansible we can manage all hosts/servers to different operations like installations/copy etc..
@Hozaifa_Uzair
@Hozaifa_Uzair 11 месяцев назад
Good to see your consistency 👍
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks
@VinothKumar-ik1fc
@VinothKumar-ik1fc 11 месяцев назад
Please include TERRAFORM VAULT also in this course it is very helpful to learners. 😊
@lingrajbiradar4416
@lingrajbiradar4416 11 месяцев назад
hi abhishek i am able to successfully implement the task. thank you.
@kinjaldhaduk8328
@kinjaldhaduk8328 3 месяца назад
for me app was not running as I was using Amazon Linux ami and tried with ubuntu user. After using ec2-user it worked as expected. Thank you for providing great content.
@kannadalli_mahiti
@kannadalli_mahiti 2 месяца назад
superb explanation
@AbhishekVeeramalla
@AbhishekVeeramalla 2 месяца назад
Thanks
@kaverichowdary6637
@kaverichowdary6637 11 месяцев назад
Waiting for your videos annaya 😊 now day's companies are asking splunk if possible pls do video on splunk from scratch to adv.. tq alot annaya
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Yeah sure
@kaverichowdary6637
@kaverichowdary6637 11 месяцев назад
@@AbhishekVeeramalla tqq alot annaya 😊
@bhanuprakash4714
@bhanuprakash4714 11 месяцев назад
Your are a simha, legend and akanda blockbuster in devops.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
haha
@generalgyan8705
@generalgyan8705 11 месяцев назад
❤nice explained as usual Abhishek .
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks a lot
@bogathiparthasarathireddy4487
@bogathiparthasarathireddy4487 10 месяцев назад
Hi @AbhishekVeeramalla Thanks for giving wonderful Terraform series to learn free in RU-vid. I have find clear cut solution in google "To run a shell script in the background, use the “&(ampersand)” bash control operator and the built-in “nohup” command line tool. Both these utilities almost perform the same job. The core difference between both of them is that the “nohup” command does not kill the background process at the session termination while the “&” symbol terminates all processes after the system logout" this is the correct solution for your assignment i think. If anything missing. Could you please suggest . Thanks in advance!!
@nishanbaral5124
@nishanbaral5124 8 месяцев назад
Yes. the last line should be replaced with this "nohup sudo python3 app.py > /dev/null 2>&1 &" This will also run the app in the background and discard all output-error log of the app. Doing this it won't kill the process while session termination.
@SubhajitMaity-yk3bz
@SubhajitMaity-yk3bz 5 месяцев назад
Thank you sir. Great video.
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Most welcome !!
@vishnuvardhan-zr1vy
@vishnuvardhan-zr1vy 11 месяцев назад
userdata in ec2 instance and provisioner remote-exec both are the same, instead of defining in AWS console, we are defining in terraform inline remote-exec
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
I will explianed the difference.. pls check
@RahulSharmaSingularity
@RahulSharmaSingularity 3 месяца назад
Crisp and Clear !
@dideepakindorkar3413
@dideepakindorkar3413 Месяц назад
Thanks abhishek bhai
@alipilatin444
@alipilatin444 Месяц назад
Abhishek, one thing i did not understand is that even though we have the CIDR block of the subnet is 24, the routing table we define for it has a suffix of 0. It seems it would result in much bigger routing table than necessary. Can you explain?
@debashismca
@debashismca 3 месяца назад
Dear Abhishek, now a days most common question is-how you are deployment in Terraform IAC.Could you share a solid answer for this with an example. Pls Pls Pls
@Vinod-vs2iw
@Vinod-vs2iw День назад
hi abhishek..i regularly follow your videos and it is very useful to me ...i had a doubt (is terraform execute the resources as a sequence what we mention in main.tf file or specific procedure) bcz aws flowchart starts with REGION then IG, VPC then AVIL ZONE,SUBNET and SECURITY GROUP and EC2 but at 11:41 IG is created after the SUBNET was created.
@manojgandham-lu7tu
@manojgandham-lu7tu 11 месяцев назад
Great explanation ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks
@yagyeshjha6334
@yagyeshjha6334 9 месяцев назад
Hi Abhishek, Thanks for giving this wonderful Terraform series.
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Thanks and wish you the same
@ravindraravi7435
@ravindraravi7435 6 месяцев назад
Thank you ^^
@AbhishekVeeramalla
@AbhishekVeeramalla 6 месяцев назад
You're welcome 😊
@ketanmorey1953
@ketanmorey1953 11 месяцев назад
Abhishek Anna OP❤
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Most welcome
@BharathKumarReddy2103
@BharathKumarReddy2103 11 месяцев назад
❤❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks a lot
@aw703
@aw703 11 месяцев назад
What is the difference between Userdata and provisioner in terraform anna. Can you explain
@dasariganesh5211
@dasariganesh5211 7 месяцев назад
super super super explanation
@NallabothulaAruna
@NallabothulaAruna 11 месяцев назад
Hii Abhishek…. Your videos are amazing…. I joined one of the paid course but i did n’t get much knowledge now everyday i am following your videos… one small help now i want restart my career with devops as entrylevel do i need do any certifications please let me know i am in uk .. my education M. Tech((CSE)… Thanks in Advance….
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks a lot
@chiru8557
@chiru8557 7 месяцев назад
THE BEST
@ivaam9596
@ivaam9596 Месяц назад
Hi Abhishek, thanks for the insightful session. I have one doubt, if in a case I want to delete only 2 resources among 8 resources which I created through terraform. Will it be possible to destroy only those 2 with terraform destroy command ?
@rkbompalli1719
@rkbompalli1719 11 месяцев назад
Hi Abhishek, I am eagerly waiting for conditional operators, functions and TF Cloud. Am not sure whether they were part of this course.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Lets go step by step
@sudheersen8227
@sudheersen8227 9 месяцев назад
❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
👍
@pratappadhy2005
@pratappadhy2005 6 месяцев назад
Hi Abhishek I am able to do it and all the resources are created but not able to access the public IP. I checked the IG and Subnet all looks good. Any tweak required? Thanks
@Buckethead8
@Buckethead8 2 месяца назад
1 plan to add when I run terraform plan , and the SSH connection also failed
@Buckethead8
@Buckethead8 2 месяца назад
27:42 sudo apt install python3-flask
@KarthiKeyan-vk9ui
@KarthiKeyan-vk9ui 10 месяцев назад
Waiting for your EKS cluster creation video!!
@vaishnavienterprises7656
@vaishnavienterprises7656 11 месяцев назад
Hi Abhishek, Need to change instead of Day -4 To Day -5 on description Not Thumbnail...
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks for the correction
@sudhakarsabbana8728
@sudhakarsabbana8728 10 месяцев назад
Hai Bro, Can you make the detail video on jeera ticketing tool..
@venkateshammandali270
@venkateshammandali270 23 дня назад
For statefile locking why should we use dynamo any specific reason behind this?
@venkateshammandali270
@venkateshammandali270 23 дня назад
For terraform statefile creation why should we use only s3 why can,t other db
@morfawfidelis2849
@morfawfidelis2849 11 месяцев назад
Sir show how we can provision resources using a CiCD pipeline
@KISHOREKUMAR-zm5qz
@KISHOREKUMAR-zm5qz 11 месяцев назад
null resource and functions in terraform pls discuss bro....
@shwetaagarwal117
@shwetaagarwal117 3 месяца назад
Hi Abhishek, I am getting this error while running the terraform apply "Error: file provisioner error │ │ with aws_instance.name, │ on main.tf line 86, in resource "aws_instance" "name": │ 86: provisioner "file" { │ │ Failed to read ssh private key: no key found" I would like to know how i can pass my private key of AWS in codespaces?
@sahilchauhan3154
@sahilchauhan3154 Месяц назад
in connection in private key you have to remove pub from id_rsa
@ramesh_kumar_verma
@ramesh_kumar_verma 10 месяцев назад
thankyou sir
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Thank you so much 😊
@Shweta.Gaikwad1966
@Shweta.Gaikwad1966 3 месяца назад
Nice
@abhisektripathy9864
@abhisektripathy9864 6 месяцев назад
Nicely Explain
@charankumar3536
@charankumar3536 4 месяца назад
@Abhishek_veeramlla could you please tell me how to put particular concept in the resume
@mathewjoseph1348
@mathewjoseph1348 4 месяца назад
❣❣
@AbhishekVeeramalla
@AbhishekVeeramalla 4 месяца назад
💙
@shalinitripathi4043
@shalinitripathi4043 11 месяцев назад
Hi Abhishek, As & need to delete from main in terraform, will work fine.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
😎
@user-he8po4zh4t
@user-he8po4zh4t 5 месяцев назад
@@AbhishekVeeramalla, But that does not completes the tf infrastructure creation process, it keeps running with "instance ...: Still creating...", & is required at the end to run the process in background and the infrastructure creation should complete successfully.
@nidhisarupria3644
@nidhisarupria3644 5 месяцев назад
Hi Abhishek , I want to know if I have Ec2 module and I want to attach this EC2 instance created by a module , to a VPC created in main.tf file located at root then How would this VPC id would be referenced or pass on tp EC2 module , Can u pls help me here
@vineethkyatham536
@vineethkyatham536 11 месяцев назад
Thanks Abhishek, will data sources will be covered and if infrastructure is already created then how can we start terraform from there, is it possible to create state file for already created infra to have both desired and actual having same state?
@syedtameemahmed3416
@syedtameemahmed3416 10 месяцев назад
Using wget in remote-exec and its not working. Replaced it with Curl still same problem. The instance is created. All commands before wget get executed, but when it comes to wget or curl, it shows creating and this goes on for infinity. Tried ssh into the same machine and ran the command from the console. It runs perfectly. That implies that this is not a problem of ports. Then what am I missing, or what is the solution if I want to copy a file into my created instance.
@user-he8po4zh4t
@user-he8po4zh4t 5 месяцев назад
The same thing happens in the demo in this recording when running python app, when going to the instance running that command it's working perfectly, but from remote_exec, it is not, if we remove the '&' at end it is running fine, but again it shows creating infinitely..., it is dificult to debug what's going wrong. @Abhishek, do you have any input here?
@Hozaifa_Uzair
@Hozaifa_Uzair 11 месяцев назад
I am trying 1:1 on, but couldn't book slot for the same. I have texted earlier concerning same. Kindly provide best possible way.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Our subscribers are booking the slots. You can book the latest available slot if not there is a chance you will miss that too
@VijayPatil-ce2xe
@VijayPatil-ce2xe 11 месяцев назад
Hi Abhishek, I know this is not place for this question. Do you have any Idea about Developer Advocate role and is this a right career choice
@rajangautam-l3g
@rajangautam-l3g 24 дня назад
can i configure the ubuntu on virtualbox as slave node and ubuntu on ec2 instance as master node. If yes how?
@devsmith001
@devsmith001 9 месяцев назад
I am facing an error: When terraform runs sudo apt-get install -y python3-pip, ubuntu gives a purple prompt to ask which services need to be restarted and then terraform times out. Can you please help me abhishek?
@user-hl9re4tv7h
@user-hl9re4tv7h 11 месяцев назад
please come up with the video on data source and terraform vault
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Already in the syllabus
@saikrishna-cs7ox
@saikrishna-cs7ox 11 месяцев назад
You are awesome bro and How to add terraform in our jenkins pipeline??
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Easiest way is to just install terraform on the jenkins executors and run terraform in your pipeline
@raghupola4284
@raghupola4284 4 месяца назад
Hello I am not able to make key pair value using ssh what is the key name when we have to name it?
@bismarckandu6069
@bismarckandu6069 9 месяцев назад
How do we use depends on to relate all these tiers
@srishtiagarwal7750
@srishtiagarwal7750 2 месяца назад
In the interview,is it okay to use the terraform documentation or not?
@sunilmittapally
@sunilmittapally 11 месяцев назад
last line didnt execute because you do not have permission to execute.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Permissions is not the issue
@nidhisarupria3644
@nidhisarupria3644 5 месяцев назад
can we pass value to module to make it dynamic
@mohannageswar3442
@mohannageswar3442 10 месяцев назад
Superb bro the way you are explaining ... Thanks @abhishek.Veeramalla
@shyantanghosh9077
@shyantanghosh9077 11 месяцев назад
Bro can you teach me devops one to one from scratch ?
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
No personal training service .. RU-vid playlists are easy to understand for everyone
@bhanusandeep6668
@bhanusandeep6668 7 месяцев назад
i think there's something wrong with the python cuz the commands are kinda wrong like this "sudo pip3 install python3-flask","sudo python3 app.py" instead of "sudo pip3 install flask", "sudo python3 app.py &"
@user-he8po4zh4t
@user-he8po4zh4t 5 месяцев назад
Don't you see instance creation running infinitely after you remove & at end of running app.py?
@DreamsBig1990
@DreamsBig1990 4 месяца назад
👍👍👍💪👌
@allwayswithyou6814
@allwayswithyou6814 11 месяцев назад
hi Abhishek instead of public key can we use private key with NAT gateway?
@AvinashBabuDevarasetty
@AvinashBabuDevarasetty 8 месяцев назад
Hi abhishek how to replace path with our public key files
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Did not get the question, please eloborate.
@AvinashBabuDevarasetty
@AvinashBabuDevarasetty 7 месяцев назад
Thanks for giving the replyback the issue is solved
@shwetawadhawan9232
@shwetawadhawan9232 11 месяцев назад
I followed the same steps but i am facing issue while terraform apply still creating and time is elapsing
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Your ssh keys must be incorrect .. pls check
@user-hr6hh1gc3e
@user-hr6hh1gc3e 2 месяца назад
what is the reason the python app didnt work from the terraform script? can anyone help??
@user-rj6kw4uj5d
@user-rj6kw4uj5d 15 дней назад
same
@raghupola4284
@raghupola4284 4 месяца назад
I am getting error file provisioner error
@mrjacksparrow8942
@mrjacksparrow8942 11 месяцев назад
Bro getting lot of errors while executing the scripts. showing lot misconfiguration in the scripts dont know how to troubleshoot
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
What is the error ? What is the misconfiguration ?
@mrjacksparrow8942
@mrjacksparrow8942 11 месяцев назад
@@AbhishekVeeramalla Bro I have tried to mix Day-4,5,6 projects and try like creating workspaces and deploying the flask app along with backend file so I got errors. and now tried implementing only 5 day project got succeded. will try again my experiment.
@amaleshgupta4160
@amaleshgupta4160 10 месяцев назад
Failed to parse ssh private key: ssh: this private key is passphrase protected. bro i faced an error like this in day 5. pls give the solution
@harishkabra
@harishkabra 10 месяцев назад
when you create the key don't use passphrase.
@chrischelsisters5558
@chrischelsisters5558 11 месяцев назад
Anna...Got error----- file provisioner error ...this private key passphrase protected... Pls reply me Anna
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Try granting chmod 600 to the files in .ssh folder
@chrischelsisters5558
@chrischelsisters5558 11 месяцев назад
@@AbhishekVeeramalla thank you for quick reply Anna...
Далее
الذرة أنقذت حياتي🌽😱
00:27
Просмотров 14 млн