nerdexam
Amazon

SOA-C02 · Question #478

Lab Simulation 6 Instructions. If your AWS Management Console browser does not show that you are logged in to an AWS account, close the browser and relaunch the console by using the AWS Management…

All four options (A, B, C, and D) are correct - they collectively represent the complete set of required configurations for the DaxLabCluster, and none are distractors in this question. Why all are correct: A (dax.t3.small): DAX requires selecting an EC2-based node type…

Submitted by lukas.cz· Mar 30, 2026Deployment, Provisioning, and Automation

Question

Lab Simulation 6 Instructions. If your AWS Management Console browser does not show that you are logged in to an AWS account, close the browser and relaunch the console by using the AWS Management Console shortcut from the VM desktop. If the copy-paste functionality is not working in your environment, refer to the instructions file on the VM desktop and use Ctrl+C, Ctrl+V or Command-C, Command-V. Use the following configuration requirements to create an Amazon DynamoDB Accelerator (DAX) cluster and modify an existing DynamoDB table. 1. Use the us-east-2 Region for all resources. 2. Use the default configuration settings unless different settings are specified in the following instructions. 3. Configure a DAX cluster to expire cached data items after 240 seconds and to expire cached queries after 120 seconds. ***Note: Configure these values before you finalize creation of the cluster. Otherwise, you will have to wait until cluster creation is complete before you can do this step. 4. Create a three-node DynamoDB DAX cluster that is named DaxLabCluster:

Exhibits

SOA-C02 question #478 exhibit 1
SOA-C02 question #478 exhibit 2
SOA-C02 question #478 exhibit 3
SOA-C02 question #478 exhibit 4
SOA-C02 question #478 exhibit 5
SOA-C02 question #478 exhibit 6
SOA-C02 question #478 exhibit 7
SOA-C02 question #478 exhibit 8
SOA-C02 question #478 exhibit 9
SOA-C02 question #478 exhibit 10
SOA-C02 question #478 exhibit 11
SOA-C02 question #478 exhibit 12
SOA-C02 question #478 exhibit 13
SOA-C02 question #478 exhibit 14
SOA-C02 question #478 exhibit 15
SOA-C02 question #478 exhibit 16
SOA-C02 question #478 exhibit 17
SOA-C02 question #478 exhibit 18

Options

  • AUse dax.t3.small instances.
  • BUse the LabVPC VPC and the PrimaryPrivateSubnet and FailoverPrivateSubnet subnets.
  • CUse the LabDAXSG security group.
  • DConfigure the DAX cluster to use the DynamoDBAccessRole IAM role.

Explanation

All four options (A, B, C, and D) are correct - they collectively represent the complete set of required configurations for the DaxLabCluster, and none are distractors in this question.

Why all are correct:

  • A (dax.t3.small): DAX requires selecting an EC2-based node type; dax.t3.small is a cost-appropriate instance for lab environments and is a valid DAX node class.
  • B (LabVPC + subnets): DAX clusters are VPC-resident; specifying both a primary and failover subnet enables the three-node cluster to distribute nodes across Availability Zones for high availability.
  • C (LabDAXSG security group): The security group controls inbound traffic to the DAX endpoint (port 8111 for unencrypted, 9111 for TLS); without the correct SG, your application cannot reach the cluster.
  • D (DynamoDBAccessRole): DAX acts as a proxy to DynamoDB on your behalf and must be granted an IAM role with DynamoDB read/write permissions - it cannot cache data it cannot retrieve.

Memory tip: Think of DAX cluster creation as four pillars - Compute (instance type), Network (VPC/subnets), Security (SG), and Permissions (IAM role). A cluster missing any pillar will either fail to create, fail to connect, or fail to read from DynamoDB.

Topics

#DynamoDB Accelerator (DAX)#Caching Strategies#Database Performance#Cluster Configuration

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice