StrictOps
StrictOps
How it worksFeaturesDeveloper toolsPricingDocs
Log InStart free
StrictOps Docs

Resources

Managed databases, caches, storage and queues StrictOps runs for you

Resources

Most apps need more than just the code that runs them — they need somewhere to store data, somewhere to keep things fast, somewhere to put files, and a way to do slow work in the background. Those are resources.

StrictOps provisions and runs each resource for you inside your own AWS account, keeps it patched and backed up, and connects it to your services automatically. You don't manage servers, connection strings, or credentials by hand.

What you can add

ResourceWhat it's forInjected as
PostgreSQLYour app's core data — users, orders, postsDATABASE_URL
RedisA fast cache for sessions and speeding up readsREDIS_URL
S3 BucketFile and object storage — uploads, images, exportsS3_BUCKET
Queue (SQS)Background jobs so slow work doesn't block requestsQUEUE_URL

How linking works

When you add a resource, you link it to the services that need it. For each linked service, StrictOps injects a connection string as an environment variable (the one in the table above) at deploy time.

  • Credentials are generated and rotated by StrictOps — they're never written into your repository.
  • A service only sees the resources you link to it.
  • You can link one resource to several services (for example, an API and a worker that share the same database).

Cost

Each resource shows an estimated monthly cost on its card, based on the plan and size you pick. You can change the plan later; pricing scales with the size you choose. See each resource's page for guidance on picking a starting size.

On this page