There's an internal property "teamcity.ec2.instance.types" that you can use to register new types of agents. You need to add the line like below to the server's internal.properties file (<DataDir>/config/internal.properties): teamcity.ec2.instance.types=m3.large,m3.xlarge,m3.2xlarge. Due to Amazon EC2 API limitations we have to way to populate the list automatically, so we have to add new instances to the new code and use the internal property to help customers that use old behavior. Please watch for the issue: https://youtrack.jetbrains.com/issue/TW-36018.
Hi Francisco,
There's an internal property "teamcity.ec2.instance.types" that you can use to register new types of agents.
You need to add the line like below to the server's internal.properties file (<DataDir>/config/internal.properties):
teamcity.ec2.instance.types=m3.large,m3.xlarge,m3.2xlarge.
Due to Amazon EC2 API limitations we have to way to populate the list automatically, so we have to add new instances to the new code and use the internal property to help customers that use old behavior. Please watch for the issue: https://youtrack.jetbrains.com/issue/TW-36018.
Thank you Alina! Works perfectly.
Regars,
Francisco