- DevOps for Serverless Applications
- Shashikant Bangera
- 155字
- 2021-07-16 17:35:36
Setting up AWS access keys
Go through the following steps:
- Log in to the AWS account and go to the IAM (Identity & Access Management) page.
- Click on Users on the left-hand side bar, then click on the Add User button and add the username adm-serverless. Then enable programmatic access by clicking the checkbox. Then click on the Next:Premissions button.
- On this page, select Attach existing policies directly, search for and select the AdministratorAccess checkbox, then click on Next:Review.
- Now check whether everything is good, then click Create User. This will create a user and show us the access key ID and secret access key. Copy and store these keys somewhere, temporarily.
- Now that we have the keys, we export them as an environment variable so that they will be accessed by the framework to perform their required function:
$ export AWS_ACCESS_KEY_ID=<access-key-id>
$ export AWS_SECRET_ACCESS_KEY=<secret-key-id>
推薦閱讀
- Mastering vRealize Operations Manager(Second Edition)
- Modern Web Testing with TestCafe
- SOA實踐者說
- 玩到極致 iPhone 4S完全攻略
- Windows Phone應(yīng)用程序開發(fā)
- jQuery UI Cookbook
- NetDevOps入門與實踐
- RHCSARHCE 紅帽Linux認(rèn)證學(xué)習(xí)指南(第7版)EX200 & EX300
- Hands-On UX Design for Developers
- OpenSolaris設(shè)備驅(qū)動原理與開發(fā)
- VMware Horizon View Essentials
- 統(tǒng)信UOS應(yīng)用開發(fā)進(jìn)階教程
- Learn OpenShift
- Windows 8玩全不求人
- Gradle Effective Implementations Guide(Second Edition)