• Complain

Amazon Web Services - AWS Command Line Interface

Here you can read online Amazon Web Services - AWS Command Line Interface full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Amazon Web Services, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Amazon Web Services AWS Command Line Interface
  • Book:
    AWS Command Line Interface
  • Author:
  • Publisher:
    Amazon Web Services
  • Genre:
  • Year:
    2020
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

AWS Command Line Interface: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "AWS Command Line Interface" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Amazon Web Services: author's other books


Who wrote AWS Command Line Interface? Find out the surname, the name of the author of the book and a list of all author's works by series.

AWS Command Line Interface — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "AWS Command Line Interface" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
AWS Command Line Interface User Guide

Copyright 2020 Amazon Web Services, Inc. and/or its affiliates. All rights reserved.

Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.
AWS Command Line Interface

Last updated: August 26, 2020
What Is the AWS Command Line Interface?

The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your favorite terminal program:

  • Linux shells Use common shell programs such as bash, zsh, and tcsh to run commands in Linux or macOS.

  • Windows command line On Windows, run commands at the Windows command prompt or in PowerShell.

  • Remotely Run commands on Amazon Elastic Compute Cloud (Amazon EC2) instances through a remote terminal program such as PuTTY or SSH, or with AWS Systems Manager.

The AWS CLI is available in two versions and information in this guide applies to both versions unless stated otherwise.

  • Version 2.x The current, generally available release of the AWS CLI that is intended for use in production environments. This version does include some "breaking" changes from version 1 that might require you to change your scripts so that they continue to operate as you expect. For a list of new features and breaking changes in version 2, see .

  • Version 1.x The previous version of the AWS CLI that is available for backwards compatiblity.

All IaaS (infrastructure as a service) AWS administration, management, and access functions in the AWS Management Console are available in the AWS API and CLI. New AWS IaaS features and services provide full AWS Management Console functionality through the API and CLI at launch or within 180 days of launch.

The AWS CLI provides direct access to the public APIs of AWS services. You can explore a service's capabilities with the AWS CLI, and develop shell scripts to manage your resources. Or, you can take what you learn to develop programs in other languages by using the AWS SDKs. In addition to the low-level, API-equivalent commands, several AWS services provide customizations for the AWS CLI. Customizations can include higher-level commands that simplify using a service with a complex API.

Additional Documentation and Resources

In addition to this guide, the following are valuable online resources for the AWS CLI.

  • AWS CLI version 1 reference guide

  • AWS CLI version 2 reference guide

  • AWS CLI GitHub Repository You can viewand forkthe source code for the AWS CLI on GitHub in the aws-cli repository. Join the community of users on GitHub to provide feedback, request features, and submit your own contributions!

  • AWS CLI version 1 change notes

  • AWS CLI version 2 change notes

AWS SDKs

Depending on your use case, you might want to choose one of the AWS SDKs or the AWS Tools for PowerShell:

  • AWS Tools for PowerShell

  • AWS SDK for Java

  • AWS SDK for .NET

  • AWS SDK for JavaScript

  • AWS SDK for Ruby

  • AWS SDK for Python (Boto)

  • AWS SDK for PHP

  • AWS SDK for Go

  • AWS Mobile SDK for iOS

  • AWS Mobile SDK for Android

Using the examples

The examples in this guide are formatted using the following conventions:

  • Prompt The command prompt is displayed as ($ ). For commands that are Windows specific, C:\> is used as the prompt. Do not include the prompt when you type commands.

  • Directory When commands must be executed from a specific directory, the directory name is shown before the prompt symbol.

  • User input Command text that you enter at the command line is formatted as user input.

  • Replaceable text Variable text, including names of resources that you choose, or IDs generated by AWS services that you must include in commands, is formatted as replaceable text. In multiple-line commands or commands where specific keyboard input is required, keyboard commands can also be shown as replaceable text.

  • Output Output returned by AWS services is shown under user input, and is formatted as computer output.

For example, the following command includes user input, replaceable text, and output. To use this example, enter aws configure at the command line, and then press Enter . The AWS CLI outputs lines of text, prompting you to enter additional information. Enter each of your access keys in turn, and then press Enter . Then, enter an AWS Region name in the format shown, press Enter , and then press Enter a final time to skip the output format setting. The final Enter command is shown as replaceable text because there is no user input for that line.

$aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: ENTER

The following example shows a simple command with output. To use this example, enter the full text of the command (the highlighted text after the prompt), and then press Enter . The name of the security group, my-sg, is replaceable to your desired security group name. The JSON document, including the curly braces, is output. If you configure your CLI to output in text or table format, the output will be formatted differently. JSON is the default output format.

$aws ec2 create-security-group --group-name my-sg --description "My security group"
{
"GroupId": "sg-903004f8"
}

Note

Arguments that must be replaced (such as AWS Access Key ID ), and those that should be replaced (such as group name ), are both shown as replaceable text in italics. If an argument must be replaced, it's noted in the text that describes the example.

About Amazon Web Services

Amazon Web Services (AWS) is a collection of digital infrastructure services that developers can leverage when developing their applications. The services include computing, storage, database, and application synchronization (messaging and queuing). AWS uses a pay-as-you-go service model. You are charged only for the services that youor your applicationsuse. Also, to make AWS more approachable as a platform for prototyping and experimentation, AWS offers a free usage tier. On this tier, services are free below a certain level of usage. For more information about AWS costs and the Free Tier, see Test-Driving AWS in the Free Usage Tier. To obtain an AWS account, open the AWS home page and then click Sign Up .

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «AWS Command Line Interface»

Look at similar books to AWS Command Line Interface. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «AWS Command Line Interface»

Discussion, reviews of the book AWS Command Line Interface and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.