This execution need to wait https://tvlk.slack.com/files/T02T3CAFM/FQQU6F351?origin_team=T02T3CAFM*
We want to move attribute generator job from ne to aprhdjw. One of the trigger for the job is region mapping change. We need to create SNS topic for accom region mapping change to enable attribute generator job in aprhdjw,
To notify when there are changes on accom region mapping.
With this SNS topic, we will move attribute job from ne to aprhdjw and becomes one step closer to decommissioning ne.
Additional aprhd outgoing traffic to SNS for notifying subscribers.
{code}
Name = "aprhd-accom-region-mapping-change-topic-<random_id>"
Tags = {
Name = "aprhd-accom-region-mapping-change-topic-<random_id>"
Service = "aprhd"
ProductDomain = "apr"
Environment = "production"
Description = "SNS Topic - Region mapping change event"
}
{code}
SNS Policy
{code}
publisher = ["aprhd-app"]
actions = [
"SNS:Publish"
]
{code}