AWS EKS Terraform module

Upstream version 21.24.1
8 controls from AWS Well-Architected Framework v10 requirements

Terraform Module Source

awswellarchitected.compliance.tf/terraform-aws-modules/eks/aws
CloudWatch log groups should have retention period of at least 365 days
cloudwatch_log_group_retention_period_365
Framework requirement
EKS clusters should have control plane audit logging enabled
eks_cluster_control_plane_audit_logging_enabled
Framework requirement
EKS clusters endpoint public access should be restricted
eks_cluster_endpoint_public_access_restricted
Framework requirement
EKS clusters should be configured to have kubernetes secrets encrypted using KMS
eks_cluster_secrets_encrypted
Framework requirement
Log groups should have encryption at rest enabled
log_group_encryption_at_rest_enabled
Framework requirement
SQS queues should have encryption at rest enabled
sqs_queue_encrypted_at_rest
Framework requirement
SQS queues should be encrypted with KMS CMK
sqs_queue_encrypted_with_kms_cmk
Framework requirement
VPC security groups should restrict ingress from 0.0.0.0/0 or ::/0 to cassandra ports 7199 or 9160 or 8888
vpc_security_group_allows_ingress_to_cassandra_ports
Framework requirement