What's new in 2026.3.3

Control Plane 2026.3.3 release notes.

Customize AWS resource name tag prefix

AWS locations now support a name-tag-prefix to customize the Name tag applied to EC2 instances and related resources:

control-plane {
  locations = [
    {
      id = "<location-id>"
      type = "aws"
      name-tag-prefix = "<EXAMPLE_PREFIX_>"
    }
  ]
}

Edit this page on GitHub