A logistics company is designing an automated workflow with two main operational requirements:
1. A Python application running on a local server must programmatically upload delivery logs to an Amazon S3 bucket and trigger an AWS Lambda function.
2. The systems administration team must model, provision, and update the entire production infrastructure in a repeatable way using a single YAML template.
Which of the following AWS tools should the company use to meet these requirements? (Select TWO.)
- AWS Software Development Kit (SDK)Cevap
- AWS CloudFormationCevap
- CAWS Elastic Beanstalk
- DAWS CloudTrail
- EAmazon Elastic Block Store (EBS)
Cevap
The AWS Software Development Kit (SDK) and AWS CloudFormation
The correct tools are the AWS Software Development Kit (SDK) and AWS CloudFormation. The AWS SDK enables developers to write Python code that programmatically communicates with AWS services like Amazon S3 and AWS Lambda. AWS CloudFormation enables systems administrators to define their entire infrastructure stack in a single YAML configuration template, ensuring repeatable and automated deployments.
Adım Adım Çözüm
Anahtar Kavram
Methods of deploying and operating in AWS, distinguishing between programmatic application access and declarative infrastructure provisioning.