[펌] 다중 서버 환경에서 Session은 어떻게 공유하고 관리할까? - 2편(Sticky Session, Session Clustering, Session Storage 분리)
·
System Engineering
https://hyuntaeknote.tistory.com/6 다중 서버 환경에서 Session은 어떻게 공유하고 관리할까? - 2편(Sticky Session, Session Clustering, Session St 개요 지난 시간에 서버의 성능을 업그레이드하는 두 가지 방법을 알아보았습니다. 그중 스케일 아웃을 하면 여러 대의 서버가 각각 세션 저장소를 독립적으로 갖게 되므로 정합성 이슈가 발생 hyuntaeknote.tistory.com https://hyuntaeknote.tistory.com/7?category=867120 다중 서버 환경에서 Session은 어떻게 공유하고 관리할까? - 3편 (Disk based database vs In-Memory database) 개요 지난 시간 다중 서..
Gateway Loadbalancer
·
CLOUD/AWS Cloud
https://kim-dragon.tistory.com/167 [AWS] GWLB란?(Gateway LoadBalancer) - 패턴별 GWLB 구축 GWLB란? AWS GWLB(Gateway Load Balancer)는 AWS 로드밸런서 서비스 타입중 하나로 외부에서 유입돼는 트래픽과 외부로 나가는 트래픽을 다른 네트워크(VPC)의 게이트웨이 역할로 가상어플라이언스로 라우 kim-dragon.tistory.com
IGW가 incoming internet traffic를 route table에서 정의하나?
·
CLOUD/AWS Cloud
갑자기 헷갈리네? 근데 route table 내용 보면 그런거 없는 것 같은데? igw가 있으면, outbound traffic은 무조건 vpc 안으로 들어오는건가봄?
[error] The request must contain the parameter size or snapshotId. Launching EC2 instance failed. 해결 방법
·
CLOUD/AWS Cloud
auto scaling group 만드는데 자꾸 이런 에러가 나서 원인을 찾아봤다. https://github.com/aws/aws-parallelcluster/issues/2523 createami fails with error "must contain the parameter size or snapshotId" · Issue #2523 · aws/aws-parallelcluster Background Info: AWS ParallelCluster version [e.g. 2.9.0]: 2.10.2 Block of Config file: [cluster pc2102] base_os = alinux2 ebs_settings = apps [ebs apps] shared_dir = /apps ebs_snap..
aws auto scaling group
·
CLOUD/AWS Cloud
ec2 template를 만들고, auto scaling group을 만들고 -> 여기서 ec2 instances 배포 가능! 그 다음에 aws auto scaling에서 scaling policy를 만든다음에, 특정 auto scaling group에 연결시켜주면 됨. 문제가 생겼던 부분) 1. 회색 글자 부분을 안채워줌. Volume의 SIZE와 IOPS 특히.. 2. public ip auto assign 부분을 클릭한다.
aws linux 스트레스 테스트 방법
·
CLOUD/AWS Cloud
https://gist.github.com/mikepfeiffer/d27f5c478bef92e8aff4241154b77e54 Install Stress Utility on Amazon Linux 2 Install Stress Utility on Amazon Linux 2. GitHub Gist: instantly share code, notes, and snippets. gist.github.com stress.sh sudo amazon-linux-extras install epel -y sudo yum install stress -y https://idchowto.com/%EB%A6%AC%EB%88%85%EC%8A%A4-%EA%B3%BC%EB%B6%80%ED%99%94-%ED%85%8C%EC%8A%A4..