@@ -132,14 +132,9 @@ Before the first platform apply:
132132
133133 Delete local plaintext copies after storing the secret and your encrypted
134134 recovery copy.
135- 4 . Activate the CloudFront Business flat-rate plan in account ` 211125561119 ` ,
136- then set ` cloudfront_flat_rate_plan_verified = true ` . VPC Origins require at
137- least Business. Terraform blocks production while verification is false.
138- For the first distribution only, set
139- ` cloudfront_flat_rate_plan_bootstrap = true ` for one apply, subscribe the new
140- distribution immediately in the CloudFront console, then set bootstrap back
141- to false and verification to true. This escape hatch avoids an IaC/console
142- creation deadlock and must never remain enabled.
135+ 4 . Keep CloudFront on pay-as-you-go pricing. Rend controls exposure through
136+ authenticated playback, WAF rules, backend quotas, and hard ECS autoscaling
137+ ceilings rather than a fixed monthly CloudFront plan.
1431385 . Obtain the production PlanetScale PrivateLink endpoint service name, set it
144139 in tfvars, and ensure the TLS database URL uses PlanetScale's private DNS.
1451406 . Add the two Route53 delegation record sets emitted by bootstrap at the
@@ -153,11 +148,11 @@ Before the first platform apply:
153148 ` Application=rend ` ; an account-wide budget is intentionally forbidden in
154149 this shared account.
155150
156- The Business plan is $200/month with no traffic overage charges. The remaining
157- default cost envelope is guarded by a $400 monthly AWS alert budget, 50 videos
158- and 10 open uploads per organization, two active media jobs per organization,
159- and at most ten 4-vCPU/8-GiB workers. ClickHouse starts with 100 GiB encrypted
160- gp3.
151+ CloudFront is pay-as-you-go. The default cost envelope is guarded by a $400
152+ monthly AWS alert budget, 50 videos and 10 open uploads per organization, two
153+ active media jobs per organization, and at most fifty 4-vCPU/8-GiB workers.
154+ Only one worker is kept warm; the fleet scales from queue demand. ClickHouse
155+ starts with 100 GiB encrypted gp3.
161156
162157ClickHouse has two independent nightly recovery layers: a native database
163158backup copied to a versioned KMS-encrypted S3 bucket at 02:15 UTC and an AWS
0 commit comments