Most Viewed Commands

Top 20 commands
#1 Generate SSH Key

Generate SSH key pair

Security Ssh
ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
2 views
#2 aws s3 cp

Copies a local file or S3 object to another location.

S3 Aws
aws s3 storage copy upload download
aws s3 cp
0 views
#3 az vm list

Get the details of the virtual machines.

Virtual Machine Azure
azure vm compute list
az vm list
0 views
aws ec2 describe-instances

Describes one or more of your instances.

Ec2 Aws
aws ec2 compute instance list describe
aws ec2 describe-instances
0 views
aws ec2 start-instances

Starts an Amazon EBS-backed instance that you've previously stopped.

Ec2 Aws
aws ec2 compute instance start
aws ec2 start-instances
0 views
aws ec2 stop-instances

Stops an Amazon EBS-backed instance.

Ec2 Aws
aws ec2 compute instance stop
aws ec2 stop-instances
0 views
aws iam list-users

Lists the IAM users that have the specified path prefix.

Iam Aws
aws iam security user list
aws iam list-users
0 views
aws lambda list-functions

Returns a list of your Lambda functions.

Lambda Aws
aws lambda serverless function list
aws lambda list-functions
0 views
aws rds describe-db-instances

Returns information about provisioned RDS instances.

Rds Aws
aws rds database list describe
aws rds describe-db-instances
0 views
aws cloudformation deploy

Deploys an AWS CloudFormation template by creating and then executing a change set.

Cloudformation Aws
aws cloudformation iac deploy stack
aws cloudformation deploy
0 views
az login

Log in to Azure.

Configuration Azure
azure cli login auth account
az login
0 views
az account set

Set a subscription to be the current active subscription.

Configuration Azure
azure cli account subscription
az account set
0 views
az group list

List resource groups.

Resource Group Azure
azure resource group rg list
az group list
0 views
az group create

Create a new resource group.

Resource Group Azure
azure resource group rg create
az group create
0 views
aws s3 sync

Syncs directories and S3 prefixes. Recursively copies new and updated files.

S3 Aws
aws s3 storage sync backup
aws s3 sync
0 views
az vm create

Create an Azure Virtual Machine.

Virtual Machine Azure
azure vm compute create
az vm create
0 views
az vm start

Start a stopped virtual machine.

Virtual Machine Azure
azure vm compute start
az vm start
0 views
az vm stop

Stop a running virtual machine.

Virtual Machine Azure
azure vm compute stop
az vm stop
0 views
az storage account list

List storage accounts.

Storage Azure
azure storage account list
az storage account list
0 views
Check SSL Certificate

Check SSL certificate validity

Security Openssl
openssl x509 -in certificate.crt -text -noout
0 views