1. Cross-Zone Load Balancing๊ต์ฐจ ์์ญ ๋ก๋ ๋ฐธ๋ฐ์ฑ์ ๋ก๋ ๋ฐธ๋ฐ์๊ฐ ๊ฐ์ฉ ์์ญ(AZ)์ ์๊ด์์ด ๋ชจ๋ ์ธ์คํด์ค์ ํธ๋ํฝ์ ๊ท ๋ฑํ๊ฒ ๋ถ๋ฐฐํ๋ ๊ธฐ๋ฅ์ด๋ค. ์๋ฅผ ๋ค์ด, ํ์ชฝ ๊ฐ์ฉ ์์ญ์ EC2 ์ธ์คํด์ค 2๊ฐ, ๋ค๋ฅธ ์ชฝ ๊ฐ์ฉ ์์ญ์ 8๊ฐ๊ฐ ์๋ค๋ฉด, ์ผ๋ฐ์ ์ผ๋ก ํธ๋ํฝ์ ์ธ์คํด์ค ๊ฐ์์ ๋ฐ๋ผ ๋๋๋ค. ํ์ง๋ง ๊ต์ฐจ ์์ญ ๋ก๋ ๋ฐธ๋ฐ์ฑ์ ์ฌ์ฉํ๋ฉด, ๋ชจ๋ ์ธ์คํด์ค๊ฐ ๋์ผํ ์์ ํธ๋ํฝ์ ๋ฐ๋๋ค.With Cross Zone Load Balancing:each load balancer instance distributes evenly across all registered instances in all AZ์๋ ๋ฐฉ์ํด๋ผ์ด์ธํธ๊ฐ ๋ก๋ ๋ฐธ๋ฐ์(ALB)์ ํธ๋ํฝ์ ๋ณด๋ธ๋ค.๊ฐ ๋ก๋ ๋ฐธ๋ฐ์ ์ธ์คํด์ค๋ ๋ชจ๋ ๊ฐ์ฉ..
1. Sticky Sessions (Session Affinity)๊ณ ์ ์ธ์
๋๋ ์ธ์
๋ฐ์ ์ฑIt is possible to implement stickiness so that the same client is alwyas redirected to the same instance behind a load balancerThis works for Classic Load Balancers & Application Load BalancersThe "cookie" used for stickiness has an expiration date you control Use case: make sure the user doesn't lose his session dataEnabling stickiness may bri..
1. Gateway Load Balancerโ deploy, scale, and manage a fleet of 3rd party network virtual appliances in AWS๋ฐฐํฌ ๋ฐ ํ์ฅ๊ณผ AWS์ ํ์ฌ ๋คํธ์ํฌ์ ๊ฐ์ ์ดํ๋ผ์ด์ธ์ค ํ๋ฆฟ ๊ด๋ฆฌ์ ์ฌ์ฉ๋๋ค.โ Example: Firewalls, Intrusion Detection and Prevention Systems, Deep Packet Inspection Systems, payload manipulationGWLB์ ์ญํ ์ ํธ๋ํฝ์ ๋ฐฉํ๋ฒฝ์ด๋ ์นจ์
ํ์ง ์์คํ
(์ดํ๋ผ์ด์ธ์ค)๋ก ์ ๋ฌํ๋ ๊ฒ์ด๋ค.โ Operates at Layer 3 (Network Layer) - IP Packets ๋ชจ๋ ๋ก๋ ๋ฐธ๋ฐ์๋ณด๋ค ๋ฎ์ ์์ค์์ ์คํ๋๋ค. - I..
1. Network Load Balancer (v2)Network load balancers (Layer 4) allow to:- Forward TCP & UDP traffic to your instances - Handle millions of request per seconds- Less latency ~100 ms (vs 400 ms for ALB)NLB has one static IP per AZ, and supports assigning Elastic IP(helpful for whitelisting specific IP)NLB are used for extreme performance, TCP or UDP trafficNot included in the AWS free tier์ํ๋ฌธ์ ์ ๊ณ ์ฑ..
1. Application Load Balancer (v2)Application load balancers is Layer 7 (HTTP)Load balancing to multiple HTTP applications across machines (target groups)Load balancing to multiple applications on the same machine (ex: containers)(๋์ผ EC2 ์ธ์คํด์ค ์์ ์ฌ๋ฌ ์ ํ๋ฆฌ์ผ์ด์
์ ๋ถํ๋ฅผ ๋ถ์ฐํ๋ค)Support for HTTP/2 and WebSocketSupport redirects (from HTTP to HTTPS for exampleALB are a great fit for micro services & container-..
1. Scalability & High AvailabilityScalability(ํ์ฅ์ฑ) means that an application / system can handle greater loads by adapting.There are two kinds of scalability - Vertical Scalability - Horizontal Scalability (=elasticity) ํ๋ ฅ์ฑ, ์ํ ํ์ฅ์ฑScalability is linked but different to High Availability ( ํ์ฅ์ฑ != ๊ณ ๊ฐ์ฉ์ฑ)2. Vertical Scalability - ์์ง ํ์ฅ์ฑVertically scalability means increasing the size of the instanc..
โ ๏ธ ๋ฌธ์ default security groups ๋ง ๋จ๊ธฐ๊ณ ๋ณด์ ๊ทธ๋ฃน์ ์ ๊ฑฐํ๋ ค๊ณ ํ๋๋ฐ, ์๋์ ๊ฐ์ ๋ฉ์ธ์ง๊ฐ ๋จ๋ฉฐ ์ญ์ ๊ฐ ์ ๋๋ ํ์ Some security groups can't be deleted.The following security groups can't be deleted. They are either default security groups, referenced by other security groups, or they are associated with instances or network interfaces. ์ฌ๊ธฐ์ ์ข์ ์ ์ ๊ฐ ๋ณด์๊ทธ๋ฃน ์์ด๋๋ณ๋ก Reason ๋์ ์ญ์ ๋์ง ์๋ ๊ตฌ์ฒด์ ์ธ ์ด์ ๊ฐ ๋์จ๋ค๋ ๊ฒ์ด๋ค.์ธ์คํด์ค์ ์ฐ๊ฒฐ๋ ๊ฒฝ์ฐ, ๋คํธ์ํฌ ์ธํฐํ์ด์ค๋ ์ฐ๊ฒฐ๋ ๊ฒฝ์ฐ..
1. The most likely reason your team member is unable to attach the EBS volume to an EC2 instance `in us-east-1b` is that EBS volumes are tied to a specific Availability Zone (AZ) upon creation. Since the volume was originally attached to an EC2 instance in us-east-1a, it is restricted to that AZ and cannot be directly attached to an instance `in us-east-1b`. us-east-1a์์์ EC2 ์ธ์คํด์ค๋ฅผ ์ข
๋ฃํ์ฌ, ์ด ์ธ์คํด์ค์..