Scenario: You need to replicate S3 objects across multiple AWS regions and trigger AWS Lambda functions in each region. How would you design the architecture to achieve this requirement?
- Implement custom scripts to manage object replication and Lambda invocation
- Manually copy S3 objects to each region and trigger Lambda functions
- Use AWS Lambda destinations to replicate objects and trigger functions
- Use S3 cross-region replication to replicate objects and trigger Lambda functions in each region
Using S3 cross-region replication to replicate objects and trigger Lambda functions in each region is the most efficient way to achieve the requirement of replicating S3 objects across multiple regions and triggering functions.
Loading...
Related Quiz
- What are custom metrics used for in AWS?
- In AWS Step Functions, what is a state machine?
- Proper __________ is crucial when implementing resource reuse in AWS Lambda to avoid unintended side effects.
- What are some advantages of using AWS Step Functions over traditional orchestration methods?
- DynamoDB Streams enable __________ processing of data changes in DynamoDB tables.