Page 2 out of 13 Pages |
An organization wants to control network traffic at the individual User VM (UVM) subnet level. Which action will help achieve this goal?
A. Create a custom security group.
B. Modify the default UVM security group.
C. Modify the user management security group.
D. Modify the internal management security group.
Explanation:
To control network traffic at the individual User VM (UVM) subnet level, creating a custom security group is
the appropriate action. This approach allows for fine-grained control over inbound and outbound traffic rules
that can be applied to specific subnets or individual instances within those subnets.
Custom Security Group:
Custom security groups enable administrators to define specific traffic rules tailored to the needs
of individual subnets or VMs. This includes specifying allowed IP ranges, ports, and protocols.
By applying these custom security groups to the UVMs, the organization can control access and
enhance security according to their policies and requirements.
Steps to Create a Custom Security Group:
An administrator has created an NC2 cluster on AWS, but the NC2 console has issued this alert:
Which two scenarios could have resulted in the cluster creation failure? (Choose two.)
A. Bad Terraform (TF) state in provisioning
B. Insufficient permissions
C. No available AWS credits
D. AWS Quota exceeded/instance limit exceeded
Explanation:
The error message in the image indicates that the cluster creation failed due to reaching the maximum retries
for provisioning cluster nodes. Here are two possible scenarios that could lead to this issue:
Insufficient Permissions (Answer B):
If the AWS user or role used to create the cluster does not have sufficient permissions, it can
result in failures during the provisioning process. Proper IAM policies must be attached to ensure
that the necessary actions can be performed, such as launching instances, creating VPCs, or
managing networking components.
AWS Quota Exceeded/Instance Limit Exceeded (Answer D):
AWS imposes quotas and limits on the number of instances and other resources that can be
created within an account. If these quotas are exceeded, new instances cannot be provisioned,
causing the cluster creation to fail. This can be resolved by requesting a quota increase from
AWS.
Which two options are prerequisites for deploying an NC2 on AWS cluster? (Choose two.)
A. AWS Direct Connect
B. A valid CIDR range
C. A my.nutanix.com account
D. An on-premises Prism Central environment
Explanation:
An administrator planned to create a new NC2 cluster and chose the existing AWS VPC infrastructure in the workflow. The administrator needs two private subnets to complete the configuration.
A. For user VMs and cluster management
B. For Prism Element and Prism Central management
C. For DNS and NJP management
D. For private NAT and Elastic IP management
Explanation:
When creating a new NC2 cluster using an existing AWS VPC infrastructure, two private subnets are needed.
These subnets are used as follows:
Which address must AWS Directory Service be able to resolve when deploying a new NC2 cluster?
A. gateway-internal-api.cloud.nutanix.com
B. gateway-external-api. cloud, nutanix.com
C. dovvnloads.cloud.nutanix.com
D. apikeys.nutanix.com
Explanation:
An administrator is tasked with providing VMs outbound internet connectivity in AWS. Which components would the administrator need to create in the VPC to achieve this?
A. Public Subnet NAT Gateway, Public EIP, Route Table
B. Private Subnet NAT Gateway, Public EIP, Route Table
C. Private Subnet Flow Gateway, Public EIP, Route Table
D. Public Subnet Flow Gateway, Public EIP, Route Table
Explanation:
To provide VMs with outbound internet connectivity in AWS using a private subnet, the administrator needs
to create the following components in the VPC:
Private Subnet: A private subnet is required to house the VMs that need outbound internet access but
do not require direct inbound access from the internet.
NAT Gateway: A NAT (Network Address Translation) Gateway is necessary to allow instances in the
private subnet to connect to the internet or other AWS services while preventing the internet from
initiating a connection with those instances.
Public EIP (Elastic IP Address): An EIP is associated with the NAT Gateway to provide a persistent
public IP address that allows outbound internet traffic from the private subnet to be routed correctly.
Route Table: A route table is configured to route traffic from the private subnet to the NAT Gateway
for outbound internet access.
Page 2 out of 13 Pages |
Previous |