AWS 프리랜서

아마존 웹 서비스 (AWS) Cloud 설계 / 구축 / 운영 / 분석 aws 관련 시스템 엔지니어 구하시면 프리랜서 재택으로 원격 지원 해드립니다 ~ AWS 관련 서비스 설계 및 구축 운영 – AWS TA 설계 문서 – 운영 메뉴얼, 부하 테스트 및 이중화 테스트 지원 및 문서 산출 기본적인 web  / was / db 는 자체 소개 더보기 AWS 프리랜서[…]

use aws s3 on linux with s3fs command

ubuntu 14.04 install s3fs apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config git clone https://github.com/s3fs-fuse/s3fs-fuse.git cd s3fs-fuse ./autogen.sh ./configure make make install # make credential file(use AWS IAM Credential) echo ‘MyAccessKeyId:SecretAccessKey’ > /etc/passwd-s3fs chmod 600 /etc/passwd-s3fs # if you don’t make any permission, You can see this ;s3fs should not have others permissions’ 소개 더보기 use aws s3 on linux with s3fs command[…]