Skip to content

Instantly share code, notes, and snippets.

@binyamin
Last active June 8, 2020 22:11
Show Gist options
  • Save binyamin/9f57ebdc7ed7d204e3ae57a122dc78c3 to your computer and use it in GitHub Desktop.
Save binyamin/9f57ebdc7ed7d204e3ae57a122dc78c3 to your computer and use it in GitHub Desktop.
AWS and Obsidian

AWS + Obsidian

Sync your obsidian vault with AWS cloud storage

  1. Create an aws account ๐Ÿ”—. There's a free tier.
  2. Create an IAM user
  3. Create an s3 bucket (navigate to s3 & click new button)
  4. Install AWS CLI ๐Ÿ”—
  5. Login to CLI with IAM keys
  6. Sync Notes!
    • aws s3 sync ~/path/to/notes s3://your-notes --delete --exclude ".obsidian/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment