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[…]

grafana cloudwatch

http://docs.grafana.org/datasources/cloudwatch/ AWS credentials file /usr/share/grafana/.aws/credentials 수정 [default] aws_access_key_id = dfjladjfldajfldlajfdlfjdl aws_secret_access_key = djfladjlfaldfjlajdfldajlfjdlaf region = ap-northeast-1 [user] aws_access_key_id = djfladjfldaifdoafjdfjdlkjfdladfj aws_secret_access_key = djldjfldifjemfdjfdlamfldjfwljf region = ap-northeast-2a

AWS EIP 고정

AWS의 EIP는 말그대로 ~ 탄력적인 아이피라서 ~ 서비스중에 아이피 변경이 되면 난감한 경우가 발생할수도 있다. 그래서 변경이 안되게 요청을 해서 설정을하고, 변경이 되더라도 예측할수 있는 ip 내에서 변경이 되도록 ip pool 을 요청~~~   개인들도 신청이 될라나 모름 ???

AWS surge queue count

aws surge queue count 판단 기준은 시간 가지고 하는것 같고. ELB IDLE TIME 이지 않을까? ELB에서 받는데 BACK_END에서 못받는것들은 스필오버쪽에서 카운트가 되고 아마 Back-end 5xx를 뱉어내지 않을까? 하튼 백단에서 문제가 발생(커넥션,레이턴시)하면 큐 카운트 ~ 쌓이는거임 ~ 근데 백단에서는 찾을수 있는 방법이 쉽지 않음… 백단이랑 elb 커넥션 자체가 안맺어진 가능성이 큼 !!!