You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm configuring synchrony for confluence datacenter in the aws govcloud region, and I'm wondering how to set the region name or ec2 endpoint like it's done when installing confluence.
I'm referring to this section:
# # Uncomment this section if you want to do node discovery in AWS
ATL_HAZELCAST_NETWORK_AWS_TAG_KEY="<AWS_TAG_KEY"
ATL_HAZELCAST_NETWORK_AWS_TAG_VALUE="<AWS_TAG_VALUE>"
CLUSTER_JOIN_PROPERTIES="\
-Dcluster.join.type=aws \
-Dcluster.join.aws.tag.key=${ATL_HAZELCAST_NETWORK_AWS_TAG_KEY} \
-Dcluster.join.aws.tag.value=${ATL_HAZELCAST_NETWORK_AWS_TAG_VALUE}"
I'm looking for something to the effect of "-Dcluster.join.aws.region" or "-Dcluster.join.aws.headers"
alternatively, if someone could point to a git repo of synchrony.core I could dig through the code and find it.