Engineering Blog · Cloud Engineering
FedRAMP 20x in 2026: What SaaS and Cloud Engineering Teams Need to Know
FedRAMP 20x changes the engineering conversation from assembling a periodic package to operating a cloud service that can explain, measure, and demonstrate its security decisions.
FedRAMP is changing
Security programs have always needed documentation, but cloud systems do not stand still while documents are reviewed. Identities change, infrastructure is redeployed, dependencies acquire vulnerabilities, services scale, and configuration drifts. A screenshot or point-in-time export can accurately describe one moment and still say little about the next deployment.
FedRAMP 20x is an evolution toward security outcomes that can be measured and checked through current evidence. The program describes continuous enforcement, monitoring, reporting, and automatic validation where practical as core principles. For SaaS teams, this moves part of the work closer to platform engineering, security engineering, software delivery, and operations.
The implication is broader than adopting a compliance tool. A cloud service needs architecture and operating practices that can produce trustworthy information about what is deployed, how it is protected, whether important measures are working, and what changed over time.
What exactly is FedRAMP 20x?
FedRAMP 20x is the program’s updated approach to cloud security assessment and certification for cloud services used by the U.S. federal government. The pilots are complete, and the official FedRAMP site now lists Class A, Class B, and Class C certification paths as available. Class D remains planned for Phase 4 and should be treated as a future path until FedRAMP publishes otherwise.
The classes describe increasing levels of assurance information and commitment to federal customers. FedRAMP explicitly cautions that they are not direct replacements for the Low, Moderate, and High impact levels agencies assign under FIPS 199. Agencies still evaluate a service in the context of their data, configuration, integrations, mission, and risk.
Class A
Class A is the entry path for commercial cloud services with mature security programs. Current rules require recent completion of an accepted alternative security framework process, such as SOC 2 Type II, GovRAMP, or a historical FedRAMP Rev5 path, along with a focused set of FedRAMP-specific requirements. FedRAMP recommends that many providers entering the federal market begin here.
Class B
Class B is intended for common, smaller-scale or lighter-use services where an entire agency is unlikely to depend on the service for important work. It carries greater expectations for independent assessment, automation, maintained information, and historical metrics than Class A.
Class C
Class C is intended for common enterprise services likely to be used across an agency or in support of important government services. It requires a deeper assurance commitment, including stronger automated validation expectations, more detailed historical Key Security Indicator data, and recurring independent assessment. It loosely aligns with many uses historically associated with Moderate, but the official guidance says the mapping is not one-to-one.
Class D
Class D is expected to address the highest-assurance use cases. FedRAMP says its requirements will be developed through the Phase 4 pilot. Engineering plans can anticipate a higher bar, but teams should not design against unpublished details.
The bigger change is not the class names
The important change is the operating model behind the package. A traditional sequence can resemble policy, document, assessment, and remediation. The 20x direction connects a security decision to implementation, telemetry, verification, evidence, and continuing assurance.
Security decision
↓
Implementation
↓
Telemetry and measurements
↓
Verification and validation
↓
Current and historical evidence
↓
Ongoing assuranceThis model asks engineering teams to make security properties observable. If a provider says privileged access is constrained, the useful evidence is not only a policy statement. The system should also be able to identify privileged identities, show how access is approved and changed, detect unexpected grants, retain relevant history, and demonstrate that the validation itself is accurate.
Security evidence becomes an engineering output
A well-operated platform already creates much of the raw material needed for security evidence. Infrastructure tooling knows what resources exist. Identity systems know which principals have access. deployment pipelines know which change was approved and released. Vulnerability systems record findings and remediation. Logging systems record security events. Configuration services can expose encryption settings, network rules, and change history.
The engineering challenge is to make those signals complete, attributable, and durable. A configuration export without a service boundary may include irrelevant assets. A scan result without deployment identity cannot establish what code was running. A dashboard without retained history cannot demonstrate how a measure behaved over time. Evidence needs provenance: source, collection time, scope, ownership, and a connection to the decision it supports.
Compliance evidence should increasingly appear as a side effect of operating the platform correctly. That does not mean every operational log is useful evidence or that automation replaces independent assessment. It means teams should design the path from actual system state to reviewable information before an assessment begins.
Machine-readable security matters
The 2026 certification rules require information governed by a FedRAMP JSON schema to be supplied as valid JSON. The official package guidance also explains that a 20x package may be delivered through a trust center, documentation portal, downloadable files, APIs, or a combination, with both human-readable and machine-readable forms when required.
For engineers, machine-readable evidence can begin with cloud configuration APIs, structured identity exports, infrastructure-as-code state, policy-as-code results, CI/CD security checks, asset inventories, vulnerability APIs, and normalized security events. These are mechanisms, not a prescribed architecture. A provider still has to determine which information applies to its service boundary and whether the collection and validation faithfully represent reality.
Structured data also enables consistency checks. Teams can detect missing assets, stale measurements, schema changes, mismatched identifiers, and validation gaps before a reviewer finds them. Human explanations remain necessary because an automated result without context may be precise yet misleading.
Security Decision Records connect decisions to evidence
The Security Decision Record, or SDR, is a persistently maintained record of a provider’s security decisions. Under the current Class B and C rules, it includes explanations for applicable FedRAMP rules, verification that an implementation is appropriate, validation that it is in place and working as intended, independent assessment information, clarifications, and related artifacts. FedRAMP provides a JSON schema as well as a human-readable expectation.
The engineering value is traceability. A useful record can connect why a decision was made, where it is implemented, which measures test it, when those measures run, what their current status is, and how results have changed. That is closer to a living architecture record than a static narrative written after the platform has already evolved.
The SDR does not remove judgment. Verification asks whether the chosen implementation is appropriate; validation asks whether it actually works as intended. Those are different questions, and both require evidence that is understandable beyond the team that built the system.
Continuous validation changes DevSecOps
A delivery pipeline can contribute to assurance when it preserves the relationship between a proposed change, its review, security checks, infrastructure validation, deployment, runtime behavior, and evidence. The conceptual flow is familiar:
Developer change
↓
Code and architecture review
↓
Security and dependency checks
↓
Infrastructure validation
↓
Controlled deployment
↓
Runtime telemetry
↓
Security verification
↓
Retained evidenceThe harder part is preserving identity and context across stages. Teams need to know which source revision created an artifact, which artifact reached an environment, which infrastructure change accompanied it, which checks ran, and whether runtime telemetry confirms the expected result. A green build alone cannot prove continuing effectiveness after configuration or data changes.
This extends familiar DevOps automation practices. Release automation becomes more useful for assurance when failures are explicit, exceptions have owners and expiration, and production verification closes the loop.
Architecture decisions become compliance decisions
Identity
Least privilege, privileged access, identity lifecycle, service identities, and emergency access depend on the identity model. Centralized identity can improve visibility, but teams must also account for cloud-native roles, workload identities, API credentials, and identities embedded in external services.
Infrastructure
Reproducible infrastructure makes intended configuration reviewable. Drift detection, environment promotion, approved modules, and controlled exceptions help teams distinguish declared state from deployed state. A cloud architecture review should examine these operating boundaries as well as resource design.
Application security
Dependency governance, secrets handling, secure defaults, API authorization, tenant isolation, and application telemetry belong in the software design. AI-enabled products add concerns around data access, model dependencies, evaluation, and monitoring already familiar from production AI engineering.
Data
Classification, encryption, retention, access control, and data flows influence system boundaries and evidence sources. Teams need to know where sensitive data can move, which services process it, and which customer or agency configuration choices change the answer.
Operations
Vulnerability management, patching, incident detection, recovery, change management, and auditability require both reliable workflows and ownership. Secure, observable integration boundaries matter because third-party failures and retries can otherwise obscure what happened; the same principle appears in reliable SaaS integration design.
What SaaS companies should start doing now
- Understand which class may fit. Review the official class guidance and talk with prospective agency customers. Do not infer a direct class from an impact label alone.
- Map the service boundary. Identify assets, data flows, identities, environments, third-party services, and shared responsibilities. Evidence is unreliable when its scope is ambiguous.
- Make infrastructure reproducible. Use reviewed, versioned configuration where practical and compare intended state with deployed state.
- Centralize useful security telemetry. Correlate identity, deployment, vulnerability, cloud, and application signals with consistent time and resource identifiers.
- Automate evidence where it improves accuracy. Prefer repeatable collection and validation for high-value conditions, while keeping exceptions and manual judgments visible.
- Build traceability from decisions to implementation. Record why a measure exists, where it is enforced, how it is verified, and who owns a failure.
- Treat readiness as platform architecture. Include security evidence, auditability, retention, and assessment access in roadmaps and technical design reviews.
Do not wait until an assessment to discover whether the architecture can produce the required evidence.
These steps do not constitute a FedRAMP checklist and do not guarantee certification. They reduce a common engineering risk: discovering late that the service cannot reliably explain its own state.
Engineering for compliance-ready cloud platforms
Build the capabilities underneath assurance
Vishleshak works with organizations building and modernizing enterprise software, cloud platforms, and AI systems. Preparing a platform for frameworks such as FedRAMP is not only a documentation exercise. Many of the hardest problems appear in architecture, deployment, identity, observability, configuration management, and the ability to demonstrate what the system is actually doing.
As an engineering partner, Vishleshak can support cloud architecture assessment, security architecture, application modernization, infrastructure automation, DevSecOps pipelines, structured logging, security telemetry, IAM design, API engineering, auditability, and evidence-producing workflows. This is FedRAMP readiness engineering; certification decisions and independent assessments remain with FedRAMP, agencies, and recognized assessors.
If your SaaS platform is moving toward federal, regulated, or security-sensitive environments, talk with Vishleshak about an architecture review to identify engineering gaps before they become compliance bottlenecks.
Continue into the engineering model
For a deeper technical treatment, read From Compliance Documents to Continuous Evidence. It maps cloud, identity, delivery, and runtime signals into a conceptual evidence architecture.
References and further reading
FedRAMP requirements and timelines can change. Use the current official rules for decisions about a specific cloud service offering.