Last updated

Public Resources Created by This Deployment

This AWS deployment creates a single public Catena endpoint backed by one EC2 instance.

The following resources may be publicly reachable or may participate in public network access:

ResourcePurposePublic exposure
EC2 instanceRuns Dokku and the Catena applicationReceives inbound traffic allowed by the security group
Elastic IPProvides a stable public IPv4 address for the EC2 instancePublic IPv4 address
Route53 recordsMaps the configured domain name to the Catena deploymentPublic DNS resolution
Security group ingress rulesControls inbound access to the EC2 instanceAny rule allowing traffic from 0.0.0.0/0 or ::/0 is publicly reachable
Internet GatewayAllows the VPC to communicate with the internetEnables internet routing for public subnets
Public subnet / route tablePlaces the EC2 instance on an internet-routable network pathEnables public access when combined with a public IP and permissive security group rules
TLS certificateSecures HTTPS access to the Catena endpointPublic certificate for the configured hostname

Catena does not require unrestricted inbound access from the internet. Customers should expose only the ports required for their deployment and restrict administrative access to trusted networks.

Redis and SQLite are installed on the EC2 instance for this deployment. They should not be directly exposed to the public internet.