Skip to content

Instantly share code, notes, and snippets.

View ogckw's full-sized avatar

Hans Hsu ogckw

View GitHub Profile
@ogckw
ogckw / ec2-node-amzn.sh
Last active July 15, 2021 20:24
ec2-amazon-linux-node-userdata
#!/bin/bash
# Program:
# EC2 initially install node.js, git for development environment.
# You can modify nodev and nvmv for changing node and nvm version.
# Set permission to ec2-user install above.
# History:
# 2017/07/25 Hans First release
home=/home/ec2-user
nodev='8.11.2'
nvmv='0.33.11'