A company's system administrator needs to perform two distinct operations: first, use a web browser to manually inspect the configuration settings of an active Amazon RDS database, and second, integrate a programmatic workflow into a custom Java application to dynamically write data to an Amazon DynamoDB table. Which of the following AWS deployment and operating methods are best suited to accomplish these tasks? (Select TWO.)
- AWS Management ConsoleAnswer
- AWS Software Development Kit (SDK)Answer
- CAWS Command Line Interface (CLI)
- DAWS CloudFormation
- EAWS OpsWorks
Answer
AWS Management Console and AWS Software Development Kit (SDK)
The AWS Management Console is the correct choice for manual database configuration inspection via a browser interface because it provides a web-based graphical user interface. The AWS Software Development Kit (SDK) is the correct choice for integrating programmatic database interactions within a custom Java application because it offers language-specific APIs.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS interaction methods (Management Console, CLI, SDK, and CloudFormation) based on manual, script-based, or application-level programmatic requirements.