CLF-C02 · Question #64
Which AWS service or tool gives users the ability to connect with AWS and deploy resources programmatically?
The correct answer is D. AWS SDKs. AWS SDKs (Software Development Kits) are the correct answer because they provide developers with libraries and tools in multiple programming languages (Python, Java, JavaScript, etc.) that allow them to interact with AWS services programmatically - meaning they can write code to
Question
Which AWS service or tool gives users the ability to connect with AWS and deploy resources programmatically?
Options
- AAmazon QuickSight
- BAWS PrivateLink
- CAWS Direct Connect
- DAWS SDKs
How the community answered
(42 responses)- A2% (1)
- B2% (1)
- C5% (2)
- D90% (38)
Explanation
AWS SDKs (Software Development Kits) are the correct answer because they provide developers with libraries and tools in multiple programming languages (Python, Java, JavaScript, etc.) that allow them to interact with AWS services programmatically - meaning they can write code to deploy, manage, and configure AWS resources directly from their applications.
Why the distractors are wrong:
- Amazon QuickSight is a business intelligence (BI) and data visualization service, used for creating dashboards and reports - not for deploying resources.
- AWS PrivateLink is a networking service that enables private connectivity between VPCs and AWS services without exposing traffic to the public internet.
- AWS Direct Connect is a dedicated physical network connection between an on-premises data center and AWS - it's about network connectivity, not programmatic resource deployment.
Memory Tip: Think of SDK = "Software Deployment Kit" (not its real name, but a helpful trick) - whenever you see the word programmatically in an AWS exam question, SDKs or the AWS CLI should immediately come to mind, as they are the primary tools developers use to interact with AWS through code.
Topics
Community Discussion
No community discussion yet for this question.