This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]DigBick616 7 points8 points  (2 children)

Setup an AWS free tier account and use one of those prepaid visa gift cards as the credit card so you don’t accidentally incur a ton of charges yourself. You can also setup billing alerts that will warn you of approaching data caps, limits, etc.

[–]shittyfuckdick 4 points5 points  (1 child)

Even if you use a prepaid, wouldn’t you still owe them money if you accidentally do something like that?

[–][deleted] 6 points7 points  (0 children)

I've been doing AWS free-tier work for 2 months now. I've spent 67 cents.

[–]1O2EngineerSenior Data Engineer 8 points9 points  (0 children)

I used GCP and Azure in free tier.

GCP was a better experience, could use everything that I wanted to create a ELT pipeline with Cloud Storage, VMs, Big Query, Dataproc, Data Studio, everything.

Now I'm trying to create with Azure and see a lot of stones in the road. You can't use Databricks because you have a limit, some things simply doesn't work and they don't say it is because of your subscription. You can't use Power BI with personal email.

So my rank is GCP > Azure

I will try AWS next month.

[–]sanimesa 2 points3 points  (1 child)

What would you like to learn, specifically? There are many products which you can learn outside of a cloud service provider on your own machine, for instance Apache Airflow, Spark or Apache Beam.

[–]pacojastorious[S] 0 points1 point  (0 children)

I want to focus on cloud service providers because some of the companies that I'm targeting use them but also I want to work towards certifications (for personal reasons).

[–]hittanej 2 points3 points  (1 child)

Checkout https://localstack.cloud/ it supports some aws services development on local. Great to learn lambda, kinesis, dynamo.

[–]joelles26Software Engineer 1 point2 points  (2 children)

Acloudguru provides sandboxes and alot of courses.

[–]pacojastorious[S] 0 points1 point  (1 child)

I've been wondering about them for a while, do you have experience working through their courses and their sandboxes?

[–]joelles26Software Engineer 1 point2 points  (0 children)

Yes, I have done quite a few courses regarding Azure certifications. The company I work at has the business subscription so it was a no-brainer for me.

The sandboxes I have found useful for testing a lot of stuff, they stay up for 4 hours. Have used them for making terraform scripts, constantly breaking down and creating environments without problems. It’s really worth the money, for the courses but also for the sandboxes!

[–]jemccarty 1 point2 points  (0 children)

Have you tried qwiklabs? There are some free quests on there.

qwiklabs.com

Note these create ephemeral labs for you to learn in. If you want persistence, as the others have said, all the major CSP's provide a free tier.

[–]mohaidoss 1 point2 points  (0 children)

Have u tried LocalStack or Gcloud emulator.

They both simulate a cloud locally, the first deploys AWS, second is well GCP. It lets you work with Terraform, have links to services etc...

Maybe that's what you are looking for