사용자 도구

사이트 도구


aws:elasticbeanstalk

문서의 이전 판입니다!


AWS ElasticBeansTalk EBT

Custom Platform

Java Process

  • Log 파일 경로는 process이름-1.log, process이름-1.error.log : Standard output and error streams from processes started with a Procfile are captured in log files named after the process and stored in /var/log. For example, the web process in the preceding example generates logs named web-1.log and web-1.error.log for stdout and stderr, respectively.

조건적 명령 실행

commands:
  01_create_dir:
    test: test ! -d "${DIR}"
    command: mkdir "${DIR}"

참고

aws/elasticbeanstalk.1547099601.txt.gz · 마지막으로 수정됨: 2019/01/10 14:53 저자 kwon37xi