Skip to content

EKS example needs update to VPS subnet IP settings #52

@geerlingguy

Description

@geerlingguy

For more details, see Upcoming Changes to IP Assignment for EKS Managed Node Groups.

It seems like I would just need to add the property MapPublicIpOnLaunch: true to all the subnets in the vpc.yml template:

  Subnet1a:
    Type: AWS::EC2::Subnet
    Properties:
      VpcId: !Ref VPC
      AvailabilityZone:
        Fn::Sub: '${Region}a'
      CidrBlock: 172.16.0.0/18
      # This is the new setting:
      MapPublicIpOnLaunch: true
      Tags:
        - Key: Name
          Value: eks-example-a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions