Commands of AWS Cloudshell ?
Here are some of the common commands that you can use in AWS CloudShell:
aws configure: Configure the AWS CLI with your AWS credentials, region, and output format.aws s3 ls: List the buckets in your AWS S3 storage.aws ec2 describe-instances: Describe the EC2 instances in your AWS account.aws cloudformation create-stack: Create a new CloudFormation stack.aws lambda list-functions: List the functions in your AWS Lambda account.aws dynamodb list-tables: List the tables in your AWS DynamoDB database.aws sqs list-queues: List the SQS queues in your AWS account.aws logs describe-log-groups: Describe the CloudWatch Log groups in your AWS account.aws s3 cp: Copy a file to or from an S3 bucket.aws ecr describe-repositories: Describe the Amazon ECR repositories in your AWS account.
These are just a few examples of the commands that you can use in AWS CloudShell. The full list of AWS CLI commands and their syntax can be found in the AWS CLI documentation.

0 Comments
Drop your comment here....