📗
knowledge wiki
  • Knowledge
  • Intro
  • devops
    • Ansible
    • AWS
    • DevOps
    • Helm
    • Jira
    • Kubernetes
  • docker
    • Docker
  • gastronomy
    • Baking
    • Cooking
  • linux
    • Linux
    • Worfklow
  • osx
    • osx
  • privacy
    • Privacy
  • programming
    • Game-Dev
    • Programming
  • security
    • Security
  • programming-languages
    • css
      • css
    • java
      • java
    • javascript
      • JavaScript
      • Next.js
      • React
  • text-editors
    • vim
      • Vim
Powered by GitBook
On this page

Was this helpful?

  1. devops

AWS

  • Reminder that frankfurt is not working for s3 access for whatever reason. USE DUBLIN!!!!

  • Permission for making an s3 bucket public:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "Statement1",
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::BUCKET_NAME/*"
    }
  ]
}

Links

PreviousAnsibleNextDevOps

Last updated 1 year ago

Was this helpful?