...
Create an SNS topic. For details, see Getting started with Amazon SNS.
Add an HTTPS subscription to your topic with this URL <text_filed> the integration URL (copied while adding the integration in Jira Service Management) as the endpoint. For details on how to add an HTTPS subscription, see What is an Amazon SNS?
If the configuration is successful, a confirmation alert is created in Jira Service Management.Create an event subscription that sends notifications to the SNS topic you created. Learn more about working with Amazon RDS event notification.
...
Code Block |
---|
{ "TopicArn": "arn:aws:sns:us-east-1:089xxxxxxxxx:CloudWatchHTTPAlarms", "Subject": "ALARM: \"cpuUtilTest\" in US - N. Virginia", "Event Source": "db-instance", "Event ID": "http://docs.amazonwebservices.com/AmazonRDS/latest/UserGuide/USER_Events.html#RDS-EVENT-0019", "Event Message": "Restored from DB instance mydbinstins to 2014-10-28 08:00:00.0", "Identifier Link": "https://console.aws.amazon.com/rds/home?region=us-east-1#", "SourceId": "sourceID" } |
...