Hey everyone,
Since I've switched roles at my company, I have been giving the task of moving JAMF up to AWS. We are using a Terraform infrastructure, deploying with Jenkins and I have the following all set up:
ECS Service for Agent nodes and Master nodes
RDS for DB
Elasticache using memcached
The one thing that I can't seem to figure out or wrap my head around is migrating the master node. Currently, our on DB is pointing to our on-prem server as the Master. Whenever I join one of my ECS containers to the cluster, it specifies an IP. Since this is going to change any time the container is redeployed, I'd much prefer to set the Master node by host name. Could anybody please give me some guidance or something to look into? I can't see anywhere that this can be set.
Thank you!