This fixes all the currently failing machine image builds.
Since the move from TeamCity GC2 the builds haven't been working due to:
lack of AWS permissions
the Packer builder instances being in different VPCs to the TC agents
This fixes the latter whilst the former has been fixed by making changes to the TC configurations. VPC_ID and SUBNET_ID environment variables have also been added to all the TC configurations.
This fixes all the currently failing machine image builds.
Since the move from TeamCity GC2 the builds haven't been working due to:
This fixes the latter whilst the former has been fixed by making changes to the TC configurations.
VPC_ID
andSUBNET_ID
environment variables have also been added to all the TC configurations.Behold the green builds in TC.