
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: AWS Management Console
## Explanation The AWS Management Console is the correct choice because: - **No programming knowledge required**: The AWS Management Console provides a web-based graphical user interface that allows users to provision and manage AWS resources without needing to write any code or understand programming concepts. - **User-friendly interface**: Users can navigate through menus, click buttons, and fill out forms to configure and launch EC2 instances. - **Visual management**: Provides a visual way to see and manage resources, making it accessible for users without technical programming backgrounds. ### Why the other options are incorrect: - **AWS CLI**: Requires command-line knowledge and scripting skills - **AWS Cloud Development Kit (AWS CDK)**: Requires programming language knowledge (TypeScript, Python, Java, etc.) - **AWS CloudFormation**: Requires YAML or JSON template writing skills The AWS Management Console is specifically designed for users who prefer a graphical interface over command-line or code-based approaches.
Author: Ritesh Yadav
No comments yet.
A user needs to provision several Amazon EC2 instances. However, the user does not know any programming languages or programming concepts. Which AWS service should the user use to provision the EC2 instances?
A
AWS Management Console
B
AWS CLI
C
AWS Cloud Development Kit (AWS CDK)
D
AWS CloudFormation