cleanUrl: "/ssfire/aws/cloud9"

언어별 기능 지원 현황

Untitled

설정하기

Step 1 이름 정하기

Untitled

Step 2 환경설정

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

Untitled

최종 설정 환경 리뷰

{
    "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
    }
}

image.png

CodeCommit 과 연동하기

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

Create repository

Create repository

git 연동 후 push

git 연동 후 push

기동중

Untitled.png

Hibernate 되었다가 살아나는 과정