Implementation steps
In this section, we will guide you through the implementation steps for the use case and architecture we explained in the previous section.
Important Note
Please note, while explaining the implementation steps, we have used us-east-1 as the AWS region. You can use the same or an alternate region as per your choice. Please check any resource or service limits that might apply to your AWS region before proceeding with the implementation.
Creating Amazon S3 buckets
Let's first create the Amazon S3 buckets and folders that will be used for both input and output. Please refer to the following steps to create them:
- Navigate to the Amazon S3 console at https://s3.console.aws.amazon.com/s3/home?region=us-east-1#.
- From the buckets list, choose Create Bucket, which will open up a form on the web interface to provide your bucket name and related configurations.
We have specified the input bucket name as raw-input
and kept everything else...