Banner

My Tech Blog (์œ ์ €)

์˜ค๋Š˜์˜ ๋ช…์–ธ
ยท AWS
1. How can users access AWS ? - To access AWS, you have three options:    โ€ข   AWS Management Console (protected by password + MFA)    โ€ข  AWS Command Line Interface (CLI): protected by access keys    โ€ข  AWS Software Developer Kit (SDK) - for code: protected by access keys  - Access Keys are generated through the AWS Console  - Users manage their own access keys  - Access Keys are secret, just lik..
ยท AWS
IAM Identity and Access Management- ์‚ฌ์šฉ์ž๋ฅผ ์ƒ์„ฑํ•˜๊ณ  ๊ทธ๋ฃน์— ๋ฐฐ์น˜ํ•˜๊ธฐ ๋•Œ๋ฌธ์— Global Service- Root account created by default, shouldn't be used or shared - Users are people within your organization, and can be grouped- Groups only contain users, not other groups- Users don't have to belong to a group, and user can belong to multiple groups IAM: Permissions- Users or Groups can be assinged JSON documents called po..
์ƒ๋‹จ์œผ๋กœ