🚀Launch Week 08, April 14th - 18th, 2025🚀
Mods
AWS

Policy: AWS > EKS > Cluster > Endpoint Access > CIDR Ranges

Configure the allowed CIDR blocks for public endpoint access to the EKS cluster.

This policy is only applicable when public endpoint access is enabled (either "Public" or "Public and Private" mode).

The policy accepts a list of CIDR blocks in array format. Setting an empty array will remove all CIDR blocks, effectively blocking all public access.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Setting this policy configures this control:

Policy Specification

Schema Type
array
Default
- 0.0.0.0/0
Examples [YAML]
  • - 10.0.0.0/16
    - 203.0.0.0/16
    - 198.51.0.0/16
    
  • - 0.0.0.0/0
    

Category

In Your Workspace

Developers