Create a FREE Wordpress Website on AWS EC2 with RDS - WordPress on AWS Series(Part-02)

  Рет қаралды 1,504

AWS Ninjas

AWS Ninjas

Күн бұрын

Create a wordpress website on AWS , Dive deeper into the world of WordPress on AWS with our latest video! In this second installment of the series, we're unveiling the entire architecture, from Route 53 and domain name setup to EC2, ALB, Certificate Manager, RDS, and Security Group configurations. 🌐💻
Support my work :
buymeacoffee.com/aws_ninjas
In this step-by-step tutorial, we guide you through the process of creating an EC2 instance, demonstrating how to effortlessly connect to it and install essential packages like Apache, MariaDB, and more. Learn the ins and outs of setting up an RDS instance, establishing a seamless connection between your EC2 and RDS, and finally, installing WordPress for a fully functional website. Best of all, we keep it cost-efficient - the entire architecture is absolutely FREE for the first 12 months, thanks to the AWS Free Tier!
🆓 No hidden costs here! We ensure that running this architecture won't dent your wallet, making it an ideal solution for those looking to master WordPress on AWS without breaking the bank. 💸
👩‍💻 We, as certified AWS professionals, are passionate about empowering learners worldwide. That's why we're creating this content absolutely FREE, ensuring that students and anyone interested can learn AWS without any financial constraints. 💻✨
🎙️ Exciting news! This series is available in both English and Hindi audio. Catch the first part of the series in
English here: • AWS New account creati...
and the
first part in Hindi here: • AWS New account creati...
📚 Explore the official AWS documentation for more in-depth knowledge:
* AWS VPC Official Documentation: docs.aws.amazon.com/vpc/lates...
* AWS Subnets Official Documentation: docs.aws.amazon.com/vpc/lates...
📂 To easily copy the commands used in this video, visit our GitHub Gist: bit.ly/Gist-link
📈 Whether you're a seasoned AWS user or just getting started, this video provides invaluable insights and practical knowledge. Don't miss out on transforming your WordPress hosting experience and creating a scalable, secure, and cost-effective setup.
=====================================
Please subscribe to our channel for more such videos.
Instagram : - bit.ly/AWS-Ninjas-Insta
=====================================
Some of the things that we have covered in this video
How to create a new EC2 Instance ?
What are the important settings you need to do for Apache?
What are the important settings you need to do for WordPress?
How to set up free EC2 and RDS instances?
How to connect RDS and EC2 instances?
How to install WordPress?
How to install Apache, php and MariaDB , Their permissions on Amazon Linux 2?
How to use Vim and Nano editor?
How to build a secure WordPress Architecture on AWS?
How to use SSH and Instance connect for SSH connection?
=====================================
WordPress on AWS
create and deploy wordpress website on AWS
wordpress on AWS EC2
create a new website on wordpress
host a website on aws
wordpress on aws
AWS tutorial
AWS EC2
AWS RDS
Wordpress
wordpress on amazon linux
wordpress on AWS
Free wordpress on AWS
Secure wordpress install on AWS
AWS FREE tutorial
AWS web hosting guide
AWS wordpress website deployment
AWS wordpress website hosting tutorial
AWS EC2 website hosting
AWS Route 53 DNS tutorial
AWS CloudFront CDN tutorial
AWS Elastic Beanstalk deployment
AWS Lambda website hosting
AWS RDS database hosting
AWS Auto Scaling tutorial
AWS load balancer tutorial
AWS SSL certificate setup
AWS CloudWatch website monitoring
AWS security groups for hosting
AWS web hosting best practices
AWS cost-effective hosting
===================================
Timestamps
0:00 WordPress series information and next parts
00:22 WordPress Architecture on AWS
02:20 Create EC2 for WordPress
06:09 Connect to EC2 instance via Instance connect
06:29 Connect to EC2 instance via SSH client / local Terminal
07:16 Install Apache on Amazon Linux 2
08:25 Install PHP on Amazon Linux 2
08:59 Install MariaDB on Amazon Linux 2
09:30 Download the latest WordPress zip file
10:09 Database option on AWS for WordPress website
10:43 Create RDS instance for WordPress website
15:00 Connect RDS and EC2 instance
17:06 WordPress Installation on Amazon Linux 2 EC2 instance
22:16 Summary
#wordpressonaws #createanewwebsite #aws #awsaccount #budgetsetup #wordpress #wordpresstutorial #freeeducation #cloudcomputing #wordpress #free #wordpressonaws
#amazonwebservices #educational #edureka #edurekadevops #edurekatraining #cloudguru #stephanmarek #adriancantril

Пікірлер: 23
@shanusir2858
@shanusir2858 Ай бұрын
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 Ай бұрын
Yes bhai i agree , detailed guide video is already uploaded, please check the channel.
@yashmalhotra123
@yashmalhotra123 Ай бұрын
Thank you for this video. It really helped me a lot.
@awsninjas
@awsninjas Ай бұрын
You're very welcome! Glad it helped.
@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.
@Iramidas
@Iramidas Ай бұрын
why did you install Maria db on ec2 instance while we will be using aws rds ? is it mandatory ?
@awsninjas
@awsninjas Ай бұрын
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.
@GerardoSepulveda78
@GerardoSepulveda78 Ай бұрын
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 Ай бұрын
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 Ай бұрын
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 " " and " " ----> 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 Ай бұрын
@@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 Ай бұрын
Welcome , Glad it worked for you.
@andersonjoseph4879
@andersonjoseph4879 20 күн бұрын
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 20 күн бұрын
Can you please run below two commands and send output here : 1. cat /etc/os-release 2. cat /etc/image-id
@andersonjoseph4879
@andersonjoseph4879 19 күн бұрын
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 18 күн бұрын
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 18 күн бұрын
Thanks a lot, looking forward to it. Cheers!!!@@awsninjas
@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.
@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.
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 167 МЛН
100❤️
00:20
Nonomen ノノメン
Рет қаралды 64 МЛН
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 74 МЛН
build your own cloud
47:13
NetworkChuck
Рет қаралды 1,7 МЛН
How to Host a Website on AWS (free WordPress site on EC2 for 1 year)
30:50
7 Wordpress Plugins I install on all websites (2024)
15:07
Rino de Boer
Рет қаралды 256 М.
Amazon S3 - Static Website Hosting with Custom Domain and TLS
16:28
Bryan Krausen
Рет қаралды 19 М.
Talking Tech and AI with Tim Cook!
16:33
Marques Brownlee
Рет қаралды 257 М.
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 167 МЛН