- 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>
推薦閱讀
- Windows Server 2019 Cookbook
- Linux實戰
- Google系統架構解密:構建安全可靠的系統
- Persistence in PHP with the Doctrine ORM
- WordPress Mobile Web Development:Beginner's Guide
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Extending Puppet
- 曝光:Linux企業運維實戰
- Windows Phone 7.5 Data Cookbook
- Windows Server 2012網絡操作系統企業應用案例詳解
- Mastering Reactive JavaScript
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- 鴻蒙HarmonyOS手機應用開發實戰
- Docker容器技術與應用
- Mastering Azure Serverless Computing