The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.
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-identityIs 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 subnetthis is probably not a big issue for most people but do you know if there is anywhere a portable …
aws-cli portable-applicationsFirst, 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-ecrHow 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-ssmMessing around with a simple aws cli query to check for the existence of a Lambda function and echo the …
bash aws-cli jmespathI 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 botocoreSo, 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-cliI'm trying to filter by multiple values however I can't seem to get an and clause to work (e.g. …
aws-cli jmespathTo 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