AWS re:Invent 2014 | (DEV301) Advanced Usage of the AWS CLI

preview_player
Показать описание
The AWS CLI provides an easy-to-use command line interface to AWS and allows you to create powerful automation scripts. In this session, you learn advanced techniques that open up new scenarios for using the CLI. We demonstrate how to filter and transform service responses, how to chain and script commands, and how to write custom plugins.
Рекомендации по теме
Комментарии
Автор

4:35 I like how smoothly you handled your failed ethernet connectivity. It's clear from all your videos that you prepare very well. Handling the unexpected without missing a beat is another skill entirely. As I study presentations I am both learning the material and critiquing my own presenting skills.

RichardBronosky
Автор

I came here to see the jmespath part and stayed for the whole presentation, Very interesting.

AronNeagu
Автор

When I am trying the same expression as $ aws s3api list-objects --bucket bucket-name --query "Contents[?Size> '3000'].[Key, Size]" then getting an error as " '>' not supported between instances of 'int' and 'str' ". Can someone please help on this.

deepakatrey
Автор

Install via: pip install --upgrade jmespath-terminal
This gives you the command: jpterm
AWESOME!!!

RichardBronosky