Software Alternatives & Reviews

A Practical Guide To Deploying A Complex, Production Level, Three-tier Architecture On AWS

Amazon Route 53 Amazon RDS for MySQL Amazon Elastic File System Amazon CloudFront
  1. Automatically distribute incoming traffic across multiple targets using an Application Load Balancer.
    The Load balancer is the entry point to the application. The Application Load Balancer, residing in the presentation layer, will route traffic through the AutoScaling Group to logic-tier instances residing in the logic layer.

    #Cloud Hosting #Databases #Cloud Computing 23 social mentions

  2. Amazon Route 53 is a highly available and scalable DNS web service.
    AWS Route 53 will be used to provide a domain name for the application.

    #Domain Name Registrar #DNS Services #Cloud Computing 44 social mentions

  3. Amazon RDS for MySQL, the relational database service that makes it easy to set up, operate, and scale MySQL deployments in the cloud.
    We will however be utilizing Amazon RDS for MYSQL. It is a fully managed database solution in the cloud.

    #Application And Data #Data Stores #SQL Database As A Service 1 social mentions

  4. Amazon Elastic File System is a cloud-native and serverless data store that provides simple saleable elastic shared file storage for Linux-based business applications.
    AWS EFS is a fully managed, highly scalable shared storage solution in the cloud. It is NFS compatible. This Elastic filesystem will provide shared storage for all our application tier servers. Since it provides storage, EFS sits in the data layer of the three tier architecture.

    #File Management #Work Collaboration #Project Management 22 social mentions

  5. Amazon CloudFront is a content delivery web service.
    We will integrate ClodFront with the Application Load Balancer to provide worldwide accelerated content delivery and reduce latency.

    #CDN #Cloud Computing #Content Distribution 67 social mentions

Discuss: A Practical Guide To Deploying A Complex, Production Level, Three-tier Architecture On AWS

Log in or Post with