aws 자격증
-
AWS solutions Architect Associate 오답노트 1aws 2021. 2. 14. 18:25
1. ALB based health check vs EC2 based health check ALB는 ALB based health check만 할 수 있는 반면, ASG는 ALB based health check와 EC2 based health check 둘다 할 수 있다. ALB과 ASG 둘 다 ALB based health check를 사용하길 권장된다. 둘이 다를 경우(ASG가 EC2 based health check를 사용할 경우) 문제가 발생할 수 있다. (ALB는 ec2가 unhealthy하다 판단해서 제외했는데, 정작 ASG는 해당 ec2가 건강하다 생각해서 새로운 ec2를 런칭하지 않는 문제) 2. EBS vloume types EBS volume types는 두 종류로 나뉜다. 1) S..