-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Backup Plan: Add support to SNS notifications #8727
Comments
Looks like it's supported in the SDK with functions like https://docs.aws.amazon.com/sdk-for-go/api/service/backup/#Backup.PutBackupVaultNotifications and the equivalent CloudFormation resources (now it supports Backup) allows this functionality at vault creation. |
Support for this would be really nice. I moved all the backups from the resource specific solutions to AWS Backup, but now I'm blind regarding the success of the backups. I don't know, why Amazon not created an event in CloudWatch and one could filter it and send it to SNS like other services are doing :( |
@SN71 this issue is about Terraform not having allowed you to send SNS notifications when there's activity in the vault. When this was first raised there were a handful of things you could have notifications for but they were mostly completion, change, etc., with no real detail. There was also no Both of those things have recently changed. A week or so ago an old SNS topic I had configured to received You will find a link on the announcement that takes you to: https://docs.aws.amazon.com/aws-backup/latest/devguide/sns-notifications.html#aws-backup-sns-apis Whilst you cannot currently implement that within the Terraform AWS provider, you should still be able to get the functionality you need. Hope that helps! -- Danny |
It looks like this should be implemented as a new |
Is there any plan to implement this in the near future? |
That would be nice! |
Still looking for this. |
We could really do with this as well |
Hello! Any status/plans for aws backup sns notifications & copy to region? |
Hey @VMGlobantGNBSudameris, I have an issue open for the region copy here: #11589 |
Reiterating we have a real life need for this feature. |
We really need this feature |
Hello.. so.. since I needed this really bad I can out with this module as a "solution"...
|
This has been released in version 3.9.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @caiohasouza as hashicorp/terraform#21375. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
When configure a backup plan it's possible create a SNS notificaiton to be notified when some events happen (BACKUP_JOB_STARTED, BACKUP_JOB_COMPLETED, RESTORE_JOB_STARTED, RESTORE_JOB_COMPLETED, RECOVERY_POINT_MODIFIED). The new aws_backup_plan feature doesn't have this option, i guess that feature is similary to "autoscaling_notification" (https://www.terraform.io/docs/providers/aws/r/autoscaling_notification.html).
Attempted Solutions
I don't found the feature.
Proposal
I don't know.
References
https://docs.aws.amazon.com/aws-backup/latest/devguide/sns-notifications.html
The text was updated successfully, but these errors were encountered: