AWS API
AWS API
Status: ✅ Active
Account: 938847369046
Region: us-east-1
CLI: aws (version 2.22.35)
Configuration
# Credential Locations/root/.credentials/aws.env # Environment variables~/.aws/credentials # AWS CLI native config~/.aws/config # Region settings
# Environment VariablesAWS_ACCESS_KEY_ID=AKIA5VF5J65LOQRCCKPKAWS_SECRET_ACCESS_KEY=***AWS_DEFAULT_REGION=us-east-1Services Used
| Service | Purpose | Monthly Cost |
|---|---|---|
| SES | Transactional email for Sendy | ~$0.10 |
| S3 | Storage (3 buckets) | ~$1.23 |
S3 Buckets
| Bucket | Size | Cost | Notes |
|---|---|---|---|
| Philoveracity_VPS_Server | 24.6 GB | ~$0.57 | Weekly backups |
| arq-backup-philoveracity | ~300 MB | ~$0.65 | Glacier storage |
| pvd-cdn-assets | minimal | ~$0.01 | CDN assets |
API Usage
# List S3 bucketsaws s3 ls
# Check SES sending statsaws ses get-send-statistics
# Get cost dataaws ce get-cost-and-usage \ --time-period Start=2024-12-01,End=2025-01-01 \ --granularity MONTHLY \ --metrics BlendedCost
# List bucket contentsaws s3 ls s3://Philoveracity_VPS_Server/ --recursive --summarizeLifecycle Policy
Auto-cleanup configured on Philoveracity_VPS_Server:
- Abort incomplete multipart uploads after 7 days
- Delete noncurrent versions after 30 days
- Clean up expired delete markers
Cost Optimization (2026-01-05)
| Metric | Before | After | Savings |
|---|---|---|---|
| S3 Storage | 7.5 TB | 24.6 GB | 99.7% |
| Monthly Cost | ~$172 | ~$1.23 | $171/mo |
| Annual | - | - | $2,057 |
Actions Taken:
- Deleted 148 old Arq backup folders (2022-2024)
- Aborted 5 incomplete multipart uploads
- Removed 5,067 delete markers
- Suspended bucket versioning
- Applied lifecycle policy
MAP Integration
| Service | MAP Usage |
|---|---|
| SES | SendyKit email delivery |
| S3 | Product asset storage |
| CloudFront | CDN (if needed) |
Security Notes
- Credentials stored with 600 permissions (root only)
- Using root account credentials (consider IAM users for production)
- Versioning suspended to prevent storage accumulation
Configured: 2026-01-05 | Bead: workspace-zd4 (closed)