Resource viewer — Currently supports cost estimates with more features coming soon.
Overview
Thefjall view command provides detailed insights into your infrastructure resources. Currently supports viewing cost estimates, with logs and other features planned.
Usage
Available Resources
View Cost Estimates
Display cost estimates for your applications:Coming Soon
The following resources are planned:Options
| Option | Description | Example |
|---|---|---|
--app <name> | Target application (non-interactive) | --app app |
-v, --verbose | Show detailed information | fjall view cost -v |
Non-Interactive Mode
Skip prompts by specifying the application:How Cost Estimates Work
When you deploy an application, Fjall:- Analyses resources - Identifies all AWS resources
- Calculates costs - Uses AWS pricing data
- Saves estimate - Stores in
.fjall-cost-estimate.json - Updates on changes - Recalculates when infrastructure changes
- Compute costs (ECS, Lambda, EC2)
- Storage costs (RDS, Aurora, DynamoDB)
- Network costs (Load balancers, data transfer)
- Additional services
Understanding Cost Breakdowns
Service Categories
Compute Resources- ECS Fargate tasks
- Lambda function invocations
- EC2 instances
- Database instances
- Storage volumes
- Backup costs
- Load balancers
- Data transfer
- VPC endpoints
Cost Factors
Estimates consider:- Instance types and sizes
- Running hours per month
- Storage capacity
- Data transfer estimates
- Regional pricing differences
Limitations
Current limitations:- Estimates only (not actual AWS bills)
- Based on standard pricing (no discounts)
- Assumes 24/7 operation for always-on resources
- Data transfer costs are estimates
Tips
- Regular checks - View costs before and after adding resources
- Compare options - Create different app types to compare costs
- Optimization - Use estimates to identify expensive resources
- Budgeting - Export estimates for budget planning
Troubleshooting
No Cost Estimate Found
If you see this error:No Applications Found
Future Features
Planned additions to the view command:- Logs - Real-time log streaming from CloudWatch
- Metrics - Performance and utilisation metrics
- Config - Detailed configuration viewing
- Resources - List of all AWS resources
- Status - Health checks and monitoring
Cost estimates are approximations based on resource specifications. Actual AWS charges may vary based on usage patterns, data transfer, and other factors.