- 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>
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- Mastering vRealize Operations Manager(Second Edition)
- Linux系統(tǒng)文件安全實(shí)戰(zhàn)全攻略
- Learning Windows Server Containers
- 白話區(qū)塊鏈
- FreeRTOS實(shí)時(shí)內(nèi)核應(yīng)用指南
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Windows Phone應(yīng)用程序開(kāi)發(fā)
- 直播系統(tǒng)開(kāi)發(fā):基于Nginx與Nginx-rtmp-module
- Learning Magento 2 Administration
- 跟老男孩學(xué)Linux運(yùn)維:Shell編程實(shí)戰(zhàn)
- Kali Linux高級(jí)滲透測(cè)試(原書(shū)第3版)
- Windows 7實(shí)戰(zhàn)從入門(mén)到精通(超值版)
- HTML5 Enterprise Application Development
- Learn SwiftUI