VPC Peering이 안 되는 3가지 경우 https://docs.aws.amazon.com/vpc/latest/peering/invalid-peering-configurations.html#edge-to-edge-vgw
SAML이 호환되지 않는 온 프레미스에서 LDAP를 VPC와 통합하는 방법
ID 저장소가 SAML 2.0과 호환되지 않는 경우 사용자 지정 ID 브로커 애플리케이션을 구축하여 유사한 기능을 수행 할 수 있습니다. 브로커 애플리케이션은 사용자를 인증하고 AWS에서 사용자에 대한 임시 자격 증명을 요청한 다음 AWS 리소스에 액세스 할 수 있도록 사용자에게 제공합니다.
애플리케이션은 직원이 LDAP, Active Directory 또는 다른 시스템을 사용할 수있는 기존 회사 네트워크의 ID 및 인증 시스템에 로그인되어 있는지 확인합니다. 그런 다음 ID 브로커 애플리케이션은 직원에 대한 임시 보안 자격 증명을 얻습니다.
임시 보안 자격 증명을 얻기 위해 ID 브로커 응용 프로그램 은 사용자에 대한 정책을 관리하려는 방법과 임시 자격 증명이 만료되어야하는시기에 따라 **AssumeRole
**또는 **GetFederationToken
**임시 보안 자격 증명을 얻기 위해 또는 호출합니다 . 이 호출은 AWS 액세스 키 ID, 보안 액세스 키 및 세션 토큰으로 구성된 임시 보안 자격 증명을 반환합니다. ID 브로커 애플리케이션은 이러한 임시 보안 자격 증명을 내부 회사 애플리케이션에서 사용할 수 있도록합니다. 그런 다음 앱은 임시 자격 증명을 사용하여 AWS를 직접 호출 할 수 있습니다. 앱은 만료 될 때까지 자격 증명을 캐시 한 다음 새로운 임시 자격 증명 집합을 요청합니다.
instance store
The word ephemeral means "short-lived" or "temporary" in the English dictionary. Hence, when you see this word in AWS, always consider this as just a temporary memory or a short-lived storage.
The virtual devices for instance store volumes are named as ephemeral[0-23]
. Instance types that support one instance store volume have ephemeral0
. Instance types that support two instance store volumes have ephemeral0
and ephemeral1
, and so on until ephemeral23
.
The data in an instance store persists only during the lifetime of its associated instance. If an instance reboots (intentionally or unintentionally), data in the instance store persists. However, data in the instance store is lost under the following circumstances:
RAID 0: Performance, RAID 1: Durability.
HVM과 PV https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html
HVM은 하드웨어를 완전히 가상화. 애플리케이션도 가상화된 하드웨어 위에서 돌아감.
PV는 애플리케이션을 가상화된 하드웨어가 아니라 실제 하드웨어 위에서 돌릴 수 있음.
예전에는 PV가 성능이 좋았으나 HVM의 발전으로 인해서 꼭 PV가 성능이 우월하다고 말할 순 없음. AWS는 HVM을 권장.
PV on HVM
Paravirtual guests traditionally performed better with storage and network operations than HVM guests because they could leverage special drivers for I/O that avoided the overhead of emulating network and disk hardware, whereas HVM guests had to translate these instructions to emulated hardware. Now PV drivers are available for HVM guests, so operating systems that cannot be ported to run in a paravirtualized environment can still see performance advantages in storage and network I/O by using them. With these PV on HVM drivers, HVM guests can get the same, or better, performance than paravirtual guests.
Scheduled Instance도 있고 Reserved Scheduled Instance도 있다.
Bring your own IP addresses (BYOIP) in Amazon EC2
You can bring part or all of your public IPv4 address range from your on-premises network to your AWS account. You continue to own the address range, but AWS advertises it on the Internet. After you bring the address range to AWS, it appears in your account as an address pool. You can create an Elastic IP address from your address pool and use it with your AWS resources, such as EC2 instances, NAT gateways, and Network Load Balancers. This is also called "Bring Your Own IP Addresses (BYOIP)".
To ensure that only you can bring your address range to your AWS account, you must authorize Amazon to advertise the address range and provide proof that you own the address range.
A Route Origin Authorization (ROA) is a document that you can create through your Regional internet registry (RIR), such as the American Registry for Internet Numbers (ARIN) or Réseaux IP Européens Network Coordination Centre (RIPE). It contains the address range, the ASNs that are allowed to advertise the address range, and an expiration date.
The ROA authorizes Amazon to advertise an address range under a specific AS number. However, it does not authorize your AWS account to bring the address range to AWS. To authorize your AWS account to bring an address range to AWS, you must publish a self-signed X509 certificate in the RDAP remarks for the address range. The certificate contains a public key, which AWS uses to verify the authorization-context signature that you provide. You should keep your private key secure and use it to sign the authorization-context message.
Elastic Fabric Adapters (EFA)
기본 서브넷 동작과 일반 서브넷 동작의 차이
false
**있고 기본 서브넷에는이 속성이로 설정되어 **true
**있습니다. 예외는 Amazon EC2 시작 인스턴스 마법사에서 생성 한 기본이 아닌 서브넷입니다. 마법사는 속성을로 설정합니다 true
.Placement Group (배치 그룹)
Spread – strictly places a small group of instances across distinct underlying hardware to reduce correlated failures.
A spread placement group can span multiple Availability Zones in the same Region. You can have a maximum of seven running instances per Availability Zone per group.
There is no charge for creating a placement group.
EC2 요금
다음은 서브넷에 대해 기억해야 할 중요한 사항입니다.
Enahnced Networking
Elastic Fabric Adapter: Run HPC and ML applications at scale
Spot Instance
중단시 스팟 인스턴스를 종료, 중지 또는 최대 절전 모드로 설정할 수 있습니다. 중지 및 최대 절전 모드 옵션은 유지 옵션이 활성화 된 영구 스팟 요청 및 스팟 집합에 사용할 수 있습니다. 기본적으로 인스턴스가 종료(terminated) 됩니다.