awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

Support “eks-endpoint-no-public-access” and “eks-secrets-encrypted” in the “us-west-1” region #402

Open shantgup opened 1 year ago

shantgup commented 1 year ago

Hello,

Creating this ticket on behalf of a customer.

Currently, deploying the template Security-Best-Practices-for-EKS.yaml fails in the us-west-1 region as the eks-endpoint-no-public-access and eks-secrets-encrypted rules are not supported in this region. The same can be confirmed in the docs here [1][2], quoted below.

AWS Region: All supported AWS regions except Asia Pacific (Jakarta), Africa (Cape Town), Middle East (UAE), Asia Pacific (Hyderabad), Asia Pacific (Osaka), Asia Pacific (Melbourne), Europe (Milan), AWS GovCloud (US-East), AWS GovCloud (US-West), US West (N. California), Europe (Spain), Europe (Zurich) Region

Requesting support for endpoint-no-public-access and eks-secrets-encrypted in the us-west-1 region.


[1] - https://docs.aws.amazon.com/config/latest/developerguide/eks-endpoint-no-public-access.html [2] - https://docs.aws.amazon.com/config/latest/developerguide/eks-secrets-encrypted.html