The Nutanix Certified Professional - Cloud Integration - AWS v6.10 (NCP-CI-AWS) exam validates your ability to design, deploy, and manage Nutanix Cloud Clusters (NC2) on Amazon Web Services. This certification is ideal for cloud architects, infrastructure engineers, and IT professionals who work with hybrid cloud environments. This page provides a structured study roadmap, covers exam formats, and connects you to practical preparation resources. Passing NCP-CI-AWS demonstrates your competency within the Nutanix Certified Professional credential path and confirms your readiness for real-world cloud integration projects.
Use this topic map to guide your study for Nutanix NCP-CI-AWS (Nutanix Certified Professional - Cloud Integration - AWS v6.10) within the Nutanix Certified Professional path.
The NCP-CI-AWS exam uses multiple question types to assess both foundational knowledge and applied decision-making in AWS cloud integration scenarios.
Questions progress in difficulty and reward candidates who understand not just "what" features exist, but "why" and "when" to use them in production environments.
An effective study plan divides the four core topics into weekly milestones, balances theory with hands-on practice, and includes review cycles to reinforce weak areas. Dedicate time to each domain proportionally, and connect concepts across the deployment and management lifecycle.
Explore other Nutanix certifications: view all Nutanix exams.
Strengthen your preparation with up-to-date resources from validexamdumps.com. These materials align to NCP-CI-AWS and cover practical scenarios with clear explanations.
Visit the exam page to download the PDF, Online Practice Test, or get a bundle discount for both formats: Nutanix Certified Professional - Cloud Integration - AWS v6.10.
Deployment and management workflows typically account for a larger portion of the exam because they require both knowledge and applied decision-making. However, all four domains are important; weak preparation in any area (especially AWS prerequisites) can lead to missed questions across multiple sections. Balance your study time proportionally, but expect more scenario-based items in the Deploy and Manage domains.
In practice, you first Prepare the AWS environment (networking, IAM, quotas), then Deploy the NC2 cluster, Configure it to match organizational policies, and finally Manage it through its operational lifecycle. Understanding this sequence helps you see how decisions made during preparation affect deployment success and management ease. For example, incorrect VPC sizing during preparation can constrain scaling options during the Manage phase.
Practical experience with AWS console navigation, VPC and subnet configuration, and at least one NC2 deployment cycle is highly beneficial. If lab access is limited, focus on understanding the deployment and configuration workflows conceptually, and practice scenario questions that simulate real decision points. Familiarity with AWS CloudFormation and Nutanix Calm automation also strengthens your grasp of infrastructure-as-code patterns used in NC2 deployments.
Candidates often confuse AWS-specific settings (e.g., instance types, security group rules) with NC2-specific configurations, leading to incorrect answers on scenario questions. Another frequent error is overlooking the importance of pre-deployment validation; many questions test whether you know what to check before deploying. Finally, some candidates rush through configuration questions without carefully reading all options, missing nuanced differences in security or performance trade-offs.
Spend the final week reviewing questions you previously missed, focusing on the explanations rather than re-memorizing facts. Take one full-length timed practice test to identify any remaining weak spots, then do targeted review in those areas. Avoid introducing new material; instead, reinforce your understanding of core concepts and practice pacing. Get adequate sleep the night before the exam and arrive early to settle in.
An administrator has deployed an NC2 cluster on AWS to an existing environment for VDI.
Afterwards, the corporate security teams direct the administrator to reuse an existing AWS subnet, 10.79.4.0/24 that has two EC2 instances: EC2-1 (10.79.4.200) and EC2-2 (10.79.4.201). The security team indicates that this directive is to avoid overlap with the AHV IPAM.
Which two configuration actions should the administrator take to ensure there are no configuration issues? (Choose two.)
To avoid IP address conflicts and ensure there are no configuration issues when reusing an existing AWS subnet, the administrator should take the following actions:
aCLI > net.add_to_ip_blacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201 (Answer A):
This command adds the specified IP addresses to the blacklist, preventing AHV IPAM from assigning these addresses to any VMs. This ensures that the existing EC2 instances with IPs 10.79.4.200 and 10.79.4.201 are not allocated to other VMs in the NC2 cluster.
Configure the AHV IPAM to use DHCP range 10.79.4.2 -10.79.4.253 (Answer D):
By configuring the AHV IPAM to use a specific DHCP range, you ensure that the IP addresses assigned to the EC2 instances (10.79.4.200 and 10.79.4.201) are not included in the DHCP pool. This prevents IP address conflicts within the subnet.
Nutanix aCLI Reference
Nutanix NC2 on AWS Documentation
AWS VPC and Subnet Basics
An administrator plans to reserve Nutanix licenses for NC2 consumption.
Which two statements are correct? (Choose two.)
What is the purpose of an organization in the NC2 console?
In the NC2 console, an organization is used to segregate clusters based on specific requirements. This segregation allows administrators to manage clusters more effectively by grouping them according to business units, projects, or other criteria. This organizational structure helps in maintaining clear boundaries and applying specific policies or permissions to different clusters within the same NC2 environment.
Nutanix Cloud Clusters on AWS Administration
Nutanix Certified Professional - Cloud Integration - AWS
Regarding a cloud cluster, which two upgrades can be performed using LCM? (Choose two.)
AHV (Answer A):
AHV (Acropolis Hypervisor) can be upgraded using Lifecycle Manager (LCM). LCM simplifies the upgrade process and ensures that all components are updated in a coordinated manner.
BIOS (Answer C):
BIOS upgrades can also be performed using LCM. This helps in maintaining hardware compatibility and performance by ensuring that the latest firmware is installed.
Nutanix Lifecycle Manager (LCM) Documentation
Nutanix AHV Upgrade Guide
Nutanix BIOS Upgrade Documentation
Exhibit.

What does the exhibit indicate?
The exhibit indicates a replication operation with specific details about the protection domain, remote site, and snapshot. Key points to note are:
Bytes Completed: 0 bytes completed.
Complete Percent: 0.0%
Paused: false
Aborted: false
Given these details:
No ongoing replication: The operation has started, but there is no progress in terms of bytes completed or percentage completed. Since the status shows 0 bytes and 0 percent completed, it indicates that no data has been replicated yet.
Nutanix Protection Domain and Replication Documentation
Nutanix Best Practices for Monitoring Replication