Google Cloud - Free Tier - Remove all resources

Hi all, recently I tried the GCP free tier for a personal learning project (DataTalks.Club - DE Zoomcamp).
Its over, so went ahead and destroyed everything via terraform destroy.

How to be 100% sure that there are no running instances/ projects?

I read that deleting the projects allows complete cleanup, which I did. So, wanted to check if there is something else I can check for.

I am not very familiar with these cloud services, so a bit apprehensive.

A quick command line/ web console link I can navigate to?

Thanks in advance.

Comments

  • edited May 14

    You can check your daily expenses at https://console.cloud.google.com/billing / reports table and filter by date

    If it's been over 24h and you don't see anything there, you should be fine. You can also remove your billing account to be 100% sure.

    Thanked by (1)localhost
  • @zgato said:
    You can check your daily expenses at https://console.cloud.google.com/billing

    If it's been over 24h and you don't see anything there, you should be fine. You can also remove your billing account to be 100% sure.

    Thanks, will check tomorrow.

    Any pointers to delete the billing account?

  • @localhost said:

    @zgato said:
    You can check your daily expenses at https://console.cloud.google.com/billing

    If it's been over 24h and you don't see anything there, you should be fine. You can also remove your billing account to be 100% sure.

    Thanks, will check tomorrow.

    Any pointers to delete the billing account?

    https://console.cloud.google.com/billing/manage

    Thanked by (1)localhost
  • So I don't see any projects any more.

    And on the billing management screen, Close this billing account is what i need to so, correct?

    If I plan to eventually use some always free tier service will this be impacted?

  • @localhost said:
    So I don't see any projects any more.

    And on the billing management screen, Close this billing account is what i need to so, correct?

    If I plan to eventually use some always free tier service will this be impacted?

    For what I understand, yes.

    Always free stuff should still be fine even if you delete your billing account since you can just create a new one. You won't get the $300 free tier credit though AFAIK.

    Thanked by (1)localhost
  • havochavoc OGContent WriterSenpai
    edited May 14

    You don't need to screw with the global billing. You can disable specific ones under billing -> account mgmt

    Think it may force delete some things in the projects though depending on details

    Thanked by (1)localhost
Sign In or Register to comment.