Practice free →
HomeAWS Cloud Practitionercloudcomputingcloudtechnology › Which of these is the simplest way for a develop…

Which of these is the simplest way for a developer to programmatically launch AWS resources from a script on their laptop?

ARe-flash the BIOS of a physical AWS server
BMail a written request to AWS Support
CUse the AWS CLI or an AWS SDK
DEdit the AWS data centre wiring directly
Answer & Solution
Correct answer: C. Use the AWS CLI or an AWS SDK
Programmatic access is via the AWS CLI (one-off commands) or an SDK (boto3, JS, Java, etc.) in code. The other options aren't real interfaces — customers never touch AWS hardware.
Solve this in the app — AWS Cloud Practitioner practice & 24k+ MCQs →
Related questions