Back
How do I set the httpd and mysqld services to start automatically upon booting an amazon-ec2 instance?
Currently I have to start them manually by connecting to the instance via ssh and running sudo service httpd start and sudo service mysqld start.
Use the following commands on your Amazon Linux instance:
sudo chkconfig mysqld onsudo chkconfig httpd on
sudo chkconfig mysqld on
sudo chkconfig httpd on
Note: you can add user data in your instance to run these commands at the launch of your instance.
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users