CaaS Archives - iSecPrep https://www.isecprep.com/tag/caas/ Your Guide to IT Certification Success Sat, 29 Aug 2026 08:00:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.7 NSE 7 Public Cloud Security: A Firewall Credential Built on Terraform https://www.isecprep.com/2026/08/27/fortinet-nse7-public-cloud-security-architect/ Thu, 27 Aug 2026 00:00:00 +0000 https://www.isecprep.com/?p=87115 One of the four sections on NSE7_CDS_AR-7.6 is infrastructure as code, and three of the four name AWS and Azure separately. A firewall exam that expects you to write templates.

The post NSE 7 Public Cloud Security: A Firewall Credential Built on Terraform appeared first on iSecPrep.

]]>
One of the four sections of NSE7_CDS_AR-7.6 is dedicated entirely to automation tools, naming Terraform, Ansible, Azure Bicep and AWS CloudFormation. The Fortinet NSE 7 – Public Cloud Security 7.6.4 Architect exam runs 35 to 40 questions in 75 minutes, costs $200 USD, is delivered proctored through Pearson VUE, and is reported as pass or fail rather than as a score.

Its blueprint has four sections, and one of them is not about security at all. Terraform, Ansible, Azure Bicep and AWS CloudFormation are all named objectives, which makes this a firewall architect exam that expects you to write infrastructure as code. The other three sections split neatly between AWS and Azure, and every one of them assumes you work in both. This article walks the sections and their objectives, explains why the pass or fail result changes how you should prepare, and sets out a build order for getting there.

What Does the NSE 7 Cloud Security Credential Prove?

It proves you can design, administer, monitor and troubleshoot Fortinet security solutions inside public and private cloud environments. The exam covers deploying protection for infrastructure and container workloads, automating those deployments with code, monitoring the resulting networks, and diagnosing connectivity failures in AWS and Azure.

Fortinet places it in the NSE 7 tier alongside Secure Networking, SASE, and Security Operations. That is the architect level: you are not being asked whether you can configure a FortiGate, you are being asked whether you can place one correctly in someone else’s cloud account and keep it working.

A naming note worth knowing before you search

You will find this same track described as FCSS Public Cloud Security Architect in older material, and search traffic still arrives on that phrasing. Fortinet has moved back to NSE-numbered naming, so NSE 7 Cloud Security and FCSS Public Cloud Security describe the same body of knowledge. Check the version suffix, 7.6.4 in this case, rather than the prefix.

The current tier structure is set out on Fortinet’s certification programme, which lists Cloud Security as one of four NSE 7 specialisations.

Why Does a Security Exam Test Infrastructure as Code?

Because in a public cloud, a firewall is a resource in a template rather than a box in a rack. One of the four exam sections is dedicated entirely to automation tools, naming Terraform, Ansible, Azure Bicep and AWS CloudFormation. If you cannot express a deployment as code, you cannot deploy at the scale the architect tier assumes.

There is a security argument underneath the practical one. A hand-built security appliance in a cloud account is an artefact nobody can reproduce, review, or audit. A templated one can be diffed, peer reviewed, and rebuilt identically in a second region. The exam treats that as part of the security posture, not as a DevOps nicety.

What this means for a traditional network security candidate

Engineers who have spent their careers in the CLI often find this section the hardest, not because the tools are difficult but because the mental model is different. You stop describing steps and start describing an end state. Budget real lab time here rather than reading about it.

What Are the Four Exam Sections?

Security solutions deployment, automation tools, cloud infrastructure monitoring, and troubleshooting. Twelve objectives across the four. Unusually, no percentage weightings are published for this exam, so there is no way to know which section carries the most marks, and preparation has to treat all four as equally examinable.

Section Objectives What it is really asking
Security solutions deployment Protect IaaS; protect CaaS; integrate with cloud native tools Where the Fortinet estate sits inside someone else’s network
Automation tools Terraform and Ansible; Azure Bicep; AWS CloudFormation Whether a deployment is reproducible
Cloud infrastructure monitoring Monitor AWS networks; monitor Azure networks; use Fortinet monitoring tools Whether you can see what is happening across two providers
Troubleshooting AWS connectivity; Azure connectivity; AWS and Azure SDN connectors Whether you can find the fault when traffic stops

Notice the symmetry. Three of the four sections name AWS and Azure separately, which is the clearest signal on the blueprint that single-cloud experience will not carry you. Question style and coverage are easiest to gauge from the public cloud security practice questions, which matter more than usual on an exam with no published weightings.

What Does Deploying Fortinet in IaaS and CaaS Involve?

Three objectives: protecting infrastructure as a service workloads, protecting containers as a service workloads, and integrating Fortinet solutions with cloud native tooling. The distinction between the first two matters, because the traffic patterns and the insertion points are different in each.

