Amazon Web Services – disable sysprep changes

Whenever you start or restart your Amazon Instance, it will change your time zone back to GMT (if you changed it). As I am going to install Microsoft SQL Integration Server and Microsoft SQL Reporting  Server, I want the time zone to be GMT+1.

To stop Amazon to changing the Time Zone:

  • Open %programfiles%\Amazon\Ec2ConfigSetup\bundleconfig.xml
  • Change the SetSysPrep from <Yes> to <No>

Amazon will also change your machine name, which is not usefull when hosting an SQL Server (think about the connection string). You can also change this behavior (also change the SetSysPrep option explained above in this article):

  • Open %programfiles%\Amazon\Ec2ConfigSetup\config.xml
  • Change the Ec2SetComputerName from <Enabled> to <Disabled>

  • One thought on “Amazon Web Services – disable sysprep changes

    1. Pingback: Amazon Web Services – disable sysprep changes v2

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>