AWS Certified Cloud Practitioner (CLF-C02) — Question 362
Which mechanism allows developers to access AWS services from application code?
Answer options
- A. AWS Software Development Kit
- B. AWS Management Console
- C. AWS CodePipeline
- D. AWS Config
Correct answer: A
Explanation
AWS SDKs provide language-specific APIs that allow developers to seamlessly integrate and interact with AWS resources directly from their application code. In contrast, the AWS Management Console is a web-based graphical interface for manual resource management, while AWS CodePipeline and AWS Config are used for continuous delivery and resource compliance monitoring, respectively.