request가 처리되는 속도가 짧으면 딜레이를 짧게 주고 request가 처리되는 속도가 길면 딜레이를 길게 줘라.
Load Balaner - SSL Certificates
·
CLOUD/AWS Cloud
Cross-Zone Load Balancing
·
CLOUD/AWS Cloud
Gateway Load Balancer
·
CLOUD/AWS Cloud
EBS, EBS snapshot
·
CLOUD/AWS Cloud
multi-attach는 모든 경우에 다 되는게 아니고, 특정 regions에서만 됨. 그리고 굉장히 특이한 케이스임. gp2/gp3와 io1/io2는 boot volumes로 사용할 수 있다. gp2는 volume의 크기와 iops가 연동되어 있는데 gp3는 iops와 throughput을 개별적으로 증가시킬 수 있다. io1이나 io2만 EBS multi-attach를 지원한다. 아무래도 속도가 빨라야 하니까 그러겠지? 32000 이상의 iops를 원하면 ec2 nitro with io1/io2를 써야 한다.
[udemy맨날 너무 어려운 부분] enterprise identity federation
·
CLOUD/AWS Cloud
Incorrect The question refers to one of the common scenarios for temporary credentials in AWS. Temporary credentials are useful in scenarios that involve identity federation, delegation, cross-account access, and IAM roles. In this example, it is called enterprise identity federation considering that you also need to set up a single sign-on (SSO) capability. The correct answers are: – Setup a Fe..