On AWS

Frequently Asked Questions

Find answers to common questions related to pdfRest Self-Hosted API products on AWS.

General FAQ

  • The Amazon Machine Image allows you to deploy a single EC2 instance without other infrastructure components. You can use this for small scale processing, batch processing, or other uses that don't require a load balancer or multiple machines.
  • The CloudFormation Template allows you to deploy one or more EC2 instances alongside additional infrastructure. The default parameter settings deploy a scalable group of instances with a load balancer and an Elastic File System volume. This option can use existing infrastructure components (for example, an existing EFS volume), and is suitable for larger scale processing, using HTTPs, or adjusting your available machines to meet your needs.

CloudFormation FAQ

  • All calls enter through an Internet Gateway in front of an Application Load Balancer.
  • The load balancer will distribute traffic to a Target Group containing EC2 instances that are defined and initialized by the stack's Launch Template, and are grouped by an Auto Scaling Group.
  • All instances created by this group will use the same shared Elastic File System volume, so any file can be processed by any instance.