
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: AWS CloudShell
AWS CloudShell is a browser-based shell environment that provides a pre-authenticated command line interface directly accessible from the AWS Management Console. It allows users to run AWS CLI commands without needing to install or configure the AWS CLI locally. **Key features:** - Browser-based interface - Pre-authenticated with current console user's permissions - Direct launch from AWS Management Console - No installation required - Persistent storage for user's home directory **Other options explained:** - **AWS Fargate**: Serverless compute engine for containers (not a CLI) - **AWS Lambda**: Serverless compute service for running code (not a CLI) - **AWS Config**: Service for resource inventory and configuration tracking (not a CLI)
Author: Ritesh Yadav
Which AWS service is a browser-based, pre-authenticated command line interface that can be launched directly from the AWS Management Console?
A
AWS CloudShell
B
AWS Fargate
C
AWS Lambda
D
AWS Config
No comments yet.