MLOps platforms automate model development, deployment, and monitoring. They version models, orchestrate training pipelines, manage inference infrastructure, and track experiments at scale. What they do not do is enforce policy, assess risk at a program level, or generate the audit documentation that regulators and boards expect when they ask how an organization governs its AI systems. That layer is model governance, and it is what AAISM tests.
The gap between MLOps and model governance is where most AI programs are exposed. An organization can have sophisticated MLOps infrastructure and still have no systematic way to document who approved a model for production use, what risk assessment was conducted before deployment, or how the model's behavior in production is being monitored against its intended purpose.
When something goes wrong: a model drifts, produces biased outputs, is exploited through an adversarial attack, or violates a regulatory requirement, accountability falls on the security leader whose program should have been governing the lifecycle from the beginning.
AAISM tests whether that security leader has the governance knowledge to prevent those failures, not just respond to them. Domain 1, Domain 2, and Domain 3 together address every stage of the model lifecycle: the data governance decisions made during development, the testing and validation requirements before deployment, the access controls and release governance at deployment, the production monitoring program that catches drift and adversarial activity, and the decommissioning obligations when a model is retired.
This guide maps each lifecycle stage to the AAISM domain content that addresses it and explains what the exam actually tests at each point.
MLOps vs Model Governance: Why the Distinction Matters
The conflation of MLOps and model governance is one of the most common AI program design errors, and it is exactly the kind of structural gap AAISM is designed to identify in exam scenarios.
MLOps is an operational discipline. It provides the infrastructure for reproducible model training, automated testing pipelines, consistent deployment practices, and production monitoring tooling. Its primary goal is operational efficiency and reliability: getting models into production quickly, consistently, and with minimal manual intervention. MLOps platforms track experiments, manage model registries, and automate retraining workflows. They are engineering tools.
Model governance is a program management discipline. It provides the policy framework that determines what data can be used for training, who can approve a model for production deployment, what risk assessment must be completed before deployment, what human oversight is required for high-stakes decisions, and how the organization demonstrates to regulators and auditors that its AI systems are being managed responsibly. Model governance produces accountability structures and audit trails, not pipelines and automation.
An organization with mature MLOps and no model governance program has operational efficiency with unquantified risk. An organization with model governance and immature MLOps has the right accountability structures but may struggle to operationalize them consistently. AAISM tests the governance layer specifically, which means the exam questions focus on policy design, risk assessment methodology, accountability structures, and audit documentation rather than MLOps tooling or configuration.
The Model Lifecycle and Where Governance Applies
AAISM addresses model governance across four primary lifecycle stages. Each stage has distinct governance obligations that map to specific domain content.
Lifecycle Stage | Primary Governance Questions | Primary AAISM Domain |
|---|---|---|
Development and data governance | What data is used, how is it sourced, what bias and privacy controls apply? | Domain 1, Domain 2 |
Testing and validation | What must be demonstrated before deployment approval? Who approves? | Domain 3, Domain 2 |
Deployment and access controls | Who can access the model, under what conditions, with what oversight? | Domain 3, Domain 1 |
Production monitoring and decommissioning | How is ongoing safety and security verified, and what happens when the model is retired? | Domain 3, Domain 1 |
Looking for some exam prep guidance and mentoring?
Learn about our personal mentoring

