Cryptomator vs Rclone Crypt or something else?

I would also nudge a bit towards Cryptomator too. Since it has a GUI, and is a bit easier to use than Rclone crypt. I do think you need the official provider sync tool to use with Cryptomator. You also need to download/sync your files locally before you can decrypt. With Rclone, encryption/decryption is done on the fly.

You also don’t need the official sync tool from your provider with Rclone.…

Read more →
EC2

Amazon EC2 (Elastic Compute Cloud) is AWS's primary virtual machine service. EC2 provisions virtual servers (instances) in minutes, billed by the second, with a wide selection of CPU, memory, GPU, and network configurations. EC2 launched in 2006 and remains the bedrock compute primitive on which much of AWS is built.

Core concepts

  • Instance type. A family + size that defines CPU, memory,…
Lambda

AWS Lambda is Amazon's serverless function-as-a-service (FaaS). It runs short-lived functions in response to events, scales transparently from zero to thousands of concurrent invocations, and bills only for execution time. Lambda is the foundational serverless service in AWS and the pattern most other clouds modelled their FaaS offerings on.

How it works

Code is packaged as a deployment…

Cloud computing is the model of delivering compute, storage, networking, and software as on-demand services over the internet, billed by usage rather than by capital purchase. Cloud providers operate the underlying hardware and abstract it behind APIs, so customers consume resources elastically without managing data centres.

Service models

  • IaaS (Infrastructure as a Service). Virtual…
AWS

Amazon Web Services (AWS) is Amazon's cloud computing platform, comprising more than two hundred services for compute, storage, networking, databases, machine learning, and other capabilities, billed by usage.

How it works

Resources are organized by region (a geographic area with multiple isolated availability zones) and by account. Identity and access are governed by IAM, which mediates every…

Page 1