[펌] 쿠키와 세션 개념
·
Computer Science/Network
https://interconnection.tistory.com/74 쿠키와 세션 개념 노션 페이지(아래 내용과 동일) 개요 쿠키와 세션은 개발자 말고도 인터넷 사용자라면 누구나 많이 들어본 단어입니다. 하지만 개념에 대해서는 많은 사람들이 헷갈려 하기에 쉽고 interconnection.tistory.com
[펌] AWS Aurora 도입전에 알아야 할 몇가지 사실 (RDS&Aurora 비교)
·
CLOUD/AWS Cloud
https://blog.hbsmith.io/aws-aurora-%EB%8F%84%EC%9E%85%EC%97%90-%EB%8C%80%ED%95%9C-%EB%AA%87%EA%B0%80%EC%A7%80-%EC%82%AC%EC%8B%A4-45eb602bad58 AWS Aurora 도입전에 알아야 할 몇가지 사실 처음 AWS Aurora DB를 사용하기 전에 알아두면 좋은 것들 blog.hbsmith.io
[펌] 다중 서버 환경에서 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..