Пікірлер
@andersonjoseph4879
@andersonjoseph4879 8 күн бұрын
Thanks for the video, but I'm stuck when trying to install the amazon-linux-extra. This is what I got; sudo: amazon-linux-extras: command not found. What is the alternative or how can I resolve this?
@awsninjas
@awsninjas 8 күн бұрын
Can you please run below two commands and send output here : 1. cat /etc/os-release 2. cat /etc/image-id
@andersonjoseph4879
@andersonjoseph4879 7 күн бұрын
Hello, I've been able to sort it out, my version is Amazon 2023, and believe yours was Amazon Linux2. Yeah, I saw a blog post that addresses the issue and I was able to install the php. Please can you make a video on how to clone an RDS database from one WordPress website to another? Thanks for the knowledge @@awsninjas
@awsninjas
@awsninjas 6 күн бұрын
Yeah i suspected that, Amazon linux 3 removed support for a few packages better to use Amazon linux 2. I am glad your issue is resolved now. I will try my best to make video on RDS.
@andersonjoseph4879
@andersonjoseph4879 6 күн бұрын
Thanks a lot, looking forward to it. Cheers!!!@@awsninjas
@GerardoSepulveda78
@GerardoSepulveda78 22 күн бұрын
Great video! Everything ok but only one problem, In Wordpress if I change the "Permalink" option to anyone different from "plain", all the interior pages and post appears as 404 Error not found :( In plain everything is ok. I check it the .htacces, the mod_rewrite, change and save permalinks, restart apache, and nothing is working.
@awsninjas
@awsninjas 22 күн бұрын
Hey There, Please go through the below two videos where I have set Loadbalancing, Free SSL and resolved common errors : Part 3: kzbin.info/www/bejne/mmOsiniIaNx8e7M Part 4: kzbin.info/www/bejne/fnLOqXmjrJ1gkLc If that doesn't fix the issue, let me know here and I will try my best to help.
@awsninjas
@awsninjas 22 күн бұрын
Try this and let me know if this fixes your issue or not. * changing apache(httpd) configuration ---> Go to /etc/httpd/conf directory ---> Edit httpd.conf file by command : sudo vim httpd.conf ---> press i to enter into insert mode and Edit block where it says " <Directory "/var/www/html"> " and "<Directory "/var/www"> " ----> On both block change " AllowOverride None " to " AllowOverride All " ---> press esc key , press : write wq , press enter to save the file , confirm changes by cat command. ----> restart apache server by command : sudo service httpd restart ----> change Permalink structure and check website.
@GerardoSepulveda78
@GerardoSepulveda78 22 күн бұрын
@@awsninjas Awesome! Is working now! thank you so much! I've been stucked on this for several days, reading thousands of pages and stack overflow themes and nothing worked. Thanks for the help!
@awsninjas
@awsninjas 22 күн бұрын
Welcome , Glad it worked for you.
@shanusir2858
@shanusir2858 23 күн бұрын
Bhai all process are perfectly done bas ek video aur bana do ssl certificate kese le because KZbin per saari videos bitnami k through wali hai Jo site apne install ki hai uska ssl kese le
@awsninjas
@awsninjas 23 күн бұрын
Yes bhai i agree , detailed guide video is already uploaded, please check the channel.
@yashmalhotra123
@yashmalhotra123 23 күн бұрын
Thank you for this video. It really helped me a lot.
@awsninjas
@awsninjas 23 күн бұрын
You're very welcome! Glad it helped.
@Iramidas
@Iramidas 29 күн бұрын
why did you install Maria db on ec2 instance while we will be using aws rds ? is it mandatory ?
@awsninjas
@awsninjas 28 күн бұрын
Yes it's needed , While we are putting the database on RDS , we installed mariadb on EC2 to make sure we can check connection to RDS. If needed run sql queries on it, the mysql server command we used is installed because of the mariadb package.
@GauravPatil-js2in
@GauravPatil-js2in Ай бұрын
I am trying to host a Website on AWS EC2 with RDS.. and I have a question the commands provided will work on windows or not..?
@awsninjas
@awsninjas Ай бұрын
No commands provided will not work on the windows operating system , it's only for amazon linux 2 which comes under free tier.
@yaswanthkumar3895
@yaswanthkumar3895 2 ай бұрын
How to setup wordpress ci/cd from local to live,Please make a video on that
@awsninjas
@awsninjas 2 ай бұрын
Sure , we will take that into consideration. Thanks for watching, do subscribe for more free content.
@hydrophile1894
@hydrophile1894 2 ай бұрын
Hey, I'm interested in pursuing a job related to cloud and DevOps as a fresher. Firstly, is it okay to join a DevOps company as a fresher? Secondly, could you please list out all the things I should learn before applying for the job? Thanks for any help you can provide.
@awsninjas
@awsninjas 2 ай бұрын
Minimal skills required as per me are as below : 1. Practical knowledge of AWS (or Azure / GCP) 2. Understanding of linux commands 3. basic linux OS operations like logging , server configuration , Disk operations , monitoring , security etc 4. Basic shell scripting or python scripting for task automation 5. Know your way through monitoring tools like datadog / New Relic 6. Github commands and Branching strategy 7. Basic CI/CD automation Above are some crucial needs to get started and then other requirements are based on the company you choose and tools- technology they are using. If possible i also recommend to have at least one cloud certificate in your choice of provider, as example for AWS you can get AWS cloud practitioner or Solution architect associate. And yes it's okay to join job as a fresher , you get to learn many things.
@hydrophile1894
@hydrophile1894 2 ай бұрын
@@awsninjas Thank you🙏🏻
@awsninjas
@awsninjas 2 ай бұрын
​ @hydrophile1894 Welcome , Do Subscribe to our channel for this type of practical demos and free cloud education.
@StacyWantsYou
@StacyWantsYou 3 ай бұрын
I started training for AWS Cloud Architecture. I have some minor training in cyber security and networking. Is it possible to find a job if my pass the certification without any prior experience with AWS?
@awsninjas
@awsninjas 3 ай бұрын
While there is no prior experience needed to do certificates so yes you can opt in for at least 2 certificates. first one Cloud practitioner and second one Solution architect associate. Having certificates on your resume definitely adds more chances for getting a job but you need to know practical things as well.
@awsninjas
@awsninjas 3 ай бұрын
Certificates will teach you concepts about cloud , what each AWS services do but to actually get the job you need to learn to use that services in real life, Try creating other architectures like say 1. How can i deploy a wordpress website on AWS with RDS (which i am teaching now) 2. How can i create an API gateway which has lambda functions attached to it and talk to mobile applications 3. How to deploy containerized applications to ECS. 4. How to create an application in a private subnet for internal uses. And so on tons of practical things. It's always trial and error. Certificates i totally recommend to do but certs only will not help you get a job , to get a job it's okay to not have prior experience but the hiring company will need you to have knowledge of practical things or at least services they are using in AWS. AWS has 200 + services no one expects you to learn everything but some important only. Hope this helps. Do subscribe and watch all videos in this series and try to do it for learning.
@shrikantdesai6973
@shrikantdesai6973 3 ай бұрын
Please make video on AWS WAF and how to define rule in it? and please explain what is BOT attack, Ddos attack, Sql injecting and Cross scripting and how to protect Web server from these attacks with help of AWS WAF?
@awsninjas
@awsninjas 3 ай бұрын
Thanks for your comment, yes we will be talking about all the security aspects in the security video at the end of the series, the same I have mentioned in the video. Please watch it once it's out and you will get an answer to this question. Hope this is helpful.
@ashishbhatia6262
@ashishbhatia6262 3 ай бұрын
Is it safe/ok to give PAN number?
@awsninjas
@awsninjas 3 ай бұрын
yes it's safe and it is required.
@ashishbhatia6262
@ashishbhatia6262 3 ай бұрын
Is it safe/ok to give PAN number?
@awsninjas
@awsninjas 3 ай бұрын
yes it's safe and also a required step.
@kcloud5490
@kcloud5490 3 ай бұрын
It was really needed for Indian developers who are less proficient in conversational English. Good initiative and great insides..
@awsninjas
@awsninjas 3 ай бұрын
Thanks 🙏
@user-ww6st4sr8u
@user-ww6st4sr8u 3 ай бұрын
Nice tutorial
@awsninjas
@awsninjas 3 ай бұрын
Glad you think so!
@sagarprajapati7523
@sagarprajapati7523 3 ай бұрын
✨✨
@awsninjas
@awsninjas 3 ай бұрын
Thanks 🙏
@user-yu7dv4xq7j
@user-yu7dv4xq7j 3 ай бұрын
Nice walkthrough for aws account creation
@awsninjas
@awsninjas 3 ай бұрын
Glad you liked it
@sagarprajapati7523
@sagarprajapati7523 3 ай бұрын
Very useful 😀
@awsninjas
@awsninjas 3 ай бұрын
Glad it was helpful! 😄
@kirtiib763
@kirtiib763 3 ай бұрын
Very nice
@awsninjas
@awsninjas 3 ай бұрын
Thank you
@bhattmaulik3241
@bhattmaulik3241 3 ай бұрын
Wow, you've explained very well ❤️‍🩹 So helpful Thank you 🫶
@awsninjas
@awsninjas 3 ай бұрын
Glad it was helpful!
@jignabhatt8383
@jignabhatt8383 3 ай бұрын
Useful🎉