1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 11:35:24 +02:00

aws-*: rephrase page descriptions to avoid CLI when unnedeed (#12328)

aws-*: rephrase page descriptions to avoid CLI when unneded
This commit is contained in:
Vitor Henrique 2024-03-04 06:32:50 -03:00 committed by GitHub
parent 2794f8b088
commit 4e02612b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View file

@ -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: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cognito-idp/index.html>.
- Create a new Cognito user pool:

View file

@ -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: <https://docs.aws.amazon.com/cli/latest/reference/dynamodb/>.
- Create a table:

View file

@ -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: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/index.html>.
- Display information about a specific instance:

View file

@ -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: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/index.html>.
- Create an EKS Cluster:

View file

@ -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: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/index.html>.
- List users:

View file

@ -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: <https://docs.aws.amazon.com/cli/latest/reference/kinesis/index.html#cli-aws-kinesis>.
- Show all streams in the account:

View file

@ -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: <https://docs.aws.amazon.com/cli/latest/reference/lambda/>.
- Run a function:

View file

@ -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: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/index.html>.
- Display help for a specific RDS subcommand: