Ciinabox 0.5.3 Release

The ciinabox 2 0.5.3 release improves on ciinabox 2 networking features to improve network security and access.

Support For AWS Virtual Private Gateway

Virtual private gateway support enables ciinabox to be accessed through direct connect connection creating a secure private connection to Jenkins and other ciinabox tooling.

The following config will enable the virtual provate gateway assocation with the private Autonomous System Number (ASN) for the Amazon side of a BGP session.

vpc:
  enable_transit_vpc: true
  vgw_asn: 00000 # asn value

Internal HTTPS Loadbalancer Improvements

The ciinabox 2 release improves on the internal https loadbalancer by placing it in a defined subnet group instead of the default compute subnet group.

For example we created a new subnetgroup for a direct connect and place the loadbalancer in those same subnets.

vpc:
  subnets:
    directconnect:
      name: Directconnect
      type: private
      enable: true

internal_loadbalancer: 
  enable: true
  subnet_group: Directconnect