Top "Aws-cli" questions

The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.

Can AWS CLI be used with a federated login?

I login to AWS with my Active Directory account in my company. We are using federated login, as described here: …

amazon-web-services aws-cli federated-identity
AWS: List of assigned IPs in subnet

Is there a way to get a list of all assigned IPs in an AWS subnet? Furthermore, if there is …

amazon-web-services amazon-ec2 aws-cli amazon-vpc subnet
aws-cli portable for windows?

this is probably not a big issue for most people but do you know if there is anywhere a portable …

aws-cli portable-applications
docker login: error storing credentials `The stub received bad data.`

First, I installed AWS-CLI and I already used "AWS configure" to set up my secret key and I also used "…

amazon-web-services powershell docker aws-cli amazon-ecr
List all parameters in AWS SSM Parameter Store

How do I list all parameters in the AWS Systems Manager (SSM) Parameter Store? I am using the AWS CLI. …

amazon-web-services aws-cli aws-ssm
JMESPath query expression with bash variable

Messing around with a simple aws cli query to check for the existence of a Lambda function and echo the …

bash aws-cli jmespath
AWS Boto3 - User is not authorized to perform sts::AssumeRole on resource?

I am Creating a URL that Enables Federated Users to Access the AWS Management Console by sts:AssumeRole with below …

amazon-web-services aws-sdk boto3 aws-cli botocore
AWS Cloudwatch log stream name not recognised

So, I'm using the automated logging from AWS Lambda. It generates log streams with names that look like this: 2016/05/18/[$LATEST]99577…

amazon-web-services aws-lambda aws-cli
Querying multiple values

I'm trying to filter by multiple values however I can't seem to get an and clause to work (e.g. …

aws-cli jmespath
AWS sts assume role in one command

To assume an AWS role in the CLI, I do the following command: aws sts assume-role --role-arn arn:aws:iam::123456789123:…

amazon-web-services aws-cli aws-sts