Module 2 - Asynchronous Processing

We will not create the Module 2 - Asynchronous processing infrastructure using the AWS Management console. Instead you are going to leverage AWS Cloudformation to deploy the infrastructure for you in order to avoid repeating similar steps with Module 1. By building Module 1 - Synchronous processing infrastructure you should now have a good grasp on how to create a document processing pipeline using the AWS Management Console.

You are going to create the asynchronous document processing pipeline in 2 steps:

  1. You are going to connect to the Cloud9 IDE and execute a few scripts that will allow us to deploy aysnchronous documemt processing pipeline in our AWS Account..

  2. You are going to test our pipeline by uploading a number of documents to our S3 Bucket and then you will review the Outputs.

The architecture for Module 2 is below:

ASynchronous Doc Processing