Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

🚗 You set the rental price
🔐 Secure bookings with verified renters
📍 Track your vehicle with GPS integration
💰 Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

AWS-Recommended Account Cleanup and Closure Runbook

Phase 1 – Pre-Closure Assessment & Planning

Goal: Confirm business need, identify cost and compliance impact before touching resources.

1. Inventory & Cost Review

  • Generate a complete cross-region inventory with:
    • AWS Resource Explorer
    • aws resourcegroupstaggingapi get-resources
    • AWS Config and Trusted Advisor
  • Review Cost Explorer → Last 3 months for anomalies.
  • List active Reserved Instances (RIs), Savings Plans, and Marketplace subscriptions.
  • Note any active Direct Connect, Dedicated Hosts, or Elastic IPs (common hidden cost centers).

2. Stakeholder & Compliance Approval

  • Confirm with application, finance, and compliance owners that the account can be retired.
  • Document decision in your Org change log / Confluence / ticket.
  • Capture last backup requirement or legal retention if any.

Phase 2 – Resource Cleanup (Recommended for Zero Residual Cost)

While AWS allows closure without cleanup, costs persist until resources are deleted or RIs expire.
Clean up to prevent hidden post-closure billing.

🔹 Critical Items

CategoryAction
AWS MarketplaceCancel every subscription in [Marketplace → Manage Subscriptions]. Terminate instances that used marketplace AMIs.
Reserved Instances & Savings PlansThese continue billing until expiry. Attempt transfer to another Org account via Support.
Data BackupsExport or snapshot any S3, RDS, EBS, ECR data you need. Then delete storage to stop meter accrual.
Direct Connect & Dedicated ResourcesExplicitly delete DX connections, private virtual interfaces, and dedicated hosts to stop port-hour charges.
Other Persistent CostsRelease Elastic IPs, delete NAT Gateways (≈ $0.045/hr + data), and disable CloudWatch Logs retention if unneeded.

Phase 3 – Account Closure Execution

You, as the Management Account Admin, can close member accounts in two AWS-supported ways:

Option 1 – Console

  1. Sign in as Management Account → AWS Organizations
  2. Choose the target member account
  3. Click Close account → Confirm

Option 2 – CLI (CloudShell)

aws organizations close-account --account-id <member-account-id>
Code language: HTML, XML (xml)

AWS automatically:

  • Revokes IAM access for that member
  • Marks it CLOSED in Organizations
  • Freezes new resource creation

Phase 4 – Post-Closure Monitoring

Billing

  • You remain liable for all usage until the closure timestamp.
  • Final bill arrives the following month.
  • RIs/SPs continue billing until expiry.
  • Account remains visible as “CLOSED” for 90 days.

Recovery

  • Within 90 days → Contact AWS Support → Reopen.
  • After 90 days → Permanent deletion (no recovery).

Phase 5 – Organization-Level Governance & Prevention

ControlPurpose
Service Control Policies (SCPs)Block creation of cost-bearing resources in deprecated accounts or regions.
Budgets & Cost Anomaly DetectionCatch stray spend early.
AWS Config & CloudTrail (Org scope)Track configuration and deletion compliance.
Automated Cleanup ScriptsImplement Lambda or Step Functions that auto-delete idle EBS, S3, EIPs.
Lifecycle OU StructureMaintain “Active”, “Sandbox”, and “Decommissioned” OUs for clear separation.

Recommended Timeline

WeekTasks
ImmediateAudit account, identify Marketplace subs & DirectConnect links.
Week 1Back up critical data, cancel Marketplace subs.
Week 2Delete resources / release IPs / terminate NAT Gateways.
Week 3Verify zero usage → Close account via Organizations.
Month AfterReview final bill & ensure no unexpected charges.

Common Hidden Costs to Double-Check

✅ NAT Gateways
✅ Elastic IPs (allocated but unused)
✅ CloudWatch Logs retention
✅ EBS Snapshots
✅ Direct Connect ports
✅ Active Savings Plans / RIs
✅ Marketplace licensing
✅ PrivateLink endpoints


Official AWS References


Final Action Plan (Summary)

  1. Audit & Backup → Inventory, cancel Marketplace subs, note RIs/SPs.
  2. Clean Up Resources → Terminate compute, delete storage, remove DX links.
  3. Verify Zero Spend → Check Cost Explorer & Budgets.
  4. Close Account via Organizations (console or CLI).
  5. Monitor Final Bill & ensure RIs/SPs handled.
  6. Apply Org-level SCPs & budgets to avoid future waste.

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x