
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
Explanation:
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)