Run a script at each startup of my EC2 instance
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a EC2 instance at AWS. I have installed docker in it.
Sometimes I have to reboot my instance but I need each time to restart my container with my ./up
script.
How can I make a script witch will be executed at each reboot of my instance so I won't need to execute my script manually ?
linux ubuntu aws
add a comment |Â
up vote
0
down vote
favorite
I have a EC2 instance at AWS. I have installed docker in it.
Sometimes I have to reboot my instance but I need each time to restart my container with my ./up
script.
How can I make a script witch will be executed at each reboot of my instance so I won't need to execute my script manually ?
linux ubuntu aws
1
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a EC2 instance at AWS. I have installed docker in it.
Sometimes I have to reboot my instance but I need each time to restart my container with my ./up
script.
How can I make a script witch will be executed at each reboot of my instance so I won't need to execute my script manually ?
linux ubuntu aws
I have a EC2 instance at AWS. I have installed docker in it.
Sometimes I have to reboot my instance but I need each time to restart my container with my ./up
script.
How can I make a script witch will be executed at each reboot of my instance so I won't need to execute my script manually ?
linux ubuntu aws
asked Nov 10 '17 at 17:43
Kevin
14418
14418
1
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28
add a comment |Â
1
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28
1
1
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f403795%2frun-a-script-at-each-startup-of-my-ec2-instance%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Other than a reboot entry in crontab?
â Ignacio Vazquez-Abrams
Nov 10 '17 at 17:45
You can add your script to rc.local.. that should run your script on startup..
â ryekayo
Nov 10 '17 at 18:42
I don't have a rc.local in my instance @ryekayo what should I do?
â Kevin
Nov 14 '17 at 17:28