Skip to content

Instantly share code, notes, and snippets.

@GZ315200
Last active October 9, 2018 05:59
Show Gist options
  • Save GZ315200/3b16cdfa34f9694ecfdff8508e6b3118 to your computer and use it in GitHub Desktop.
Save GZ315200/3b16cdfa34f9694ecfdff8508e6b3118 to your computer and use it in GitHub Desktop.
AWS学习指南

AWS 初始化私钥配置

准备工作

  1. 安装AWS CLI命令行 ,如果你的主机已经装好Python ,已经有pip 的命令行 可执行 sudo pip install awscli
  2. 拥有自己的AWS账号,向管理员询求账号,密码

配置私钥和公钥

  • 首先登陆AWS主页后, 点击右上角点击账户名 --> 我的安全凭证 --> 用户 -->选择需要配置的用户名 --> 进入配置用户信息界面-->选择安全证书项-->点击创建访问密钥
  • 生成accessKeys.csv文件到制定文件夹。
  • 使用命令 aws confiure 进行本地 Access key ID 和 Secret access key 配置
  • 配置完成可访问相应AWS 的组建的相关API 接口
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment