Chapter 9, Building Out a Cloud Network

  1. Which two environment variables are used by AWS modules to read your access ID and secret?

They are AWS_ACCESS_KEY and AWS_SECRET_KEY

  1. True or false: Every time you run the playbook, you will get a new VPC.

False

  1. State and explain why we are not bothering to register the results of creating subnets.

So that we can group together a list of subnet IDs by the role we have assigned them later in the playbook run

  1. What is the difference between using cidr_ip and group_id when defining a rule in a security group?

cidr_ip creates a rule that locks the supplied port down to a certain IP address where as group_id locks the post down to all hosts that are in the group_id you supply

  1. True or false: The order ...

Get Learn Ansible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.