Protecting IaaS is the familiar case rendered in cloud terms. A virtual firewall sits in a transit or inspection virtual network, routes are arranged so that east-west and north-south traffic passes through it, and high availability is achieved through the provider’s own load balancing rather than through a hardware pair.

Containers change the insertion point

Protecting CaaS means the workload is ephemeral, addressed by service rather than by address, and often communicating inside a cluster that never touches a virtual network boundary. Expect questions about where inspection can realistically happen and what it costs you in latency.

Integration with cloud native tools

The third objective is about not reinventing what the provider already gives you. Native flow logging, native identity, native key management, and native load balancing all have Fortinet integration points, and the architect answer is usually to use them rather than to duplicate them. Fortinet documents the deployment patterns in its public cloud product guides.

Which Automation Tools Are Named on the Blueprint?

Four, across three objectives: Terraform and Ansible together, then Azure Bicep, then AWS CloudFormation. That pairing tells you how Fortinet sees them. Terraform and Ansible are provider-agnostic and are examined as a pair. Bicep and CloudFormation are provider-native and are examined separately, one per cloud.

The four automation tools named on the NSE7_CDS_AR-7.6 blueprint: Terraform, Ansible, Bicep and CloudFormation

Knowing which tool suits which job is more likely to be tested than knowing any single syntax. Terraform describes desired infrastructure state and reconciles reality toward it. Ansible drives configuration and orchestration once the resources exist. The two are complementary rather than competing, which is exactly why the objective names them together.

The provider-native pair

Azure Bicep is a domain specific language that compiles down to Azure Resource Manager templates, replacing hand-written JSON with something readable. AWS CloudFormation is the equivalent native service on the other side, describing a stack of resources that AWS creates, updates, and rolls back as a unit.

For the tool-agnostic half of the section, HashiCorp’s Terraform documentation and the Ansible project documentation are the primary sources. For the native half, the concepts behind stacks and change sets are set out in the CloudFormation user guide.

What Does Cloud Infrastructure Monitoring Cover?

Three objectives: monitoring AWS networks, monitoring Azure networks, and using Fortinet monitoring tools for cloud workloads. Two provider-specific objectives plus one vendor objective, which is the same shape as the troubleshooting section and reinforces how deliberately dual-cloud this exam is.

The provider objectives are about knowing what telemetry each cloud actually produces and where it lands. Flow logs, metrics, and diagnostic settings differ in naming, in retention defaults, and in what they capture, and an architect who assumes symmetry between the two will design a blind spot.

Where the Fortinet layer adds something

The vendor tooling objective is about correlation. Provider telemetry tells you a flow was allowed or dropped at the network layer. Fortinet telemetry tells you what the traffic was and what policy acted on it. The architect skill is knowing which question each source can answer, so an investigation starts in the right place.

Candidates who want the exam’s own framing before committing to a study plan will find it summarised in iSecPrep’s earlier NSE7_CDS_AR-7.6 overview, which covers the credential’s career positioning alongside the blueprint.

How Is Troubleshooting Examined?

Through three objectives: AWS connectivity issues, Azure connectivity issues, and SDN connectors on both. The first two are provider-specific network diagnosis. The third is Fortinet-specific and is the one candidates most often underprepare, because SDN connectors sit at the seam between the two worlds.

How NSE7_CDS_AR-7.6 mirrors the same build, monitor and troubleshoot skills across AWS and Azure

An SDN connector lets a FortiGate read object information out of the cloud provider, so a policy can refer to a tag or an instance group rather than to a static address. When it stops working, policy silently stops matching what the author intended, and nothing in the firewall log says why.

What connectivity troubleshooting looks like in each cloud

Both providers give you several layers that can independently drop a packet, and the exam expects you to work through them in a sensible order rather than guess. Route tables, security groups or network security groups, gateway configuration, and the appliance’s own policy each fail differently.

  • A routing fault usually breaks one direction, so return traffic is the tell
  • A security group or NSG fault breaks a port or a source range rather than a whole path
  • An SDN connector fault breaks policies that use dynamic objects while static ones keep working
  • An appliance policy fault shows in the firewall log, which is why the absence of a log entry is itself diagnostic

That last point is worth internalising. On this exam, “nothing appears in the log” is not a dead end. It narrows the problem to everything upstream of the appliance.

Why Is the Result Pass or Fail Rather Than a Score?

Because Fortinet reports this exam as a pass or fail outcome with no numeric score and no published section weightings. You are told whether you cleared the bar, not how close you came or which section let you down. That single fact should change how you prepare.

Without weightings you cannot triage. On a weighted exam, a candidate can rationally decide to concede a ten percent domain and invest elsewhere. Here, any of the four sections could be the one carrying the most questions, and a section left unstudied is an unbounded risk.

What to do instead of triage

