AWS CDK for Network Infrastructure Quiz

5 questions Pass: 70% +20 pts

Quiz covering Network Automation

AWS CDK for Network Infrastructure Quiz

5 questions | Pass: 70% | Earn 20 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which AWS CDK construct is primarily used to define a Virtual Private Cloud (VPC) with standard best practices like public and private subnets?

  2. 2

    When deploying network resources using AWS CDK, what is the purpose of the 'cdk synth' command?

  3. 3

    You need to reference an existing VPC created outside of your current CDK stack. Which method should you use?

  4. 4

    Which approach is recommended in AWS CDK to ensure that your network infrastructure code is reusable across different environments (Dev, Staging, Prod)?

  5. 5

    In a CDK application, you are using the 'aws-ec2' module to add an ingress rule to a Security Group. Why might a deployment fail with a Circular Dependency error?