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;








0















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).










share|improve this question




























    0















    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).










    share|improve this question
























      0












      0








      0








      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).










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 11 '15 at 17:20









      Aleksandr DubinskyAleksandr Dubinsky

      1097




      1097




















          2 Answers
          2






          active

          oldest

          votes


















          1














          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).






          share|improve this answer






























            0














            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






            share|improve this answer


















            • 1





              That does not explain how to do it.

              – RalfFriedl
              May 9 at 20:09











            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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).






            share|improve this answer



























              1














              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).






              share|improve this answer

























                1












                1








                1







                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).






                share|improve this answer













                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).







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 14 '15 at 14:26









                Matt HouserMatt Houser

                7,9141518




                7,9141518























                    0














                    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






                    share|improve this answer


















                    • 1





                      That does not explain how to do it.

                      – RalfFriedl
                      May 9 at 20:09















                    0














                    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






                    share|improve this answer


















                    • 1





                      That does not explain how to do it.

                      – RalfFriedl
                      May 9 at 20:09













                    0












                    0








                    0







                    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






                    share|improve this answer













                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered May 9 at 19:27









                    RoosterRooster

                    1




                    1







                    • 1





                      That does not explain how to do it.

                      – RalfFriedl
                      May 9 at 20:09












                    • 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

















                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos