Project Task – Deploy a Highly Available and Scalable Backend Application Component for the Todo List Application
So far, you have built a substantial portion of your core infrastructure, as depicted in the following diagram, which will be used to deploy and host the Todo List application.
Figure 7.9 – Todo List application architecture diagram
Specifically, you have deployed the following core infrastructure services:
- The setup and configuration of IAM with specific users with access to the account, defining some IAM roles with permissions to connect with AWS Session Manager to enable remote administration of the application server that we will deploy. This role will be further modified to include additional policies as we progress through the project tasks.
- The setup and configuration of Amazon Cognito user pools, which will be used to create and manage fictitious users of our application.
- The Amazon S3 static website currently...