Live data from Hacker News

GitHub Student Developer Pack

github.blog

31–33 of 33 posts

Re: GitHub Student Developer Pack

#31
post #2

Practical question: how the heck do people manage subscriptions for personal (not enterprise) use? Do you know all the services you subscribe to, how much you paid(whether the amount reset to a higher number after the introductory offer), whether you’re being auto-billed for something you’ve barely used, etc? Further, have you cancelled subscriptions as a result of such analysis? I wonder how many people would pay a…

I avoid subscriptions. My household pays for Amazon and Netflix. We have no other recurring services outside of utilities. If I do sign up for a trial, I add a calendar reminder to cancel the service a day before the trial expires.

Re: GitHub Student Developer Pack

#32
post #8

Just a heads up: Do NOT use AWS Educate (regardless if you get it from some hackathon or Github). The amount of pain and suffering you have to go through just to get permission to spin up a EC2 instance is unbearable. Compounded with a ton of restrictions and 60-minute sessions, it'll make you unlike AWS real-quick. I would instead suggest to use the $300 GCP credit (since there's no restrictions for that) if you nee…

Wouldn't what most people are doing fit underneath the free tier?

So to activate AWS Educate you'll need to do this:

1. Get verified (which even though I had an .edu email took 2 weeks and back and forth convo to do... not to mention that I've been trying for about a year with my HS issued .org email...)

2. You get access to this super weird and sluggish "Learn AWS" portal (by the way, none of this is by AWS, they outsourced to some 3rd party) where they force you to take 5 hours of learning AWS... luckily I found a way to bypass it.

3. Once you get through these portals you end up on this weird "ending page" which I highly recommend bookmarking if you really do decide to use the measly $75 they give. This "ending page" basically gives you the credentials (to use on CLI) and FORCES you to click on this button on the page anytime you want to access AWS.

4. Now that you clicked on this link, you have 60 minutes to do whatever that is under this heavily restricted AWS console...

5. After 60 minutes both your credentials in CLI and in the browser are gone and you'll have to use this "ending page"'s link again to get new credentials for both CLI and browser.

I don't have time to explain all of it, but it was really painful to setup.

GCP on the other hand just gives you $300 without question (other than credit card/phone number) and allows you to do whatever you want.

TLDR: AWS Educate sucks. If you need to play around with cloud stuff, use GCP's $300. OR use AWS's free tier (but then again there are some super weird restrictions.... but I guess it's more bearable than Educate)

To answer your question: Probably... just read what you can and cannot do (but stuff like spinning up EC2 instances is fine... its just that you can't connect for more than 60 minutes)

Post reply on HN