만약 ap-southeast-2a에 문제가 생기게 되면 ap-southeast-2b, 2c에는 영향을 미치지 않도록 설계되어 있다. (high bandwidth, ultra-low latency networking)
AWS 계정을 사용하도록 허용하기 위함, 허용을 위해선 권한을 부여해야 한다.
AWS 는 유저에게 최소권한의 원칙(least privilege principle) 을 적용한다
Developers, Operations, individual user 모두 각각의 정책을 설정할 수 있다.
IAM 정책 설정은 JSON 으로 표현되는데 버젼정보, ID, Statement가 존재한다.
Statement : Sid, Effect, Principal, Action, Resource, Condition
사용자의 그룹을 생성 하였으면, 이 그룹과 사용자들의 정보가 침해당하지 않도록 보호해야 한다.
두가지 방어 매커니즘이 존재한다
사용자들이 AWS에서 많은 작업을 할 수 있는데 관리자 같은 경우 구성을 변경하거나 리소스를 삭제하는 등의 작업을 할 수 있다.
그래서 Root계정은 반드시 보호해야 한다.
MFA = password + security device you own
MFA 의 장점 : if a password is stolen or hacked, the account is not compromised
MFA devices options
virtual MFA device : Google Authenticator, Authy(multi-device) => multi token or single token 제공
Universal 2nd Factor Security Key : 3rd party Device(usb)
Hardware Key Fob MFA Device
Hardware Key Fob MFA Device for AWS GovCloud : Security 3rd Device(은행 보안 인증서 같은 것)