Show HN: Flashcards to learn AWS skills
21–30 of 120 posts
Re: Show HN: Flashcards to learn AWS skills
#22Re: Show HN: Flashcards to learn AWS skills
#23At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…
Re: Show HN: Flashcards to learn AWS skills
#24Are you using a library for the flippable card, or is that all handwritten?
Re: Show HN: Flashcards to learn AWS skills
#25Hi, author here. I'm so happy to see this appear on HN front page! I almost didn't post this on HN as I wasn't sure if there would be interest towards a site like this. I spent so many hours tinkering with the UI and crafting questions that I'm happy to see that people are finding value in it :)
Re: Show HN: Flashcards to learn AWS skills
#26At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…
if yoyr workload isnt simple though, then its time to pay the price until a better abstraction comes along ^.^
Re: Show HN: Flashcards to learn AWS skills
#27Hi, author here. I'm so happy to see this appear on HN front page! I almost didn't post this on HN as I wasn't sure if there would be interest towards a site like this. I spent so many hours tinkering with the UI and crafting questions that I'm happy to see that people are finding value in it :)
Re: Show HN: Flashcards to learn AWS skills
#28Re: Show HN: Flashcards to learn AWS skills
#29Hi, author here. I'm so happy to see this appear on HN front page! I almost didn't post this on HN as I wasn't sure if there would be interest towards a site like this. I spent so many hours tinkering with the UI and crafting questions that I'm happy to see that people are finding value in it :)
I’m curious, did you build the flash card UI yourself, or use a library? I’m not in the market for studying AWS skills, but I really like the flash card interface!
Re: Show HN: Flashcards to learn AWS skills
#30Thanks for sharing this and congrats on the product. BUT: I don't think any amount of flashcards can help me get my head around setting IAMRole's and such, I stay away of amazon's cloud as much as I am able to, when/if I have a choice in the matter.