Skip to content

AWS API

AWS API

Status: ✅ Active Account: 938847369046 Region: us-east-1 CLI: aws (version 2.22.35)

Configuration

Terminal window
# Credential Locations
/root/.credentials/aws.env # Environment variables
~/.aws/credentials # AWS CLI native config
~/.aws/config # Region settings
# Environment Variables
AWS_ACCESS_KEY_ID=AKIA5VF5J65LOQRCCKPK
AWS_SECRET_ACCESS_KEY=***
AWS_DEFAULT_REGION=us-east-1

Services Used

ServicePurposeMonthly Cost
SESTransactional email for Sendy~$0.10
S3Storage (3 buckets)~$1.23

S3 Buckets

BucketSizeCostNotes
Philoveracity_VPS_Server24.6 GB~$0.57Weekly backups
arq-backup-philoveracity~300 MB~$0.65Glacier storage
pvd-cdn-assetsminimal~$0.01CDN assets

API Usage

Terminal window
# List S3 buckets
aws s3 ls
# Check SES sending stats
aws ses get-send-statistics
# Get cost data
aws ce get-cost-and-usage \
--time-period Start=2024-12-01,End=2025-01-01 \
--granularity MONTHLY \
--metrics BlendedCost
# List bucket contents
aws s3 ls s3://Philoveracity_VPS_Server/ --recursive --summarize

Lifecycle 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)

MetricBeforeAfterSavings
S3 Storage7.5 TB24.6 GB99.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

ServiceMAP Usage
SESSendyKit email delivery
S3Product asset storage
CloudFrontCDN (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)