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
8 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# aws cognito-idp # 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>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cognito-idp/index.html>.
- Create a new Cognito user pool: - Create a new Cognito user pool:

View File

@@ -1,6 +1,6 @@
# aws dynamodb # 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/>. > More information: <https://docs.aws.amazon.com/cli/latest/reference/dynamodb/>.
- Create a table: - Create a table:

View File

@@ -1,7 +1,7 @@
# aws ec2 # aws ec2
> CLI for AWS EC2. > Manage AWS EC2 instances and volumes.
> Provides secure and resizable computing capacity in the AWS cloud to enable faster development and deployment of applications. > 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>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/index.html>.
- Display information about a specific instance: - Display information about a specific instance:

View File

@@ -1,6 +1,7 @@
# aws eks # 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>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/index.html>.
- Create an EKS Cluster: - Create an EKS Cluster:

View File

@@ -1,6 +1,6 @@
# aws iam # 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>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/index.html>.
- List users: - List users:

View File

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

View File

@@ -1,6 +1,6 @@
# aws lambda # 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/>. > More information: <https://docs.aws.amazon.com/cli/latest/reference/lambda/>.
- Run a function: - Run a function:

View File

@@ -1,7 +1,6 @@
# aws rds # aws rds
> CLI for AWS Relational Database Service. > Use AWS Relational Database Service, a web service for setting up, operating and scaling relational databases.
> Create and manage relational databases.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/index.html>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/index.html>.
- Display help for a specific RDS subcommand: - Display help for a specific RDS subcommand: