I am able to create SNS topic with sns_topic module. But How can I link it with the autoscaling group ?..Because in the auto scaling group we can clearly create the auto scaling policy and metric alarms and we can see on AWS console with ec2_metric_alarm or ec2_scaling_policy module..I have to create it manually on autoscaling group console for already available SNS ARN or is there any module in ansible which supports any parameter so that i can directly create SNS notifications in the autoscaling group ?
On Thursday, 28 January 2016 13:49:14 UTC-8, Bhotu wrote: > > I have been using the following line in "alarm_actions" in > "ec2_metric_alarm" module: > > local_action: > module: ec2_metric_alarm > ..... > ..... > ..... > alarm_actions: "arn:aws:sns:us-east-1:465404482164:Polnotify" > > > I did created this with "sns_topic". But I am not able to link it with the > ec2_metric_alarm module. How could I solve the issue ? > > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ff9f2294-63d8-4f13-abdd-38937b9603aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
