#security policy for automated postgreSQL backups

8 messages · Page 1 of 1 (latest)

torpid quest
#

I'm using the recommended security policy to only allow access to that specific bucket. AWS is giving me this warning, "This policy defines some actions, resources, or conditions that do not provide permissions. To grant access, policies must have an action that has an applicable resource or condition. For details, choose Show remaining."

Is this correct?

short nymphBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

rain yokeBOT
#

Project ID: 59529c94-83a4-4029-89c7-3ac4d98ea51b

torpid quest
#

59529c94-83a4-4029-89c7-3ac4d98ea51b

#
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": "s3:PutObject",
            "Resource": [
                "arn:aws:s3:::railway-subaligner-postgres-backups"
            ]
        }
    ]
}
torpid quest
#

@gilded badger