3월 31일
34분
Placement groups : control over the EC2 instance placement strategy
- Cluster : low-latency group in a single AZ
- Spread : spread across different hardware (max 7 instances per group per AZ). critical applications
- Partition : spread across many different partitions. up to 7 partitions per AZ. scale to 100 of EC2 instances per group. run applications such as Hadoop, Cassandra, Kafka
Elastic Network Interfaces (ENI)
- Logical component in a VPC that represents a virtual network card
- gives EC2 instances access to the network
- bound to a specific AZ. You can not attach an ENI to an EC2 instance in a different AZ.
- private IPv4
https://aws.amazon.com/jp/blogs/aws/new-elastic-network-interfaces-in-the-virtual-private-cloud/
EC2 Hibernate
- the EC2 Instance Root Volume type must be an EBS volume
- the root EBS volume must be encrypted
'프로그래밍' 카테고리의 다른 글
High Availability and Scalibility: ELB & ASG (0) | 2025.04.04 |
---|---|
EC2 Instance Storage (0) | 2025.04.02 |
AWS EC2 Fundamentals (0) | 2025.03.31 |
AWS IAM (0) | 2025.03.25 |
에러 메시지 exec format error는 linux/amd64 이미지를 라즈베리파이의 linux/arm64/v8 환경에서 실행할 수 없어서 발생한 문제입니다. (0) | 2025.03.12 |