Create Windows AMI from EBS snapshotEC2 Autoscaling AMI and auto attaching new EBD from snapshotAmazon EC2 terminology - AMI vs. EBS vs. Snapshot vs. VolumeAmazon EC2: Restoring Windows EBS snapshots into AMIs or Instances?Is it possible to create an EBS AMI for windows EC2 instance?AWS - Status check fails when loading AMI created from snapshotCreate Windows AMI with instance storageEC2 AMI won't boot after editConvert Windows Amazon Instance-backed AMI to EBSHow to select snapshot for root EBS volumeAWS EC2 - Will I maintain SSH access launching an instance from an EBS-backed AMI?
Possibility of faking someone's public key
Can we assume that a hash function with high collision resistance also means highly uniform distribution?
What is the recommended procedure to land a taildragger in a crosswind?
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
Can a UK national work as a paid shop assistant in the USA?
How did the Unsullied find out that Jon did this?
To exponential digit growth and beyond!
...And they were stumped for a long time
Is it legal to have an abortion in another state or abroad?
Navigating a quick return to previous employer
Are cells guaranteed to get at least one mitochondrion when they divide?
Do I really need to install Prettier locally?
What were the Ethiopians doing in Xerxes' army?
A burglar's sunglasses, a lady's odyssey
Freedom of Speech and Assembly in China
Time complexity of an algorithm: Is it important to state the base of the logarithm?
How to capitalise every letter in odd position as in memes?
Is there an idiom that means that you are in a very strong negotiation position in a negotiation?
Why sampling a periodic signal doesn't yield a periodic discrete signal?
Why was this character made Grand Maester?
Testing using real data of the customer
Are there historical examples of audiences drawn to a work that was "so bad it's good"?
What is the purpose of using the transistor in the circuit?
Expected maximum number of unpaired socks
Create Windows AMI from EBS snapshot
EC2 Autoscaling AMI and auto attaching new EBD from snapshotAmazon EC2 terminology - AMI vs. EBS vs. Snapshot vs. VolumeAmazon EC2: Restoring Windows EBS snapshots into AMIs or Instances?Is it possible to create an EBS AMI for windows EC2 instance?AWS - Status check fails when loading AMI created from snapshotCreate Windows AMI with instance storageEC2 AMI won't boot after editConvert Windows Amazon Instance-backed AMI to EBSHow to select snapshot for root EBS volumeAWS EC2 - Will I maintain SSH access launching an instance from an EBS-backed AMI?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I made an AMI from a Windows snapshot using AWS Console, but the operation created an AMI of type "Linux (Other)". Funnily enough, the AMI launches and AWS charges the Linux price (!). However, I am not able to retrieve the Administrator password.
Long story short, is it possible to specifically create a Windows AMI from an EBS snapshot? The documentation only refers to making an Windows AMI from a live instance (which isn't possible if the instance is a spot instance).
amazon-ec2 amazon-web-services aws-cli
add a comment |
I made an AMI from a Windows snapshot using AWS Console, but the operation created an AMI of type "Linux (Other)". Funnily enough, the AMI launches and AWS charges the Linux price (!). However, I am not able to retrieve the Administrator password.
Long story short, is it possible to specifically create a Windows AMI from an EBS snapshot? The documentation only refers to making an Windows AMI from a live instance (which isn't possible if the instance is a spot instance).
amazon-ec2 amazon-web-services aws-cli
add a comment |
I made an AMI from a Windows snapshot using AWS Console, but the operation created an AMI of type "Linux (Other)". Funnily enough, the AMI launches and AWS charges the Linux price (!). However, I am not able to retrieve the Administrator password.
Long story short, is it possible to specifically create a Windows AMI from an EBS snapshot? The documentation only refers to making an Windows AMI from a live instance (which isn't possible if the instance is a spot instance).
amazon-ec2 amazon-web-services aws-cli
I made an AMI from a Windows snapshot using AWS Console, but the operation created an AMI of type "Linux (Other)". Funnily enough, the AMI launches and AWS charges the Linux price (!). However, I am not able to retrieve the Administrator password.
Long story short, is it possible to specifically create a Windows AMI from an EBS snapshot? The documentation only refers to making an Windows AMI from a live instance (which isn't possible if the instance is a spot instance).
amazon-ec2 amazon-web-services aws-cli
amazon-ec2 amazon-web-services aws-cli
asked Feb 11 '15 at 17:20
Aleksandr DubinskyAleksandr Dubinsky
1097
1097
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
No, it is not possible to create a Windows AMI from an EBS snapshot. This only works for Linux AMIs.
To create a Windows AMI, you must create the image directly from a Windows EC2 instance using ec2:CreateImage or the AWS Management Console.
In general, spot instances should be used in cases where the instance could be terminated at any time and all the data lost from the instance. If you require the data held on the instance, then on-demand instances or reserved instances should be used. Or modify your application to preserve data off the instance (like in an external database or S3).
add a comment |
I use them a lot (let’s say 15 times in the last 10 months) for mock upgrades and patching, needs to revert because of someone doing something that broke things, and enhancements gone bad I do not have any issues with creating an image (AMI) from a live instance or creating an AMI (image) from a snapshot
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f666848%2fcreate-windows-ami-from-ebs-snapshot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
No, it is not possible to create a Windows AMI from an EBS snapshot. This only works for Linux AMIs.
To create a Windows AMI, you must create the image directly from a Windows EC2 instance using ec2:CreateImage or the AWS Management Console.
In general, spot instances should be used in cases where the instance could be terminated at any time and all the data lost from the instance. If you require the data held on the instance, then on-demand instances or reserved instances should be used. Or modify your application to preserve data off the instance (like in an external database or S3).
add a comment |
No, it is not possible to create a Windows AMI from an EBS snapshot. This only works for Linux AMIs.
To create a Windows AMI, you must create the image directly from a Windows EC2 instance using ec2:CreateImage or the AWS Management Console.
In general, spot instances should be used in cases where the instance could be terminated at any time and all the data lost from the instance. If you require the data held on the instance, then on-demand instances or reserved instances should be used. Or modify your application to preserve data off the instance (like in an external database or S3).
add a comment |
No, it is not possible to create a Windows AMI from an EBS snapshot. This only works for Linux AMIs.
To create a Windows AMI, you must create the image directly from a Windows EC2 instance using ec2:CreateImage or the AWS Management Console.
In general, spot instances should be used in cases where the instance could be terminated at any time and all the data lost from the instance. If you require the data held on the instance, then on-demand instances or reserved instances should be used. Or modify your application to preserve data off the instance (like in an external database or S3).
No, it is not possible to create a Windows AMI from an EBS snapshot. This only works for Linux AMIs.
To create a Windows AMI, you must create the image directly from a Windows EC2 instance using ec2:CreateImage or the AWS Management Console.
In general, spot instances should be used in cases where the instance could be terminated at any time and all the data lost from the instance. If you require the data held on the instance, then on-demand instances or reserved instances should be used. Or modify your application to preserve data off the instance (like in an external database or S3).
answered Feb 14 '15 at 14:26
Matt HouserMatt Houser
7,9141518
7,9141518
add a comment |
add a comment |
I use them a lot (let’s say 15 times in the last 10 months) for mock upgrades and patching, needs to revert because of someone doing something that broke things, and enhancements gone bad I do not have any issues with creating an image (AMI) from a live instance or creating an AMI (image) from a snapshot
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
add a comment |
I use them a lot (let’s say 15 times in the last 10 months) for mock upgrades and patching, needs to revert because of someone doing something that broke things, and enhancements gone bad I do not have any issues with creating an image (AMI) from a live instance or creating an AMI (image) from a snapshot
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
add a comment |
I use them a lot (let’s say 15 times in the last 10 months) for mock upgrades and patching, needs to revert because of someone doing something that broke things, and enhancements gone bad I do not have any issues with creating an image (AMI) from a live instance or creating an AMI (image) from a snapshot
I use them a lot (let’s say 15 times in the last 10 months) for mock upgrades and patching, needs to revert because of someone doing something that broke things, and enhancements gone bad I do not have any issues with creating an image (AMI) from a live instance or creating an AMI (image) from a snapshot
answered May 9 at 19:27
RoosterRooster
1
1
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
add a comment |
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
1
1
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
That does not explain how to do it.
– RalfFriedl
May 9 at 20:09
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f666848%2fcreate-windows-ami-from-ebs-snapshot%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