Skip to content

AWS services

James Jefferies edited this page Jun 11, 2020 · 1 revision

AWS Services

The application uses the following AWS Services

Route 53

For domain management

ElasticBeanstalk

For application hosting, load balancing and management of EC2 instances - note that the RDS instances are handled separately to the Elastic Beanstalk configuration.

EC2

All handled by Elastic Beanstalk

RDS

For database hosting - there is a database for test and one for production

SES

Simple Email Service - not used for sending emails, but used of receiving the data emails

Lambda

Used for processing the incoming data emails using the Serverless framework

S3

Simple Storage is used for a variety of purposes including

  • Storing imported data files
  • ActiveStorage - for storing uploaded asset files
Clone this wiki locally