LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

Ultimate access to all questions.


Which of the following can be used to call AWS services from programming languages

Exam-Like
Community
RRitesh



Explanation:

The AWS SDK (Software Development Kit) can be plugged in for various programming languages. Using the SDK you can then call the required AWS services programmatically from your code.

Why other options are incorrect:

  • AWS Console: This is a web-based graphical user interface for managing AWS resources, not for programmatic access
  • AWS CLI: This is a command-line interface tool for interacting with AWS services, but it's not used directly from programming languages
  • AWS IAM: This is Identity and Access Management service for controlling access to AWS resources, not for calling services programmatically
Powered ByGPT-5

Comments

Loading comments...