Aim for even competence across all four sections rather than depth in two. Work each objective until you could explain it to a colleague, then move on, rather than pursuing mastery of the section you find most interesting. Practice questions are also more valuable than usual on a pass or fail exam, because they are the only calibration signal available before results day.

What Is the Exam Format and Cost?

Between 35 and 40 questions in 75 minutes, priced at $200 USD, delivered as a proctored exam through Pearson VUE. That works out at roughly two minutes per question, which is generous by certification standards and appropriate for a paper built on scenarios rather than recall.

Specification Detail
Exam name Fortinet NSE 7 – Public Cloud Security 7.6.4 Architect
Exam number NSE7_CDS_AR-7.6
Questions 35 to 40
Duration 75 minutes
Result Pass or fail, no numeric score
Price $200 USD
Recommended training Public Cloud Security Architect
Registration Pearson VUE

The question count is given as a range rather than a fixed number, which is normal for Fortinet and means the paper is assembled from a pool. Fortinet names one recommended course, Public Cloud Security Architect, and states that the requirement is passing the proctored exam.

How Should You Build Toward This Exam?

Build, do not read. Every objective on this blueprint describes something you do in a live cloud account, and the two hardest sections, automation and troubleshooting, cannot be absorbed from documentation. A small dual-cloud lab is worth more than any study guide here.

  1. Stand up a minimal FortiGate deployment by hand in one cloud first, so you understand the routing and the insertion point before any tool abstracts it away from you.
  2. Rebuild that same deployment as code, using the provider-native tool for that cloud, so you can see exactly which manual step each template stanza replaced.
  3. Repeat the whole exercise in the second cloud, because three of the four exam sections name AWS and Azure separately and single-cloud fluency will leave half of each section unanswered.
  4. Rebuild it a third time in Terraform, then layer Ansible on top for configuration, which is the pairing the automation objective names and the combination most real teams end up running.
  5. Break it deliberately and fix it, working through route tables, security groups, gateways and SDN connectors in turn, so that the troubleshooting section is muscle memory rather than theory.

Around that lab work, treat practice questions as a calibration instrument rather than as revision. On a pass or fail exam with no published weightings, they are the only way to find out which section you are weakest in before it costs you the attempt. The wider Fortinet ladder, and where this exam sits on it, is mapped out on the Fortinet certification hub.

Frequently Asked Questions

How many questions are on the NSE7_CDS_AR-7.6 exam?

Between 35 and 40, with a 75 minute limit. The range means the paper is assembled from a question pool, so two candidates may not sit an identical exam.

What is the passing score for the Fortinet public cloud security architect exam?

There is no published passing score. The result is reported as pass or fail with no numeric score and no section breakdown, so you cannot see which area let you down.

How much does the exam cost?

$200 USD, booked through Pearson VUE as a proctored exam. Fortinet names one recommended course, Public Cloud Security Architect, which is priced separately.

Does the exam cover both AWS and Azure?

Yes, and deliberately. Three of the four sections name the two providers as separate objectives, covering monitoring, connectivity troubleshooting, and provider-native automation on each. Single-cloud experience will not carry the paper.

Which automation tools appear on the blueprint?

Four: Terraform and Ansible as a provider-agnostic pair, plus Azure Bicep and AWS CloudFormation as the provider-native options. They occupy one of the four exam sections outright.

What is an SDN connector and why does it matter here?

It lets a FortiGate read object information from the cloud provider so policies can reference tags or instance groups rather than static addresses. It has its own troubleshooting objective because failures are silent and break only dynamic policies.

Is this the same as the FCSS Public Cloud Security Architect exam?

It is the same track under a different name. Fortinet has moved back to NSE-numbered naming, so older material calls it FCSS Public Cloud Security Architect. Match the version suffix rather than the prefix.

Are section weightings published for this exam?

No. Unlike most certification blueprints, this one lists four sections and twelve objectives with no percentages attached, which means no section can safely be treated as low value.

What does CaaS mean on this syllabus?

Containers as a service. It sits alongside IaaS as a separate deployment objective because container workloads are ephemeral and often communicate inside a cluster, so the inspection point is different.

Is there a prerequisite certification?

Fortinet states the requirement as passing the proctored NSE 7 exam, with no prerequisite credential named. Practical experience across two cloud providers is the real entry condition.

Conclusion

NSE7_CDS_AR-7.6 asks a network security engineer to work like a cloud architect. A quarter of its blueprint is infrastructure as code, three of its four sections treat AWS and Azure as separate skills, and the result comes back as a single word with no breakdown to learn from.

That combination rewards evenness. Build the same deployment twice by hand, three more times in code, then break it on purpose, and the four sections stop being a list to revise and start being a thing you have actually done. Check the current objectives and question style on the money site before booking, and give the automation section more lab time than it looks like it needs.

Rating: 5 / 5 (1 votes)

The post NSE 7 Public Cloud Security: A Firewall Credential Built on Terraform appeared first on iSecPrep.

]]>