Quick Actions
Most Viewed Commands
Top 20 commands#1 Generate SSH Key
Generate SSH key pair
ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
#2 aws s3 cp
Copies a local file or S3 object to another location.
aws s3 cp
#3 az vm list
Get the details of the virtual machines.
az vm list
aws ec2 describe-instances
Describes one or more of your instances.
aws ec2 describe-instances
aws ec2 start-instances
Starts an Amazon EBS-backed instance that you've previously stopped.
aws ec2 start-instances
aws ec2 stop-instances
Stops an Amazon EBS-backed instance.
aws ec2 stop-instances
aws iam list-users
Lists the IAM users that have the specified path prefix.
aws iam list-users
aws lambda list-functions
Returns a list of your Lambda functions.
aws lambda list-functions
aws rds describe-db-instances
Returns information about provisioned RDS instances.
aws rds describe-db-instances
aws cloudformation deploy
Deploys an AWS CloudFormation template by creating and then executing a change set.
aws cloudformation deploy
az login
Log in to Azure.
az login
az account set
Set a subscription to be the current active subscription.
az account set
az group list
List resource groups.
az group list
az group create
Create a new resource group.
az group create
aws s3 sync
Syncs directories and S3 prefixes. Recursively copies new and updated files.
aws s3 sync
az vm create
Create an Azure Virtual Machine.
az vm create
az vm start
Start a stopped virtual machine.
az vm start
az vm stop
Stop a running virtual machine.
az vm stop
az storage account list
List storage accounts.
az storage account list
Check SSL Certificate
Check SSL certificate validity
openssl x509 -in certificate.crt -text -noout