AWS Backup Service

0

I have initiated a backup plan using the Backup service back in late June. I am noticing a pattern of failed S3 backup jobs, although I attached a manual inline policy:

"Action": [ "s3:ListBucket", "s3:GetBucketVersioning", "s3:GetObject", "s3:GetObjectVersion", "s3:GetBucketLocation", "backup:StartBackupJob", "backup:StartRestoreJob" ], "Resource": "arn:aws:s3:::*"

2개 답변
1

I’d check to see if there’s any deny policies on the S3 bucket policies.

Versioning is a prerequisite too

profile picture
전문가
답변함 일 년 전
0

Hi Mohamad,

If the error is access denied, it will come down to either the role associated with the backup job does not have the necessary permissions to access the S3 bucket or the S3 bucket has a policy that denies access.

  1. Check if there is an S3 bucket policy defined in the bucket and whether there is a deny blocking access to this bucket from the backup role.
  2. On the role associated with AWS backups, try attaching the AWS managed policy (AWS Backup For Amazon S3 Backup Policy)
profile picture
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인