Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.28 KB

AWS Sentinel Policies for Terraform

This library, provides prescriptive Terraform policies that can be used to establish secure Terraform configuration for Amazon Web Services. The policies that are contained in this library are based on the CIS Amazon Web Services Benchmarks. Terraform Cloud/Enterprise users can use the policies in this library to establish a foundational level of security for the services that they are adopting in Amazon Web Services.

NOTE:

This Policy Library is not an exhaustive list of all of possible security configurations and architecture that is available in Amazon Web Services. If you have questions, comments, or have identified ways for us to improve this library, please create a new GitHub issue.


Policies included

  • Ensure cloudtrails are encrypted
  • Ensure EBS volumes created are encrypted (even if they are in launch templates)
  • ECS service not having public ip addresses
  • EFS filesystem with encryption enabled
  • Elasticsearch domains and node to node traffic are encrypted
  • RDS DB instances are encrypted
  • S3 buckets having server side encryption turned on

Docs can be found in docs/policies folder