diff --git a/pages/common/aws-cognito-idp.md b/pages/common/aws-cognito-idp.md index 00aa1978cb..5cc55ececc 100644 --- a/pages/common/aws-cognito-idp.md +++ b/pages/common/aws-cognito-idp.md @@ -1,6 +1,6 @@ # aws cognito-idp -> Manage Amazon Cognito user pool and its users and groups using the CLI. +> Configure an Amazon Cognito user pool and its users and groups and authenticate them. > More information: . - Create a new Cognito user pool: diff --git a/pages/common/aws-dynamodb.md b/pages/common/aws-dynamodb.md index 34ec200774..c7b866cccf 100644 --- a/pages/common/aws-dynamodb.md +++ b/pages/common/aws-dynamodb.md @@ -1,6 +1,6 @@ # aws dynamodb -> CLI for AWS dynamodb. +> Manipulate an AWS Dynamodb database, a fast NoSQL database with predictable performance and seamless scalability. > More information: . - Create a table: diff --git a/pages/common/aws-ec2.md b/pages/common/aws-ec2.md index 7068c94fb7..f5cb63f5e8 100644 --- a/pages/common/aws-ec2.md +++ b/pages/common/aws-ec2.md @@ -1,7 +1,7 @@ # aws ec2 -> CLI for AWS EC2. -> Provides secure and resizable computing capacity in the AWS cloud to enable faster development and deployment of applications. +> Manage AWS EC2 instances and volumes. +> AWS EC2 provides secure and resizable computing capacity in the AWS cloud for faster development and deployment of applications. > More information: . - Display information about a specific instance: diff --git a/pages/common/aws-eks.md b/pages/common/aws-eks.md index fda670fa0e..689227dad4 100644 --- a/pages/common/aws-eks.md +++ b/pages/common/aws-eks.md @@ -1,6 +1,7 @@ # aws eks -> CLI for Amazon EKS (Elastic Kubernetes Service). +> Manage Amazon Elastic Kubernetes Service (EKS) addons, clusters, and node groups. +> Amazon EKS is a service for easily running Kubernetes on AWS. > More information: . - Create an EKS Cluster: diff --git a/pages/common/aws-iam.md b/pages/common/aws-iam.md index 19f5750d91..5c6d115b3f 100644 --- a/pages/common/aws-iam.md +++ b/pages/common/aws-iam.md @@ -1,6 +1,6 @@ # aws iam -> CLI for AWS IAM. +> Intecract with the Identity and Access Management (IAM), a web service for securely controlling access to AWS services. > More information: . - List users: diff --git a/pages/common/aws-kinesis.md b/pages/common/aws-kinesis.md index 19fe3d07ff..d28d502c45 100644 --- a/pages/common/aws-kinesis.md +++ b/pages/common/aws-kinesis.md @@ -1,6 +1,6 @@ # aws kinesis -> Official AWS CLI for Amazon Kinesis streaming data services. +> Interact with the Amazon Kinesis Data Streams, a service that scales elastically for real-time processing of streaming big data. > More information: . - Show all streams in the account: diff --git a/pages/common/aws-lambda.md b/pages/common/aws-lambda.md index 08fc329744..f6ab69cdd7 100644 --- a/pages/common/aws-lambda.md +++ b/pages/common/aws-lambda.md @@ -1,6 +1,6 @@ # aws lambda -> CLI for AWS lambda. +> Use AWS Lambda, a compute service for running code without provisioning or managing servers. > More information: . - Run a function: diff --git a/pages/common/aws-rds.md b/pages/common/aws-rds.md index fdc3b9737a..381e41a5e4 100644 --- a/pages/common/aws-rds.md +++ b/pages/common/aws-rds.md @@ -1,7 +1,6 @@ # aws rds -> CLI for AWS Relational Database Service. -> Create and manage relational databases. +> Use AWS Relational Database Service, a web service for setting up, operating and scaling relational databases. > More information: . - Display help for a specific RDS subcommand: