A logistics company is updating its operational workflows and has two new requirements:
First, an administrator needs to write shell scripts to automate the backup of local log files to Amazon S3 every night.
Second, a developer needs to write a custom application that programmatically creates Amazon DynamoDB tables from within Go application code.
Which of the following AWS deployment and operating methods are most appropriate to meet these requirements? (Select TWO.)
- AWS Command Line Interface (CLI)Answer
- AWS Software Development Kit (SDK)Answer
- CAWS Management Console
- DAWS CloudFormation
- EAWS Elastic Beanstalk
Answer
AWS Command Line Interface (CLI) and AWS Software Development Kit (SDK)
The AWS Command Line Interface (AWS CLI) is the most suitable tool for administrative tasks automated via shell scripts, such as scheduled daily file uploads to Amazon S3. The AWS Software Development Kit (AWS SDK) is the correct choice for developers who need to interact with AWS services programmatically using code libraries in languages like Go, Java, or Python.
Step-by-Step Solution
Key Concept
AWS Deployment and Operating Methods (Console, CLI, SDK, CloudFormation)
Estimated Time:1m 30s