Skip to content

Pricing

You will incur standard AWS charges for some resources created and used by AppPack in your account.

Some resources are such as EventBridge Events, SSM Parameters, and Lambda Functions are priced so low (fractions of a cent/month) or have such generous free tiers that they are essentially free. Others will not be and are noted below.

To track the cost of your AppPack resources, we recommend setting up User-Defined Cost Allocation Tags. All AppPack resources will get an apppack:* (e.g. apppack:cluster, apppack:appName, apppack:database) tag you can use for fine-grained tracking.

Also don't forget about the Free Tier, Reserved Instances, Savings Plans and AWS Activate Startup Credits!

Account

Account-level resources are created during the initial setup and do not incur any AWS charges.

Region

Region-level resources are created during the initial setup and do not incur any AWS charges.

Cluster

Cluster-level resources are created during the initial setup (or using apppack create cluster). They include the following resources which may incur AWS charges:

Application/Pipeline

Applications include the following resources which may incur AWS charges

Database

Databases include the following resources which may incur AWS charges:

Pricing

The --multi-az flag will create two database instances, doubling the cost of the database stack. This is recommended for production instances for maximum uptime, but not necessary for development apps or places where cost optimization is more important than uptime.

Redis

Redis includes the following resources which may incur AWS charges:

Pricing

The --multi-az flag will create two Redis instances, doubling the cost of the Redis stack. This is recommended for production instances for maximum uptime, but not necessary for development apps or places where cost optimization is more important than uptime.