cleanUrl: "/ssfire/aws/cloud9"


현재 서울 리전에서는 t2.micro로 생성이 안됨, 성공한거처럼 보여도 다 넘어가서 진입하는 과정에서 환경 구성 실패라고 나옴. 최소 t3.small은 해야함

@automaticShutdown{
"build": {
"@saveall": true
},
"extensions": {
"@aws.profile": "profile:default",
"@json.schemas": [],
"all": {
"@java": true,
"@javaDebug": true
}
},
"instance": {
"@automaticShutdown": "30"
},
"language": {
"tern_defs": {
"json()": {
"browser": {
"enabled": true
},
"ecma5": {
"enabled": true
},
"jQuery": {
"enabled": true
}
}
}
},
"launchconfigurations": {
"@currentconfig": ""
},
"python": {
"@path": "/usr/local/lib/python3.4/dist-packages:/usr/local/lib/python3.5/dist-packages"
},
"run": {
"configs": {
"@inited": true,
"json()": {}
}
},
"welcome": {
"@first": true
}
}

repository를 생성 후 terminal에서 git 기존 연동과 동일하게 연동하면 됨

Create repository

git 연동 후 push
