AWS re:Invent 2018: [REPEAT 1] What's New with the AWS CLI (DEV322-R1)

preview_player
Показать описание
We're working on a new major version of the AWS Command Line Interface (AWS CLI), a command-line tool for interacting with AWS services and managing your AWS resources. AWS CLI v2 will include features to improve workflows and make it even easier to manage AWS resources through the AWS CLI. Come hear from the core developers of the AWS CLI as we highlight some of the new features and major improvements in AWS CLI v2. Please join us for a speaker meet-and-greet following this session at the Speaker Lounge (ARIA East, Level 1, Willow Lounge). The meet-and-greet starts 15 minutes after the session and runs for half an hour.
Рекомендации по теме
Комментарии
Автор

Thanks for such a nice demo, I was there during the demo and now I am trying to re-run it and facing some issue

Successfully imported 1 profile(s)

But when I am trying to run any command it's not working

$ aws ec2 describe-regions --profile mytestiamuser
You must specify a region. You can also configure your region by running "aws configure".

$ aws configure --profile mytestiamuser
AWS Access Key ID
AWS Secret Access Key
Default region name [None]:
Default output format [None]:

My Default config file look like this

$ cat ~/.aws/config
[default]
region = us-west-2

devops-boot-camp