The $5K AWS Credit

AWS gave us $5,000 in credits. This is a full look at what we run there today, what it costs, where the weak spots are, and how the credit can buy real speed, safety, and SOC 2 readiness. Proposed — pending Fede's picks. All numbers pulled live from the AWS account on Aug 14, 2026.

One check first

The credit isn't visible in the billing account yet — every month through today shows only paid usage plus tax, no credit line. The only related email is the generic AWS-for-Startups welcome from Aug 12. Worth confirming in the billing console that the $5,000 actually landed before counting on it.

What we run on AWS today

In plain terms

There are no big servers to upgrade. Almost everything scales itself automatically and is healthy — no backlogs, no errors piling up. The one exception: the renewal worker runs as a single copy, so if it crashes there's a gap until it restarts.

What it costs

MonthTotal AWS billOf which the database
May$307$234
June$453$353
July$602$489
Aug 1–14$109$73

The database was the whole story of the rising bill — almost entirely reads ($368 of July's $489). Then in August it dropped sharply. That drop wasn't luck: it's the deliberate cost-cut work shipped Aug 2 (written up at docs.propflowai.co/a/infra-spend-cuts-2026-08), which stopped background jobs from re-reading the whole table. At the August pace, the total bill runs roughly $230–250/month.

In plain terms

The bill nearly doubled from May to July because some background jobs were re-reading the database far too often. That was found and fixed on Aug 2. The $5K credit at today's pace would last well over a year doing nothing — which means we can afford to turn on things we've been skipping.

Health check: what's strong, what's weak

AreaStatusDetail
Queues & alarmsStrong89 alarms configured; one non-customer alarm firing (a stage-environment replicator check); failed-message queues empty
Audit trail (CloudTrail)OnAll-region logging with tamper-proof validation — a SOC 2 must-have, already done
Threat detection (GuardDuty)OnWatches for suspicious account activity (~$5/mo)
Database throttlingBurstyReads occasionally throttle in short bursts (worst day in the last two weeks: ~5,400 events on Aug 13); most days near zero; writes never throttle
Point-in-time restorePartialOn for the main, auth, and consent tables; off for agent-jobs, traffic, and status-cache
Backup plansNoneNo scheduled backups, no copies outside the one region
Config change recorderOffAWS Config — records every infrastructure change; auditors ask for it
Security posture checksOffSecurity Hub — continuous automated checks against security benchmarks
AppFolio sync jobStrainedRan 77,349 times in two weeks with 147 errors, and at least one run hit its hard 15-minute kill switch — that run died mid-sync
Inbound email processingSlow-ishAverages ~16 seconds per email; worst case just over 3 minutes

SOC 2: where the credit genuinely helps

You asked about SOC 2 specifically. The good news: the two expensive-feeling foundations — the tamper-proof audit trail and threat detection — are already on. What's missing is exactly the stuff teams skip on cost grounds:

In plain terms

A SOC 2 auditor asks three things about your cloud: can you prove who changed what (we can), are you watching for break-ins (we are), and can you recover if data is lost or a setting is quietly changed (right now, only partly). The credit closes that third gap for roughly the cost of one dinner a month.

Speed & resilience: the real knobs

"Bigger servers" isn't the lever here — there are no servers. The levers that exist:

One thing money can't fix: the AppFolio sync hitting its 15-minute ceiling is a code problem (the job needs to split its work into smaller pieces), and it's already at the maximum time AWS allows. Flagging it here so it gets a ticket, not a credit.

What not to spend it on

The decision

Everything above, turned on together, adds roughly $90–250/month (estimates) on top of today's ~$230–250/month pace. The $5K credit covers the whole AWS stack — everything on this page — for roughly 10–15 months. (AWS only: our other infra, like the AI APIs and Vercel, isn't touched by this credit.) Note: credits don't cover the sales-tax line (a few dollars a month).

Which package should I turn on?

In plain terms

Option A is "use the free year to run the setup we'd want anyway and be audit-ready." Option D is "bank it." Since the credit expires either way and A's add-ons are things a SOC 2 audit will eventually force, A converts free money into permanent readiness.

Sources: live AWS CLI queries against account 194925971150 on 2026-08-14 (Cost Explorer, Lambda, SQS, DynamoDB, CloudWatch, CloudTrail, GuardDuty, Config, Security Hub, Backup, ECS). Monthly prices marked "Estimate" are projections from AWS list pricing, not measured spend. August figures cover Aug 1–14 and Cost Explorer can lag a day or two. The $5,000 credit amount comes from Fede; as of Aug 14 no credit line appears in the billing data yet. Every other number on this page was independently re-verified against the live account before publishing.

PropFlow Docs