1 Answer
- Newest
- Most votes
- Most comments
2
Hi Claire,
Of course you can, this is AWS after all...you can do anything! Even fly! Jokes aside.
-
You can tag resources associated with each project and then use those tags to track and allocate costs separately. This way, you can see the expenses for each project clearly.
-
You can use AWS Budgets for each project. You can create alerts to notify you when spending approaches a predefined limit.
-
If the project requires separate billing entirely, you could consider using AWS Organizations to create separate accounts for each project under a single organization. Each account can have its own payment method while still being manage centrally.
AWS Support can help guide you through setup.
Relevant content
- asked 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago

Hello,
Thank you for your answer, it seems like option 3 is the only path close to what I'm looking for. I assume I'll have to make a new account solely to manage an RDS? I just want to make sure before I commit to a migration. For clarity's sake, I have an RDS instance that needs to be billed to a different card than my other AWS usages.
Thank you, Claire
Hi Claire,
Yes, if you want to have the RDS instance billed to a different payment method than the rest of your AWS services, creating a new AWS account specifically for that RDS instance is a common approach. This way, you can associate the new account with a different payment method and ensure that the charges are separated from your main account.