Skip to Content
Security Automation with Ansible 2
book

Security Automation with Ansible 2

by Akash Mahajan, MADHU AKULA
December 2017
Intermediate to advanced
364 pages
7h 30m
English
Packt Publishing
Content preview from Security Automation with Ansible 2

Configuration

The following parameters are configurable before deployment:

  • region: AWS region to deploy in. This needs to be the same as the region where the VPC network resides.
  • accessToken: The accessToken that will be used to authenticate the requests to the blacklist endpoint.
  • aclLimit: The maximum number of rules an ACL can handle. The maximum limit in AWS is 20 by default.
  • ruleStartId: The starting ID for rules in the ACL.
  • aclID: The ACL ID of the network where the rules will be applied.
  • tableName: The unique table name in DynamoDB, created for each VPC to be defended.
  • ruleValidity: The duration for which a rule is valid, after which the IP will be unblocked.

Configure the following in the config.js file:

module.exports = { region: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing DevOps with Ansible 2

Implementing DevOps with Ansible 2

Jonathan McAllister
Practical Ansible 2

Practical Ansible 2

Daniel Oh, James Freeman, Fabio Alessandro Locati

Publisher Resources

ISBN: 9781788394512Supplemental Content