Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 785 Bytes

File metadata and controls

20 lines (15 loc) · 785 Bytes

AWS Config

  • Helps with auditing and recoding compliance of your AWS resources.
  • AWS Config Rules does not prevent actions from happening (no deny)
  • Scenarios
    • Unrestricted SSH access on security groups
    • S3 bucket with public access
    • ALB configuration changes over time.
  • AWS Regional service
  • View compliance of resource over time.
  • View relationship between resources (e.g. find all resources that use a particular security group)

AWS Config Rules:

  • Custom rules powered by Lambda functions
  • rules can be triggered upon config change and/or regular time intervals.
  • Can trigger Amazon EventBridge if rule is non-compliant
  • Remediations can be done by SSM Automations (e.g. remediate security group rules, stop instances with non-approved tags)