Development Stage: Data Governance and Secure Design
Model governance during development begins before a single training run. The decisions made at this stage: what data to use, where it comes from, how it is processed, and what documentation is created, determine the risk profile of every model that emerges from the pipeline.
Data sourcing and quality controls establish which data sources are authorized for training, what quality standards apply, and how data lineage is documented. An organization that trains models on unvetted third-party datasets or scrapes web data without provenance controls creates supply chain risk before the model is written. Domain 2 addresses this through third-party risk assessment for AI data sources.
Bias and fairness assessment during development requires governance decisions about which protected characteristics to evaluate, what fairness metrics apply given the model's intended use, and what threshold of measured bias is acceptable before the organization proceeds to testing. These are program-level decisions that governance frameworks must specify, not decisions data scientists make case by case.
Privacy-by-design for AI systems requires data minimization decisions at the training stage: using only the data the model needs, applying anonymization or synthetic data techniques where possible, and documenting the relationship between training data and model outputs so that model inversion and membership inference risks can be assessed before deployment.
Secure development environment controls address the risk that the development environment itself is compromised: access controls for training data and model checkpoints, audit logs for who accessed what during development, and protection against data poisoning through the supply chain.
Testing and Validation: Governance Requirements Before Deployment
Pre-deployment governance testing differs fundamentally from MLOps pipeline testing. A CI/CD pipeline might automate unit tests, integration tests, and performance benchmarks. Model governance requires a different set of validation gates that address risk, safety, and compliance rather than functional correctness.
Pre-deployment risk assessment is the governance gate that determines whether a model's risk profile is acceptable before it goes to production. This requires documented evaluation of the attack surface the model creates, the potential for misuse or adversarial exploitation, the regulatory classification of the model's use case, and the business impact of a model failure. Domain 2 tests whether you can structure and document this assessment.
Adversarial robustness testing evaluates whether the model maintains safe behavior under adversarial inputs before deployment rather than discovering vulnerabilities in production. Domain 3 tests the governance requirement to conduct this testing as part of the pre-deployment validation process, not as an optional enhancement.
Technical documentation for high-risk AI systems is a direct regulatory requirement under the EU AI Act, which entered full enforcement for high-risk AI systems in August 2026. As EY's EU AI Act guidance makes clear, organizations must embed compliance throughout the model lifecycle, with fines for non-compliance reaching €35 million or 7% of worldwide annual turnover. The documentation obligations include technical specifications, training data documentation, validation test results, and human oversight mechanisms.
Deployment approval authority is the governance structure that determines who can authorize a model to move from testing to production. In a governed AI program, this is not a technical decision. It is a program management decision that requires sign-off from someone with accountability for the model's risk profile. Domain 1 tests how this authority structure is designed.
Deployment Stage: Access Controls and Release Governance
The deployment decision is not the end of governance; it is the point at which a new set of governance obligations begins. The controls put in place at deployment determine the model's attack surface in production and the organization's ability to monitor and respond to governance failures.
API access controls determine who can query the model, under what conditions, at what rate, and with what authentication requirements. From a governance perspective, these are not just security configurations. They are risk management decisions that determine the blast radius of adversarial attacks like model extraction and prompt injection.
Output monitoring configuration sets up the governance infrastructure that the production monitoring program will depend on. Deciding what outputs to log, how long to retain them, what anomaly thresholds to set, and who reviews the results are governance decisions that must be made at deployment rather than retroactively after a problem emerges.
Human oversight requirements for high-risk AI decisions are a governance obligation under the EU AI Act and an exam topic in Domain 1 and Domain 3. The governance question is not whether human oversight is technically possible but whether the program mandates it for the decision categories that require it, and how the organization documents that oversight is actually occurring.
Version control and release governance determine how model updates are managed after initial deployment: who approves updates, what testing is required before a new version replaces an existing one, and how rollback is handled if a new version performs unexpectedly. These governance structures prevent deployment shortcuts that create risk without corresponding documentation.
When the deployment governance program is well-designed, the model's behavior in production is both visible and accountable. The free AI Threat Hunting Playbook from Destination Certification maps the detection and response thinking that connects to what the production monitoring governance program should be looking for, useful context for understanding why the governance decisions made at deployment directly determine the quality of the monitoring that follows.
Certification in 3 Days
Study everything you need to know for the AAISM exam in a 3-day bootcamp!
Production Monitoring: Ongoing Governance Obligations
Deployment governance determines what the organization can see in production. Production monitoring governance determines what the organization does with what it sees, and what accountability structures ensure that it does something.
- Model drift detection is the governance program that identifies when a deployed model's behavior has changed from its validated baseline. Drift can result from changes in the input distribution, changes in the real-world environment the model was trained to reflect, or deliberate adversarial manipulation of the model's inputs over time. Domain 3 tests whether the organization has the monitoring controls to detect drift and the governance structures to respond when it is detected.
- Continuous adversarial testing as an ongoing program obligation and not a one-time pre-deployment exercise is where model monitoring governance intersects with the AI red team practices addressed in the AAISM Red Team guide. The governance program must specify the frequency, scope, and accountability for adversarial testing after deployment, not just before it.
- Incident response for model failures requires governance structures that treat a model producing unsafe or biased outputs as a security and compliance incident, not just an operational anomaly. Domain 1 addresses how the AI governance program integrates model incident response with the organization's broader security incident management framework.
- Audit log requirements for regulatory purposes mean the monitoring program must not only detect problems but also generate the documentation that demonstrates the organization identified and responded to them. This creates a governance obligation to design monitoring programs with auditability in mind, not just detection capability.
Decommissioning: The Governance Stage Most Programs Miss
When a model is retired, the governance obligations do not end; they shift. Most AI governance programs design their lifecycle frameworks around deployment and stop there. AAISM tests whether the program extends to decommissioning, because the decisions made when a model is retired have regulatory and risk implications that can outlast the model itself.
Data retention and deletion obligations require the organization to determine what training data, model weights, and inference logs must be retained for regulatory purposes and what must be deleted to comply with privacy obligations. An organization that deletes everything on retirement may find itself unable to respond to a regulatory audit. One that retains everything may find itself holding personal data it no longer has a legal basis to keep.
Documentation preservation for high-risk AI systems requires maintaining the technical documentation, validation records, and audit logs that prove the model was governed appropriately during its operational lifetime. Under the EU AI Act, these documentation requirements extend beyond the operational period of the model itself.
Transition governance when one model replaces another requires verifying that the replacement model has gone through the same governance lifecycle as the original, that the transition does not create a coverage gap in human oversight requirements, and that users and regulators are notified appropriately when the model underpinning a high-risk decision changes.
How AAISM Tests Model Lifecycle Governance
AAISM does not test whether you can configure an MLOps pipeline or select a model monitoring tool. It tests whether you understand which governance decisions are required at each lifecycle stage, who should make those decisions, and what the organization's accountability looks like when those decisions are not made correctly.
Exam questions in this area present lifecycle scenarios and ask which governance response is most appropriate: which domain a given governance obligation falls under, which risk treatment approach addresses a specific lifecycle risk, or what the governance program structure should look like to satisfy a regulatory requirement. The right answers are the ones that reflect sound program management thinking. The same thinking that the free Neutral Playbook from Destination Certification is designed to develop before you encounter these questions under exam conditions.
For the complete AAISM certification context, the ISACA AAISM guide maps all three domains and how they work together. For the specific connection between model lifecycle governance and shadow AI risk, what happens when models enter the environment outside the governance program's visibility, the AAISM Shadow AI guide addresses that intersection directly.
Frequently Asked Questions
All three domains address model lifecycle governance, but from different angles. Domain 1 (AI Governance and Program Management) addresses the program structures, policies, and accountability frameworks that govern the lifecycle. Domain 2 (AI Risk Management) addresses risk assessment and treatment decisions at each stage. Domain 3 (AI Technologies and Controls) addresses the specific technical controls and testing requirements that governance programs must enforce. Together they account for 100% of the exam weight, reflecting that lifecycle governance is not a single topic but a program-level responsibility.
Yes. Pre-deployment testing governance appears in both Domain 2 and Domain 3. Domain 2 tests the risk assessment framework that determines what testing is required based on the model's risk classification and intended use. Domain 3 tests the specific testing obligations: adversarial robustness testing, bias and fairness evaluation, technical documentation requirements, and human oversight mechanisms. The exam frames these as governance decisions about what must be demonstrated before a model is approved for deployment, not as testing configuration questions.
Production monitoring appears in Domain 3 as an ongoing governance obligation rather than an operational task. Exam questions present scenarios where a deployed model's behavior has changed or where monitoring has identified an anomaly, and ask which governance response is most appropriate: what the incident response process looks like, who has accountability for the response, what regulatory notification obligations apply, and how the monitoring program should be structured to prevent similar issues. The focus is on governance program design rather than monitoring tool configuration.
The decommissioning governance program addresses data retention and deletion decisions that balance regulatory documentation requirements against privacy obligations, documentation preservation for models that were used in high-risk decision contexts, and transition governance when a replacement model takes over a function. Domain 1 addresses decommissioning as part of the AI system lifecycle management responsibility that the AI governance program must address from the beginning, not as an afterthought when a model reaches end-of-life.
AI Model Governance Is Now a Regulatory Obligation. AAISM Is How You Prove You Can Meet It
You now understand why MLOps and model governance are different layers of the same program, what governance decisions apply at each stage of the model lifecycle, how AAISM maps those decisions across its three domains, and why the EU AI Act enforcement timeline makes lifecycle governance a compliance requirement rather than a best practice. The security leaders who can design and operate AI governance programs that address the full lifecycle, from data sourcing through decommissioning, are exactly who AAISM was built to certify.
If you want to move fast, the AAISM Bootcamp delivers all three domains in three intensive days of live online instruction, with expert-led sessions and real-time Q&A throughout. If your schedule requires more flexibility, the AAISM MasterClass gives you the same expert instruction at your own pace, with an adaptive learning system that identifies exactly what you still need to work on across all three domains.
Before committing to a full program, the free AI Threat Hunting Playbook from Destination Certification maps the detection and response thinking that connects directly to what production monitoring governance programs need to identify and track, which walks you through exactly how ISC2 frames questions and what approach the exam expects, so you go in with a clear method rather than a general plan.
Every stage of the model lifecycle creates a governance decision. AAISM tests whether you can make the right ones.
John is a major force behind the Destination Certification CISSP program's success, with over 25 years of global cybersecurity experience. He simplifies complex topics, and he utilizes innovative teaching methods that contribute to the program's industry-high exam success rates. As a leading Information Security professional in Canada, John co-authored a bestselling CISSP exam preparation guide and helped develop official CISSP curriculum materials. You can reach out to John on LinkedIn.








