This is a modification of the AWS HIPAA template found here: https://aws.amazon.com/quickstart/architecture/accelerator-hipaa/
The customizations are:
- Setting an S3 location for the SSL certificates. The original template generated temp SSL certs and installed them on the proxy and app instances. This template allows the user to specify their SSL certs in an S3 location and the template installs them on the proxy and app instances.
- Allows for the user to choose the database engine.
- Uses NAT Gatways by default instead of NAT instances.
- Does not install wordpress on the app instances.
- Installs CodeDeploy on the app instances.