Aws Cheat Sheet
Aws Cheat Sheet
Command Description
aws configure --profile <name> Create a new profile Elastic Kubernetes Service (EKS)
aws configure list-profiles Show available profiles Command Description
aws eks list-clusters List clusters
Account information aws eks describe-cluster --name <name> Describe a cluster
Command Description aws eks create-cluster --name <name> Create a cluster
aws sts get-caller-identity Retrieve account information aws eks delete-cluster --name <name> Delete a cluster
© Nic Wortel, Software Consultant & Trainer - Last updated on February 17, 2024 - Find more cheat sheets at https://nicwortel.nl/cheat-sheets
Relational Database Service (RDS)
Command Description
aws rds describe-db-clusters List clusters
aws rds describe-db-instances List instances
aws rds create-db-cluster-snapshot Create a snapshot of a cluster
Other commands
Command Description
aws --version Show version
aws help Show help including all available commands
aws <command> help Show help for a specific command
© Nic Wortel, Software Consultant & Trainer - Last updated on February 17, 2024 - Find more cheat sheets at https://nicwortel.nl/cheat-sheets