The aws history command is a feature of the AWS Command Line Interface (CLI) that allows you to print the command-line history for AWS CLI commands. This feature provides a record of the history of AWS CLI commands you have executed, but it’s important to note that the command history feature must be enabled for […]
Linux
aws help: Display help information about the AWS CLI (Command Examples)
The “aws help” command is a useful feature of the AWS Command Line Interface (CLI) that provides you with help information and documentation about the AWS CLI itself. When you run aws help from the command line, it displays a comprehensive overview of the available commands, options, and usage instructions for the AWS CLI. The […]
aws-google-auth: Command-line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider
“aws-google-auth” is a command-line tool that allows you to acquire temporary AWS (Amazon Web Services) credentials using Google Apps as a federated Single Sign-On (SSO) provider. Federated SSO enables users to use their existing Google Apps credentials to access AWS resources, eliminating the need to manage separate AWS-specific usernames and passwords. With “aws-google-auth”, you can […]
aws glue – CLI for AWS Glue (Command Examples)
AWS Glue is a fully-managed extract, transform, and load (ETL) service provided by Amazon Web Services (AWS). It enables you to prepare and transform your data for analytics, machine learning, and other data processing workloads. AWS Glue CLI (Command Line Interface) is a tool that allows you to interact with the AWS Glue service through […]
aws ecr – Push, pull, and manage container images (Command Examples)
AWS ECR (Elastic Container Registry) is a fully-managed container registry service provided by Amazon Web Services (AWS). It allows you to store, manage, and deploy your container images in a secure and scalable manner. With AWS ECR, you can push, pull, and manage container images easily. Here’s a breakdown of each of these actions: Push: […]
aws ec2: CLI for AWS EC2 (Command Examples)
“aws ec2” is a command-line interface (CLI) tool provided by Amazon Web Services (AWS) for managing Amazon Elastic Compute Cloud (EC2) instances. EC2 is a highly scalable and flexible cloud computing service that offers virtual servers in the AWS cloud. With “aws ec2,” developers and system administrators can easily provision, configure, and manage EC2 instances, […]
aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
“aws cur” is a command-line interface (CLI) tool provided by Amazon Web Services (AWS) to manage AWS Cost and Usage Reports (CUR). AWS CUR allows you to track and analyze your AWS resource usage and associated costs. With “aws cur,” you can create, query, and delete AWS usage report definitions, providing valuable insights into your […]
aws configure – Manage configuration for the AWS CLI (Command Examples)
“aws configure” is a command provided by the AWS Command Line Interface (CLI) that allows you to manage the configuration settings for the AWS CLI on your local machine. The AWS CLI is a powerful tool that enables you to interact with various AWS services and manage your resources from the command line. Here are […]
aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI
“aws cognito-idp” is a command-line interface (CLI) tool provided by Amazon Web Services (AWS) to manage Amazon Cognito user pools and their associated users and groups. Amazon Cognito is a fully managed service that simplifies user authentication and authorization for your applications. With “aws cognito-idp,” you can easily interact with user pools and perform administrative […]
aws codecommit: AWS CodeCommit is a managed source control service that hosts private Git repositories
“aws codecommit” is a fully managed source control service provided by Amazon Web Services (AWS) that allows you to host private Git repositories for your software development projects. It provides a secure, scalable, and reliable platform for storing and managing your source code, enabling collaborative development and version control. Here are the key features and […]