Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 891 Bytes

aws-devops-compliance-comparison.md

File metadata and controls

21 lines (21 loc) · 891 Bytes

KEY IDEA Comparing Compliance solutions

  • AWS Config
    • Automated Config management database
    • Ensure EC2 instance has proper AWS configuration (not open SSH port)
    • Audit and compliance over time (rules optional)
    • Automation and remediation with CloudWatch or directly
      • lambda custom rules
      • SSM automation only for remediation
  • Inspector
    • Will not launch instances (must exist) but it can install Inspector agent if SSM agent exists
    • Security vulnerability scan within OS with agent
    • Or outside network scanning
  • Systems Manager SSM
    • Run automations, patches, commands, inventory at scale
  • Service Catalog
    • Restrict how instances can be launched
    • Make sure beginners don't make mistakes
  • Configuration Management tools
    • SSM, OpsWorks, Ansible, Chef, Puppet, userdata
    • Q: CloudFormation?
    • Ensure EC2 instances have proper configuration files