Metadata-Version: 1.1
Name: cinq-auditor-vpc-flowlogs
Version: 2.1.1
Summary: VPC Flow Log auditor
Home-page: https://github.com/RiotGames/cinq-auditor-vpc-flowlogs/
Author: Riot Games Security
Author-email: security@riotgames.com
License: License :: OSI Approved :: Apache Software License
Description: *************************
        cinq-auditor-vpc-flowlogs
        *************************
        
        Please open issues in the `Cloud-Inquisitor <https://github.com/RiotGames/cloud-inquisitor/issues/new?labels=cinq-auditor-vpc-flowlogs>`_ repository
        
        ===========
        Description
        ===========
        
        This auditor validates that VPC flow logging is enabled within all your VPCs for your account, taking corrective action if necessary.
        
        ==========
        Operation
        ==========
        The VPC Flow Logs auditor verifies that every VPC in the account has VPC flow logging enabled. The Auditor runs at the interval configured and will create the necessary account-level IAM Role and CloudWatch LogGroups if VPC flow logging is required for a VPC.
        
        The VPC Flow logs are automatically sent to a cloudwatch log group with a prefix of the VPC-ID.
        
        =====================
        Configuration Options
        =====================
        
        +---------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | Option name         | Default Value  | Type   | Description                                                                                               |
        +=====================+================+========+===========================================================================================================+
        | enabled             | False          | bool   | Enable the VPC Flow Logs auditor                                                                          |
        +---------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | interval            | 60             | int    | Run frequency in minutes                                                                                  |
        +---------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | log_retention_days  | 180            | int    | Days to retain logs before expiring                                                                       |
        +---------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
Keywords: cloud security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Flask
Classifier: Framework :: Sphinx
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
