
How To AWS BootStrap Scripts
Channel:
Subscribers:
3,600
Published on ● Video Link: https://www.youtube.com/watch?v=wYQAiW90L18
Want to learn about AWS BootStrap Scripts with EC2? This short video lesson will teach you the basics to get your EC2 instances up faster, with less CLI commands.
Commands are as follows:
#!/bin/bash
yum update -y
yum install httpd php php-mysql mariadb-server
systemctl httpd start
systemctl maridb start
When SSHd in:
mysql_secure_installation
Enter a new root password twice
Hit y for everything else.
Other Videos By Jeff The IT Guy
Tags:
aws
amazon web services
certified solution architect associate
exam
dump
certification
beginners
administration
guide
tutorial
basic
training
fundamentals
full tutorials
free
getting started
introduction
demo
hands-on
solution
cloud computing
ec2 user data
how to implement aws user data
linux
bootstrap
advanced
commands
run
boot