R
Railway•12mo ago
Nathan Lively

security policy for automated postgreSQL backups

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?
6 Replies
Percy
Percy•12mo ago
Project ID: 59529c94-83a4-4029-89c7-3ac4d98ea51b
Nathan Lively
Nathan Lively•12mo ago
59529c94-83a4-4029-89c7-3ac4d98ea51b
Nathan Lively
Nathan Lively•12mo ago
Railway Blog
Automated PostgreSQL Backups
A step-by-step guide on automatic PostgreSQL backups on Railway using a one-click template.
Nathan Lively
Nathan Lively•12mo ago
No description
Nathan Lively
Nathan Lively•12mo ago
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": [
"arn:aws:s3:::railway-subaligner-postgres-backups"
]
}
]
}
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": [
"arn:aws:s3:::railway-subaligner-postgres-backups"
]
}
]
}
@Angelo
angelo
angelo•12mo ago
👋
Want results from more Discord servers?
Add your server