Can you connect to Amazon ElastiСache Redis outside of Amazon?

后端 未结 9 1610
梦谈多话
梦谈多话 2020-12-02 05:56

I\'m able to connect to an ElastiCache Redis instance in a VPC from EC2 instances. But I would like to know if there is a way to connect to

9条回答
  •  自闭症患者
    2020-12-02 06:39

    This is a solid node script that will do all the dirty work for you. Tested and verified it worked.

    https://www.npmjs.com/package/uzys-elasticache-tunnel

    How to use Usage: uzys-elasticache-tunnel [options] [command]

    Commands:

    start [filename]  start tunneling with configuration file (default: config.json)
    stop              stop tunneling
    status            show tunneling status
    

    Options:

    -h, --help     output usage information
    -V, --version  output the version number
    

    Usage Example

    • start - uzys-elasticache-tunnel start ./config.json
    • stop - uzys-elasticache-tunnel stop
    • status - uzys-elasticache-tunnel status

提交回复
热议问题