Skip to main content
How are we doing? Please help us improve AWS. Take our short survey
0 votes
1 answer
28 views

Boto3 start_backup_job Waiters

I have a script that automates restore jobs from AWS Backups. I am taking guidance from this documentation of boto3: Backup - Boto3 documentation I am using the function start_backup_job() to start a ...
Vali Shaik's user avatar
0 votes
0 answers
38 views

Problem copying the restorepoints from backup vaults

I have been banging my head to solve this issue, there are two aws accounts 222222222222 , 777777777777 & are also inside organization. I need to do cross account copy of restore points from ...
pkachu's user avatar
  • 35
1 vote
1 answer
39 views

Restore DynamoDB table to new table deployed with AWS CDK

I am using AWS CDK to deploy some DynamoDB tables in my stack. Once they are created, I want to be able to create a backup of the table, then delete all the stacks in my app, redeploy all and copy the ...
David Diaz's user avatar
0 votes
1 answer
38 views

How can I add a resource to BackupPlan.fromBackupPlanId

I have 2 repositories, infra and app. In infra, I have: const backupPlan = new BackupPlan(this, 'backup-plan', {/*...*/}); new CfnOutput(this, `backupPlanOutput`, { value: backupPlan.backupPlanId, ...
Isaac's user avatar
  • 11.8k
-1 votes
1 answer
294 views

Creating AWS backup selection using terraform with dynamic conditions

I am trying to create AWS backup selection resource using terraform with conditions being added dynamically. Code that is I am referring to is taken from https://registry.terraform.io/providers/...
striker's user avatar
0 votes
2 answers
130 views

Terraform template file, malformed policy document (Backup policy)

I call a file to be rendered like so resource "aws_organizations_policy" "backup_policy" { name = "organization_backup_policy" description = "Organization ...
Mornor's user avatar
  • 3,785
0 votes
0 answers
63 views

Is continuous backup of S3 bucket-wise, file-wise or byte-wise?

Assume I have an S3 bucket with continuous backup enabled. There are some files in the bucket that are heavily updated. How does AWS Backup do the continuous backup? Is it bucket-wise? For every ...
tobias's user avatar
  • 799
0 votes
1 answer
90 views

AWS dynamodb list-backups responds with empty result

I've set up a backup plan, where my dynamodb table is backed-up and copied to the another region Both backup and copy jobs completed successfully, in DynamoDB AWS console in target region I could see ...
Elizaveta's user avatar
  • 103
0 votes
1 answer
284 views

AWS Backup not creating backups with AWS Organizations

I’m trying to set up AWS Backup with AWS Organizations and I’m having trouble getting the backups to be created. Here are the steps I’ve taken: In AWS Organizations, I went to policies and enabled ...
Math's user avatar
  • 49
0 votes
1 answer
261 views

AWS Backup Account Terraform Policy Creation Issue: AccessDeniedException

I have a situation. I've delegated administrator rights for AWS Organizations to the AWS Backup account. This allows me to create and modify AWS Backup policies, which is exactly what I need. However, ...
Math's user avatar
  • 49
0 votes
0 answers
82 views

Restrict AWS Backup Selection by S3 Storage class

Is it possible to filter an aws backup selection by storage class for s3 objects? I know it's possible to condition selections based on tags but I can't tell if there's a default resource tag on ...
Alex Kaplan's user avatar
0 votes
0 answers
32 views

export task - "StatusMessage": "Task expired and automatically canceled"

I used the ec2 create-instance-export-task command to export one instance with a single 8GB volume, and waited for over 100 hours. And today, I checked the progress with the describe-export-task ...
aoki's user avatar
  • 1
1 vote
1 answer
235 views

Why is the Amazon FSx ARN for resource selection in AWS Backup different than every other service?

I'm trying to create an AWS backup plan resource selection for resources in my given region. Usually this is pretty straightforward if you've seen ARNs before. Most of them look like this: arn:aws:...
nwalke's user avatar
  • 3,209
0 votes
1 answer
631 views

AWS Backup jobs for EFS file systems are empty

I have a backup plan: { "BackupPlan": { "BackupPlanName": "prometheus_dev", "Rules": [ { "RuleName": &...
doublethink13's user avatar
1 vote
2 answers
2k views

Unable to delete aws/efs/automatic-backup-vault

I am currently logged in as the root user. I am trying to delete the following EFS backup vault: aws/efs/automatic-backup-vault When I do I receive the following error: Insufficient privileges to ...
Bob's user avatar
  • 408

15 30 50 per page
1
2 3 4 5