python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use an AWS Restore job to a trigger Lambda function
I have a DocumentDB cluster backed up using AWS Backup. When I restore it, it just creates a cluster with no instances and the cluster uses the default security group of the VPC.
I could not find any ...
BBloggsbott
Votes: 0
Answers: 1
Can I limit the results of an aws rds snapshot query to a certain timeframe?
I have used the following query to find all rds snapshots, that were created after a certain date:
aws rds describe-db-snapshots --db-instance-identifier db-identifier --snapshot-type awsbackup --quer...
Lucky
Votes: 0
Answers: 1
Can we backup entire VPC using boto3 in python?
I want to backup all resources from VPC. Currently, I am doing something like this via a python script,
Back up individual resources like EC2, RDS, EFS, etc from VPC.
I am just wondering if we could...
Neutrino Watson
Votes: 0
Answers: 1
How do I send AWS Backup events to OpsGenie via Eventbridge?
I have a requirement to send AWS Backup events - specifically failed backups and backups that had Windows VSS fail on backup to a centralized Opsgenie alerting system. AWS directed us to use EventBri...
BPS
Votes: 0
Answers: 1