Serverless 入门(一) - 创建 IAM

学习 Serverless 可以选 AWS Lambda,也可以选择 Microsoft Azure 或 Google Cloud Platform 等平台。

因为我有 AWS 账号,所以就接合它来开始学习。

创建 IAM

1. 登录 AWS

地址:https://console.aws.amazon.com/console/home

2. 查找服务

输入 IAM ,会出来「管理用户访问与加密密钥」,点击进入。或者直接进入:https://console.aws.amazon.com/iam/home?#/users

3. 创建用户

Serverless 入门(一) - 创建 IAM_第1张图片

4. 填写用户名

Serverless 入门(一) - 创建 IAM_第2张图片

5. 设置权限

选中「直接附加现有策略」和 「AdministratorAccess」


Serverless 入门(一) - 创建 IAM_第3张图片

6. 创建

跳过「添加标签(可选)」 -> 创建用户

7. 成功

在本地笔记或其它地方记好用户访问密钥 ID私有访问密钥

Serverless 入门(一) - 创建 IAM_第4张图片

相关文章
  • Serverless 入门(一) - 创建 IAM https://www.jianshu.com/p/9fb731a799e2
  • Serverless 入门(二) - HelloWord https://www.jianshu.com/p/ddf2ffda5f63
  • Serverless 入门(三)- 初始项目解读 https://www.jianshu.com/p/8baba2a8fe9f
  • Serverless 入门(四)- 如何调试 https://www.jianshu.com/p/58d30915de8a
  • Serverless 入门(五)- 常用命令 https://www.jianshu.com/p/28f001ea9d9d
  • Serverless 入门(六)- DynamoDB 数据库(上) https://www.jianshu.com/p/c313b61d1cbf
  • Serverless 入门(七)- DynamoDB 数据库(中) https://www.jianshu.com/p/05e7f4ccd6fe
  • Serverless 入门(八)- DynamoDB 数据库(下) https://www.jianshu.com/p/0f9f1561ec46
  • Serverless 入门(九)- 权限 https://www.jianshu.com/p/97228749d761

你可能感兴趣的:(Serverless 入门(一) - 创建 IAM)