
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.
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
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.
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.