- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 237字
- 2021-07-02 19:41:33
How to do it...
Here are the steps to follow:
- Installation for Windows:
- Download the installer compatible with your system:
- Windows 64-bit: https://s3.amazonaws.com/aws-cli/AWSCLI64.msi
- Windows 32-bit: https://s3.amazonaws.com/aws-cli/AWSCLI32.msi
- Run the installer and follow the instructions that appear
- Download the installer compatible with your system:
- Installation for Linux, macOS, or Unix:
You should have a working version of Python 2.6.5+ or 3.5+ in your system. Otherwise, install python in your system first. Check your Python installation:
$ python --version
Follow the given steps to install AWS CLI using bundled installer:
Download the AWS CLI bundled installer. For Linux flavor the command is as follows:
$ cURL "https://s3.amazonaws.com/aws-cli/aws-cli-bundle.zip" - "awscli-bundle.zip"
The package need to be unzipped. For Linux flavor the command is as following:
$sudo ./awscli-bundle/install –i /usr/local/aws -b /usr/local/bin/aws
- Configuration:
Type aws configure in command prompt or shell depending on your machine operating system. It will ask for the required details. Provide AWS Access Key ID and AWS Secret Access Key that were generated while creating an admin user. You can mention us-east-1 as the default region or choose any other region from the list given in the screenshot following and JSON as Default output format. Don't worry if you don't understand region for now. We shall take a detailed look at in the following section.

You are all set for creating, modifying and managing networking components through API/CLI call in AWS depending on AWS privilege that your user have.
- 大話(huà)PLC(輕松動(dòng)漫版)
- 計(jì)算機(jī)網(wǎng)絡(luò)
- Mastering AWS Lambda
- 架構(gòu)不再難(全5冊(cè))
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- 劍指Offer(專(zhuān)項(xiàng)突破版):數(shù)據(jù)結(jié)構(gòu)與算法名企面試題精講
- Android 7編程入門(mén)經(jīng)典:使用Android Studio 2(第4版)
- Java 11 Cookbook
- Swift細(xì)致入門(mén)與最佳實(shí)踐
- Python Data Structures and Algorithms
- 軟件測(cè)試教程
- JBoss:Developer's Guide
- Web App Testing Using Knockout.JS
- Django Design Patterns and Best Practices
- Python網(wǎng)絡(luò)爬蟲(chóng)實(shí)例教程(視頻講解版)