- Building Serverless Web Applications
- Diego Zanon
- 159字
- 2021-07-15 17:31:27
AWS IAM
When you create your AWS account, you receive a root user with full access. It can create/delete and start/stop any service. That's great for learning, but you shouldn't use it when developing a real project. In information security, the principle of least privilege requires that a user or program must be able to access only the information or resources that are necessary for its legitimate purpose. In case your access keys are compromised, the damage will be reduced if the access scope is restricted.
Traceability is another important aspect. You shouldn't share your user with others. It's really important that each person has their own user. AWS offers CloudTrail as a tool to track user activity and API usage.
So, you need to learn how to create user accounts and application keys with restricted access using Identity and Access Management (IAM). As we don't have applications keys yet, we will configure security using the IAM Management Console.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Visual Basic .NET程序設計(第3版)
- 基于粒計算模型的圖像處理
- Redis Applied Design Patterns
- 算法精粹:經典計算機科學問題的Java實現
- C#程序設計教程(第3版)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- JavaScript腳本特效編程給力起飛
- JSP程序設計實例教程(第2版)
- MINECRAFT編程:使用Python語言玩轉我的世界
- C語言程序設計教程
- JavaScript Mobile Application Development
- Learning Dynamics NAV Patterns
- 3D Printing Designs:Design an SD Card Holder
- Web前端開發精品課:HTML5 Canvas開發詳解