Advertisement
Javi

AWS: Update r53 aprender.cloud record iam policy

Jan 22nd, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": "route53:ChangeResourceRecordSets",
  7. "Resource": "arn:aws:route53:::hostedzone/Z2O1E40J43Y93G",
  8. "Condition": {
  9. "ForAllValues:StringLike": {
  10. "route53:ChangeResourceRecordSetsNormalizedRecordNames": [
  11. "*-workstation.aprender.cloud"
  12. ]
  13. }
  14. }
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement