I am trying to setup a build server on an AWS EC2. It is a base Windows 2012 R2, MsSQL 2014 and TeamCity 9.x. At this point the public internet works just fine. I can do windows updates and TeamCity can pull the project from Github.
The project that needs to be built is a .NET application with Unit Test written in MSTest. To accomplish this, the build is being done through Visual Studio 2013 with the TeamCity plugin. (this setup works fine on another cloud hosting provider).
As soon as I install Visual Studio 2013 onto the AWS EC2 instance, the public internet is no longer reachable. Support unfortunately has not been able to provide any solutions/
--Update--
- I was able to narrow it down to Visual Studio Ultimate, when i installed it, internet stopped working, uninstalled it and the internet began again
- As a work around I installed VS 2013 community edition and AWS appears to like that.