An administrator would like to use FortiCNP to keep track of sensitive data files located in the Amazon Web Services (AWS) S3 bucket and protect it from malware. Which FortiCNP feature should the administrator use?
Answer(s): C
https://docs.fortinet.com/document/forticnp/22.4.a/online-help/359537/anti-virus-scan-policy
You are using Ansible to modify the configuration of several FortiGate VMs. What is the minimum number of files you need to create, and in which file should you configure the target FortiGate IP addresses?
Answer(s): D
Comprehensive and Detailed Explanation From FortiOS 7.6, FortiWeb 7.4 Exact Extract study guide:Based on the FortiOS 7.6 Automation Guide and the provided documentation for Ansible workflows, the following structure is required for managing multiple FortiGate nodes:Inventory File (The Target List): The inventory is a single file that defines the list of managed nodes. It specifies critical information such as hostnames, connection details, and specifically the IP addresses of the target devices. According to the study guide, this inventory is a text file that lists all the systems you want to manage.Playbook File (The Task List): You create and edit a separate file that acts as the playbook. This file is written in YAML format and contains the series of tasks that Ansible performs on the managed nodes to reach a desired state.Minimum File Count: A basic Ansible workflow consists of exactly two files: one inventory file (text) and one playbook file (YAML). By listing the target IP address (e.g., 10.0.206.131) within the inventory text file, the administrator can manage the FortiGate device without needing individual files for every target.Why other options are incorrect:Option A & C: Creating a separate playbook or inventory file for each target is inefficient and contradicts the core Ansible workflow, which uses a single inventory to manage multiple hosts.Option B: While the playbook is a .yaml file, the study guide specifically defines the inventory (where IP addresses are configured) as a text file in the context of the basic workflow.
Refer to the exhibit.The exhibit shows an active-passive high availability FortiGate pair with external and internal Azure load balancers There is no SDN connector used in this solution.Which configuration must the administrator implement on each FortiGate?
Your DevOps team is evaluating different Infrastructure as Code (IaC) solutions for deploying complex Azure environments.What is an advantage of choosing Azure Bicep over other IaC tools available?
Answer(s): B
You must add an Amazon Web Services (AWS) network access list (NACL) rule to allow SSH traffic to a subnet for temporary testing purposes. When you review the current inbound and outbound NACL rules, you notice that the rules with number 5 deny SSH and telnet traffic to the subnet.What can you do to allow SSH traffic?
Refer to the exhibit.After the initial Terraform configuration in Microsoft Azure, the terraform plan command is run.Which two statements about running the terraform plan command are true? (Choose two.)
Answer(s): C,D
A Network security administrator is searching for a solution to secure traffic going in and out of the container infrastructure.In which two ways can Fortinet container security help secure container infrastructures? (Choose two.)
Answer(s): A,B
An organization is deploying FortiDevSec to enhance security for containerized applications, and they need to ensure containers are monitored for suspicious behavior at runtime.Which FortiDevSec feature is best for detecting runtime threats?