Start an Amazon EC2 instance again after having deleted all attached volumes2019 Community Moderator ElectionConnection Refused to my Running Amazon EC2 instanceAutomatically mount an EBS volume upon starting an Amazon EC2 Linux instanceTrying to SSH into an Amazon Ec2 instance - permission errorEC2 Can't resize volume after increasing sizeattaching a previous EBS Volume to a new EC2 Linux InstancePermission denied (publickey) when SSH Access to Amazon EC2 instanceCan I delete original EC2 instance after creating an image out of it?Accessing volume/snapshot data without starting instance Amazon EC2Encrypt volume on EC2 instance, currently backed by instance storeEBS Volume attach to running EC2 Windows instance
How are showroom/display vehicles prepared?
I reported the illegal activity of my boss to his boss. My boss found out. Now I am being punished. What should I do?
Vocabulary for giving just numbers, not a full answer
Intuition behind counterexample of Euler's sum of powers conjecture
Is this Paypal Github SDK reference really a dangerous site?
Child Theme Path Being Ignored With wp_enqueue_scripts
Why was Goose renamed from Chewie for the Captain Marvel film?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
In the quantum hamiltonian, why does kinetic energy turn into an operator while potential doesn't?
When a wind turbine does not produce enough electricity how does the power company compensate for the loss?
Are babies of evil humanoid species inherently evil?
How to detect if C code (which needs 'extern C') is compiled in C++
What are the practical Opportunty Attack values for a bugbear, holding a reach weapon, with Polearm Mastery?
Could you please stop shuffling the deck and play already?
bad quality map when exporting as PDF
Conservation of Mass and Energy
Should I take out a loan for a friend to invest on my behalf?
Reverse string, can I make it faster?
cat shows nothing
They call me Inspector Morse
What does "promotional consideration" at the end credits mean?
What problems would a superhuman have whose skin is constantly hot?
Was it really inappropriate to write a pull request for the company I interviewed with?
An alternative proof of an application of Hahn-Banach
Start an Amazon EC2 instance again after having deleted all attached volumes
2019 Community Moderator ElectionConnection Refused to my Running Amazon EC2 instanceAutomatically mount an EBS volume upon starting an Amazon EC2 Linux instanceTrying to SSH into an Amazon Ec2 instance - permission errorEC2 Can't resize volume after increasing sizeattaching a previous EBS Volume to a new EC2 Linux InstancePermission denied (publickey) when SSH Access to Amazon EC2 instanceCan I delete original EC2 instance after creating an image out of it?Accessing volume/snapshot data without starting instance Amazon EC2Encrypt volume on EC2 instance, currently backed by instance storeEBS Volume attach to running EC2 Windows instance
A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it stops automatically with the following reason: Client.InstanceInitiatedShutdown: Instance initiated shutdown
Am I correct in assuming that this is because the volume being attached is virgin and so the instance has no idea how and with what to boot itself? Is there a way to recover just a simple volume that would be associated with the standard Linux AMI I used? Or do I have to delete this instance, create a new one and make sure I store a snapshot of the root volume before deleting it next time?
linux amazon-web-services amazon-ec2 ami volumes
add a comment |
A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it stops automatically with the following reason: Client.InstanceInitiatedShutdown: Instance initiated shutdown
Am I correct in assuming that this is because the volume being attached is virgin and so the instance has no idea how and with what to boot itself? Is there a way to recover just a simple volume that would be associated with the standard Linux AMI I used? Or do I have to delete this instance, create a new one and make sure I store a snapshot of the root volume before deleting it next time?
linux amazon-web-services amazon-ec2 ami volumes
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58
add a comment |
A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it stops automatically with the following reason: Client.InstanceInitiatedShutdown: Instance initiated shutdown
Am I correct in assuming that this is because the volume being attached is virgin and so the instance has no idea how and with what to boot itself? Is there a way to recover just a simple volume that would be associated with the standard Linux AMI I used? Or do I have to delete this instance, create a new one and make sure I store a snapshot of the root volume before deleting it next time?
linux amazon-web-services amazon-ec2 ami volumes
A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it stops automatically with the following reason: Client.InstanceInitiatedShutdown: Instance initiated shutdown
Am I correct in assuming that this is because the volume being attached is virgin and so the instance has no idea how and with what to boot itself? Is there a way to recover just a simple volume that would be associated with the standard Linux AMI I used? Or do I have to delete this instance, create a new one and make sure I store a snapshot of the root volume before deleting it next time?
linux amazon-web-services amazon-ec2 ami volumes
linux amazon-web-services amazon-ec2 ami volumes
edited Mar 6 at 21:54
John Rotenstein
75k784132
75k784132
asked Mar 6 at 14:56
LudoLudo
454211
454211
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58
add a comment |
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58
add a comment |
1 Answer
1
active
oldest
votes
Unless you have some data on that volume that you've revived from a snapshot - just create a virgin instance. If there's data - anyway, create a virgin instance with root volume that will die together with the instance. Use EBS to store data that needs to be persisted over the instance lifetime.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55026017%2fstart-an-amazon-ec2-instance-again-after-having-deleted-all-attached-volumes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unless you have some data on that volume that you've revived from a snapshot - just create a virgin instance. If there's data - anyway, create a virgin instance with root volume that will die together with the instance. Use EBS to store data that needs to be persisted over the instance lifetime.
add a comment |
Unless you have some data on that volume that you've revived from a snapshot - just create a virgin instance. If there's data - anyway, create a virgin instance with root volume that will die together with the instance. Use EBS to store data that needs to be persisted over the instance lifetime.
add a comment |
Unless you have some data on that volume that you've revived from a snapshot - just create a virgin instance. If there's data - anyway, create a virgin instance with root volume that will die together with the instance. Use EBS to store data that needs to be persisted over the instance lifetime.
Unless you have some data on that volume that you've revived from a snapshot - just create a virgin instance. If there's data - anyway, create a virgin instance with root volume that will die together with the instance. Use EBS to store data that needs to be persisted over the instance lifetime.
answered Mar 6 at 15:22
favorettifavoretti
23.1k43552
23.1k43552
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55026017%2fstart-an-amazon-ec2-instance-again-after-having-deleted-all-attached-volumes%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.
– jww
Mar 6 at 16:23
What do you mean by "recreated a volume"? How did you do this? Why do you not wish to simply launch a new instance?
– John Rotenstein
Mar 6 at 21:58