Using CloudFormation template, I brought up a Windows 2012 EC2 instance. Instance came up fine. I read that metadata related to this instance is all recorded in the Ec2config logs which is in one of the sub-folders of C:\Programfiles\Amazon\
directory.
Following are the steps that I am doing after EC2 instance comes up:
- Rename the Administrator password (which doesn't work yet).
- Set the time zone
- Rename the hostname
- Adding that server to the domain controller. There should be some kind of logs on that EC2 instance about all these steps right? However, I can't find any. Any suggestions where I should be looking for the logs please?