- Effective DevOps with AWS
- Nathaniel Felsen
- 147字
- 2021-07-15 17:11:49
Installing and configuring the command-line interface (CLI)
Using Amazon's web interface is usually a great way to explore new services. The problem is that when you just want to go fast, want to create more repeatable steps, or want to create good documentation, having simple commands to execute becomes efficient. Amazon provides a great and easy-to-use command-line interface. The tool is written in Python and therefore is cross-platform (Windows, Mac, and Linux).
We will install the tool on our laptop/desktop such that we can interact with AWS using bash commands. Linux and Mac OS X come natively with bash. If you use one of these operating systems you can skip the next section. On Windows, we first need to install a feature called Windows Subsystem for Linux which will give us the ability to run bash commands very similar to what you get on Ubuntu Linux.
- Mastering Visual Studio 2017
- 數(shù)字媒體應(yīng)用教程
- Git Version Control Cookbook
- Monkey Game Development:Beginner's Guide
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- R語言與網(wǎng)絡(luò)輿情處理
- Building Machine Learning Systems with Python(Second Edition)
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- UML2面向?qū)ο蠓治雠c設(shè)計(jì)(第2版)
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Test-Driven iOS Development with Swift
- 3D Printing Designs:The Sun Puzzle
- KnockoutJS Blueprints