In this recipe, we will outline how to deploy network ACLs (NACLs) on AWS. NACLs are one of the security solutions available in AWS to secure computer resources deployed in the AWS cloud. In this recipe, we will outline how to describe and automate the deployment of NACLs in AWS.
Deploying network ACLs using Ansible
Getting ready
The Ansible control machine must have internet reachability to reach the AWS API endpoints, and the VPCs and subnets must already be provisioned, as per the previous recipe.
How to do it...
- Update the eu_prod_vpc.yml file with the NACL definition...