- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 172字
- 2021-07-02 19:41:29
How to do it...
- Select Identity and Access Management (IAM) service from the console by typing https://console.aws.amazon.com/iam/ in the browser. You will see the URL that the user other than the root user will need to use for console access.

URL for AWS console login URL
- Click on Users in the left menu and then click on Add user.

User dashboard
- Provide a username of your choice. Opt for both programmatic and console access. Select other relevant options and click on Next: Permission.

Add user in IAM
- Choose the option Attach existing policies directly. Choose AdministratorAccess and then click Next: Review.

Choose permission
- Review the details and click on Create User.

Review create user
- Download and store the .csv file in a safe place. The file contains user access key details and console login link. User access information is required for AWS service access through program or CLI. It will be used in the later part of the book.

User access key details
推薦閱讀
- 自己動手寫搜索引擎
- Python從入門到精通(精粹版)
- Mastering C# Concurrency
- JavaScript 程序設計案例教程
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Data Science Algorithms in a Week
- Visual C++程序設計與項目實踐
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Flink核心技術:源碼剖析與特性開發
- 例說FPGA:可直接用于工程項目的第一手經驗
- Clojure編程樂趣
- 測試工程師Python開發實戰
- JavaScript全棧開發
- 秒懂算法:用常識解讀數據結構與算法
- C++ Game Development Cookbook