자격증/SAA-C03

[SAA-C03] EC2 - SAA Level

jwlish 2023. 8. 24. 17:30
반응형

EC2

 

배치 그룹

  • Placement Groups
  • 클러스터 (Cluster) 배치 그룹
    • 단일 가용 영역, 동일한 하드웨어에 인스턴스를 생성
    • 네트워크 속도가 빠르고, 지연 시간이 짧다는 장점
    • 가용 영역 또는 하드웨어에 문제 발생 시, 모든 인스턴스가 실행 불가능한 단점
    • 빅데이터 작업이나 빠른 네트워크 처리가 필요한 경우에 유용


  • 분산 (Spread) 배치 그룹
    • 인스턴스가 각 가용 영역에 다른 하드웨어에 분산되어 있어 위험 리스크 감소
    • 가용 영역 당 최대 7개의 인스턴스
    • 가용성을 극대화하고 리스크를 줄여야 하는 경우에 사용


  • 분할 (Partition) 배치 그룹
    • 가용 영역 당 최대 7개의 파티션
    • 동일 리전에 여러 가용 영역에 걸쳐 있을 수 있음
    • HDFS, HBase, Cassandra, Kafka에 일반적으로 사용됨

 

참고 자료

 

Placement groups - Amazon Elastic Compute Cloud

Placement groups When you launch a new EC2 instance, the EC2 service attempts to place the instance in such a way that all of your instances are spread out across underlying hardware to minimize correlated failures. You can use placement groups to influenc

docs.aws.amazon.com


ENI

  • Elastic Network Interface
  • VPC의 논리적 네트워킹 구성 요소, 가상 네트워크 카드
  • 하나 이상의 보안 그룹과 연결 가능
  • 특정 가용 영역에 ENI를 생성하면 해당 가용 영역에만 바인딩 가능

 

참고 자료

 

New – Elastic Network Interfaces in the Virtual Private Cloud | Amazon Web Services

If you look closely at the services and facilities provided by AWS, you’ll see that we’ve chosen to factor architectural components that were once considered elemental (e.g. a server) into multiple discrete parts that you can instantiate and control in

aws.amazon.com

 

반응형