Skip to content
AskFlorence
Main Navigation ArchitectureFlorence AIAgentsMembersAgent PlatformValidationInfrastructure

Appearance

Sidebar Navigation

Overview

Home

Glossary

System Architecture

Consumer & Agent Flow

Florence AI

Overview

Principles

Runtime

Tool surface

Adding a tool

Tool registry

Knowledge: SBC scenarios & CSR

Voice

Evals & observability

Provider risk & portability

Outage playbook

Roadmap

Build plan

Agents

Overview

Workflows & pain points

Members

Overview

Medicaid coverage gap

Carriers

Overview

Marketplaces

Overview

Agency

Overview

Regulations

Overview

Agent Platform

Overview

Auth Architecture

MongoDB Permissioning

Compliance Model

Data Models

Data Sources

Overview

CMS Marketplace API

CMS dependency map

PUF Data

State Subsidies

SBE Ingestion Playbook

SBE State Watchouts + Decisions

CA Phase C/D Playbook

NY Phase C/D Playbook

Validation

Overview

Methodology

APTC Formula

California 2026

New York 2026

CAPS Formula

Scenario Results

Infrastructure

Account Inventory

AWS Setup Runbook

AWS Organizations

CloudTrail

GuardDuty

Security Hub

Config

CloudFront + WAFv2

Data sources & ingest

Phase 4 DNS

Change Log

Vulnerability Management

MongoDB Setup

Access Control

Data Classification

Documentation Hosting

Post-deploy Smoke

Development

Preflight (local CI mirror)

Testing strategy

Compliance

Overview (auditor entry point)

SOC 2 Control Mapping

HIPAA Control Mapping

CMS EDE Appendix A Mapping

Risk Assessment

Encryption Policy

Data Retention Policy

Privacy Impact Assessment

Consent Capture & Versioning

Incident Response Plan

Access Control Policy

Marketing vs. Portal Analytics

Vendor / Subprocessor Register

Dependency Vulnerability Policy

BAA / Compliance Evidence

Compliance-Automation Integration

Compliance-Automation Vendor Evaluation

Penetration Test Reports

Architecture

Portal entry handoff

Mobile app strategy

Deferred architecture decisions

Session cookie architecture

Share flows

Decisions (ADRs)

Index

0001 — Atlas project isolation

0002 — Append-only audit log

0003 — Narrow-scoped Mongo users

0004 — Cross-cluster Atlas PrivateLink

0005 — Delayed-job architecture

0006 — Mongo user simplification

0007 — Terraform owns ECS task def

0008 — E2E testing strategy

0009 — Self-hosted analytics + observability (superseded)

0010 — PostHog HIPAA Cloud (supersedes 0009)

Runbooks

Security Incident Response

Break-Glass Root Login

Onboard Team Member

Offboard Team Member

Atlas user provisioning

Deploy via Terraform (ENG-277)

Rollback via Terraform (ENG-277)

S3 data bucket migration (planned Phase 11)

Access Reviews

2026-Q2 Review

Session log

Index

2026-04-23 — Phase 10 DNS cutover

2026-04-22 — Phase 8 prod AWS mirror

2026-04-22 — Phase 7 Atlas VPC peering

2026-04-22 — Phase 6 CloudFront + WAF

2026-04-21 — Phase 5 staging go-live

2026-04-17 — Atlas staging

Briefs

Index

Member portal plan (ENG-187)

2026-04-16/17 handoff

2026-04-17 Atlas handoff

System briefing (2026-04-17)

Creative AdBundance proposal brief

Creative AdBundance analytics brief

ElevenLabs RN integration research

Policies

Overview

On this page

AWS Config — Resource inventory + compliance rules ​

Status: Active since 2026-04-18 in all 4 accounts. Delegated admin: log-archive. Purpose: SOC 2 CC7.1 (Infrastructure Management), HIPAA §164.308(a)(1)(ii)(D), CMS EDE Phase 3 configuration change tracking.

Summary ​

AWS Config records a continuous, point-in-time snapshot of every resource in every account and evaluates them against rules. Snapshots are delivered to a central S3 bucket in log-archive. A Config aggregator consolidates all 4 accounts' resource inventory into a single queryable index.

Per-account recorders ​

Each account runs a recorder + delivery channel in us-east-1:

AccountRoleRecorderStatus
askflorencehealth (778477254880)AskFlorenceConfigRoledefault (allSupported + global)RECORDING, SUCCESS
askflorence-prod (039624954211)AskFlorenceConfigRoledefault (allSupported + global)RECORDING, SUCCESS
askflorence-staging (549136075525)AskFlorenceConfigRoledefault (allSupported + global)RECORDING, SUCCESS
askflorence-log-archive (754660694122)AskFlorenceConfigRoledefault (allSupported + global)RECORDING, PENDING (~5 min after enable)

All snapshots land in s3://askflorence-org-config-754660694122/AWSLogs/<account>/Config/us-east-1/ with 24-hour delivery frequency. Bucket has versioning, KMS encryption via askflorence-org-logs CMK, public access blocked, deny-non-SSL policy.

Role design ​

Each account has a customer-managed AskFlorenceConfigRole (chosen over the service-linked role AWSServiceRoleForConfig because the service-linked version hit InvalidRoleException during recorder provisioning — likely IAM propagation timing). The role has:

  • AWS-managed AWS_ConfigRole policy (standard Config permissions).
  • Inline ConfigS3KMSAccess — explicit allow on S3 bucket + KMS CMK.
  • Trust policy: config.amazonaws.com.

Config aggregator ​

In log-archive (754660694122): askflorence-org-aggregator (arn:aws:config:us-east-1:754660694122:config-aggregator/config-aggregator-51lvmf9z).

  • Source: organization-wide (all current + future accounts).
  • Region: us-east-1 only (matches region-lock SCP).
  • Role: AskFlorenceConfigAggregatorRole with AWSConfigRoleForOrganizations managed policy.

Query across all accounts from the aggregator console:

# Example: all S3 buckets in the org
aws configservice select-aggregate-resource-config \
  --configuration-aggregator-name askflorence-org-aggregator \
  --expression "SELECT accountId, resourceId, resourceName, awsRegion WHERE resourceType = 'AWS::S3::Bucket'"

Conformance packs (future) ​

Not yet applied. Planned additions:

  • Phase 8 (prod launch): AWS Operational Best Practices for HIPAA Security conformance pack on prod.
  • Phase 8: AWS Operational Best Practices for CIS 1.4 on staging.

Conformance packs are deployed via the delegated admin (log-archive) using PutConformancePack or via Organizations cross-account deployment.

SCP protection ​

ScpBaseline denies:

  • config:DeleteConfigurationRecorder
  • config:DeleteDeliveryChannel
  • config:StopConfigurationRecorder

Member accounts can't silence Config.

Costs ​

Config charges per configuration item recorded + per rule evaluation. Pre-launch estimate: $3–8/mo across 4 accounts. Scales with resource count; will grow when Phase 4-8 resources land.

Runbook ​

  • aws configservice describe-configuration-recorder-status — confirm recording = true, lastStatus = SUCCESS.
  • aws configservice describe-delivery-channels — confirm S3 destination.
  • From log-archive: aws configservice describe-configuration-aggregators — confirm aggregator active.
  • Recommended monthly: aws configservice select-aggregate-resource-config query to verify every account's resources show up.
Pager
Previous pageSecurity Hub
Next pageCloudFront + WAFv2

AskFlorence Internal Documentation. Not for public distribution.

AskFlorence

Internal Documentation

Access restricted. Not for public distribution.