Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Ec2 connect tunnel #325

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Ec2 connect tunnel #325

wants to merge 9 commits into from

Commits on Apr 14, 2020

  1. Support multiple data volumes in single-node-asg module.

    Tested in examples/single-node-asg-tester
    
    The change in all three modules is compatible with old code that defines just one data volume.
    Magicloud committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    3e3ad0d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. New function: single-node-asg module supports binding EIP by itself.

    Since it is single node, binding an EIP to the instance is possible. And
    it eases other things since the public interface is constant.
    
    Add assign_eip variable to single-node-asg. If turns it on, an EIP will
    be allocated, and assocated with the instance.
    
    Scope VPC is specified in case the account does not have a default VPC.
    Magicloud committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8e9e53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a024cbb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    98a15b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Add ec-connect-role module

    qrilka committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    31bcc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c17169 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    9faa472 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    06471e5 View commit details
    Browse the repository at this point in the history
  2. Fix ec2-connect-tunnel outputs

    qrilka committed May 12, 2020
    Configuration menu
    Copy the full SHA
    dd4700d View commit details
    Browse the repository at this point in the history