Top products from r/aws

We found 34 product mentions on r/aws. We ranked the 20 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/aws:

u/kgalb2 · 1 pointr/aws

I assume this is for the Associate exam?

I actually found the study guide book incredibly helpful. It is not a deep dive into all of the services but it is a great overview for each service. I also found reviewing documentation on various services to be helpful.

I took two practice exams that came with the book. They weren't 100% accurate to the test but they do give you a very good idea of what the exam flow is. You won't find anything with 100% accurate exam questions. Therefore, study the domains, and get comfortable with the way the test flow goes.

u/setheliot · 2 pointsr/aws

Some good answers on stackoverflow here, but the upshot is:

u/G_Admiral · 1 pointr/aws

I was wondering about the same thing. There is a study guide for the Solutions Architect exam, but I'm interested in the Developer certification. If there is a fair bit of overlap, then that guide would probably be useful even if it's for a different exam.

u/cddotdotslash · 2 pointsr/aws

Hopefully I can provide some help!

  1. The IAM role that you give Lambda does need CloudWatch permissions (put logs, create log groups, create log streams). When you test it on the Lambda page, they display it right there, but for other invocations, it needs those IAM permissions.

  2. Not directly, but once the logs show up in CloudWatch, I believe you can click on the group and then stream them to Kinesis. From there, you can copy them to S3 I think. If not, you can setup another Lambda function to poll the group, download the logs and copy them to S3. A bit roundabout, but that's all we get for now.

  3. Yes, from what I understand, the container hosting the function assumes the IAM role just like EC2. So if someone managed to get control of it, they'd have those same permissions.

  4. Nothing specific, but definitely make sure that you always exit the function using the context.succeed or context.fail methods. With Node's callbacks, it's very easy to miss these and then you'll pay for the full execution time until it gets killed for timeout.

  5. This is something I hate. You can't regex the JSON. So for now (AWS has this on their radar according to some forum posts), I just fail with a string. You can then use an API Gateway mapping to send back actual JSON.

  6. This I'm not too sure of. Pretty much anything that runs on Node will run in Lambda, so if you have a module you like, that should work. One thing to keep in mind though is that if you miss an error, Lambda and the API Gateway will send the whole stack trace back. Kind of a bad thing to send to users.

    Good luck with the service! I'm a big fan, but it definitely needs some more work from AWS. It's so difficult to setup hundreds of routes since every one needs to be configured individually.

    Also, shameless plug, but if you're interested in Lambda, I wrote a whole eBook about it. You can pre order it now, but it'll be out on January 11th.
u/julietscause · 5 pointsr/aws

This is more of a r/sysadmin question than an AWS question.

>should I be able to get up to speed reasonably quickly and make my way around Amazon Linux coming from the Windows world

Depends on how comfortable you are with CLIs, no one is gonna be able to answer that but you since none of us know your knowledge level when it comes to tech. I will say if you dont use a CLI in windows a lot and rely on the GUI it will probably take you a little bit to adjust


However if you are really wanting to learn Linux/Unix I highly suggest getting this book

https://www.amazon.com/UNIX-Linux-System-Administration-Handbook/dp/0131480057/ref=sr_1_12?ie=UTF8&qid=1481472067&sr=8-12&keywords=linux+book

It rocks!

Also check out Linux academy https://linuxacademy.com/

Has some good online streaming learning options when it comes to Linux

here is a free Linux course to get you started

https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0

u/Chimbo84 · 3 pointsr/aws

The study guides for the Solution Architect Associate and SysOps Associate exams. I have been using AWS for years and still reference these books now and then. They’re good for a beginner. You could also try the free AWS Cloud Practitioner course and exam.

AWS Certified Solutions Architect Official Study Guide: Associate Exam (Aws Certified Solutions Architect Official: Associate Exam) https://www.amazon.com/dp/1119138558/ref=cm_sw_r_cp_api_i_cKS1Cb101HCVM

AWS Certified SysOps Administrator Official Study Guide: Associate Exam https://www.amazon.com/dp/1119377420/ref=cm_sw_r_cp_api_i_zKS1CbTFXAEQD

u/jeffbarr · 6 pointsr/aws

I use this one and have been very happy with it. You may enjoy my WorkSpaces story as well.

u/udaykiran19 · 3 pointsr/aws

The following steps may help you prepare for the certification .
 

  1. Here is study path you can follow - > https://aws.amazon.com/certification/certification-prep/
     

  2. You can use acloudguru or Linuxacademy or cloudacademy for videos based training which i found very useful
     
  3. There is also office cert guide -> https://www.amazon.com/Certified-Solutions-Architect-Official-Study/dp/1119138558
     
  4. You can practice using the aws free tier
u/drewsmiff · 2 pointsr/aws

First try, but I did developer first. I believe the general consensus is that developer is easier, so I did it first to get familiar with the format and test taking experience. I also had about 3 years AWS exp. at that point.

Not sure if you have tried yet, but if you failed don't be discouraged. SA is very scenario based and you simply need to pick the best answer for the scenario. I think you end up adopting an AWS mindset once you pick up on some tenants and idioms of the various training materials.

BTW, Amazon has an official SA study guide now which didn't exist when I got mine: https://www.amazon.com/Certified-Solutions-Architect-Official-Study/dp/1119138558

u/redoctet · 3 pointsr/aws

Though you're asking in the context of AWS, there are many best practices for designing and operating a distributed system at scale whether it's under AWS or not. The Practice of Cloud System Administration is platform agnostic and a fantastic place to start. No referral link!

u/behrangsa · 2 pointsr/aws

IMHO troubleshooting requires more in-depth knowledge than other parts. I am a bit surprised.

For security


u/Scarface74 · 2 pointsr/aws

If you’re going to buy a book for the solutions architect. You might as well buy the official one from Amazon.

https://www.amazon.com/Certified-Solutions-Architect-Official-Study/dp/1119138558

It’s really a good reference. I reviewed parts of it for the developers architect exam also.

u/dabbad00 · 2 pointsr/aws

The book "Securing DevOps" goes into a lot of this and uses AWS for its examples. I highly recommend it https://www.amazon.com/Securing-DevOps-Security-Julien-Vehent/dp/1617294136

u/benpiper · 2 pointsr/aws

Are you referring to the first or second edition of the study guide? I've also been looking for the Professional equivalent but haven't found anything that looks promising.

u/kenj0418 · 17 pointsr/aws

What's the difference between God and Larry Ellison?

God doesn't think he is Larry Ellison.

https://www.amazon.com/Difference-Between-God-Larry-Ellison/dp/0060008768

u/johnafogarty4 · 7 pointsr/aws

We use these that we purchase through Amazon with each root account.

u/synt4x · 1 pointr/aws

In some Googling, this seems to be the drive they _were_ using, and that's right around $1k/each: https://www.amazon.com/Samsung-MZ76P4T0E-Solid-State-Drive/dp/B07DN4VMQX.

u/DrFriendless · 1 pointr/aws

Peter Sbarski wrote a whole book about how they made their site.

https://www.amazon.com/Serverless-Architectures-AWS-examples-Lambda/dp/1617293822/ref=sr_1_1?ie=UTF8&qid=1524541635&sr=8-1&keywords=peter+sbarski

I actually found the book to not say much except exactly the things they needed to make ACloudGuru.

u/leptons · 1 pointr/aws

Your expertise is questionable, and no longer of any interest to me.

Maybe you should go educate yourself: http://www.amazon.com/AWS-Lambda-Guide-Serverless-Microservices-ebook/dp/B016JOMAEE

u/dangerousdave · 2 pointsr/aws

This example 10TB drive on Amazon.com weighs 1.5lbs.

So 100PB / 10TB means 10k drives or around 15k lbs. According to wikipedia the gross weight of a 45 foot ISO container is 66 k lbs. Doing RAID 1 would mean 30k lbs worth of drives, which leaves around ~26k lbs for all the other equipment, which seems reasonable.

My money is on them using something like RAID 6 so they can survive multiple disk failures while still having less drives than RAID 1. This also fits with the erasure coding strategy that Backblaze have open source and S3 has been speculated to use.

u/anonusr007 · 5 pointsr/aws

What are you studying?


First (In any order)


Unix


https://www.amazon.com/Sams-Teach-Yourself-Unix-Hours/dp/0672328143/ref=sr_1_2?ie=UTF8&qid=1525399317&sr=8-2&keywords=unix+in+24+hours


Networking


https://www.amazon.com/Network-Guide-Networks-Printed-Access/dp/1133608191/ref=sr_1_2?s=books&ie=UTF8&qid=1525399474&sr=1-2&keywords=network%2B+6th+edition


Focus in these areas in networking


The OSI Reference Model


Network Infrastructure Devices


Specialized Network Devices


Virtual Network Devices


IPv4 and IPv6 Addresses


Address Translation


Command-Line Tools


Network Security


Network Troubleshooting


UDP vs TCP


DNS




JAVA/Python Don't need to be a master, but experience is a plus.


Hackerrank.com


Some SQL experience.


Hackerrank



Basic terminology of the cloud.


http://whatiscloud.com/


Familiar yourself with JSON, and API technologies. Know the differences between nosql and sql.




After all that AWS


https://www.amazon.com/s/ref=nb_sb_ss_i_1_11?url=search-alias%3Daps&field-keywords=aws+offical+study+guide&sprefix=aws+offical%2Caps%2C199&crid=X9667J8H0Z1


If you are starting from nothing it may take 1 - 2 years. Take your time to learn, no hurry.

u/rjhintz · 1 pointr/aws

Depends on what New Age Tech faction you belong to. "Antifragile," from Nassim Taleb's Antifragile: Things That Gain from Disorder is supposed to mean that some processes, when properly engineered, gain additional resilience from disorder. Apologies for any mischaracterization.

This is not, as I understand it, the same as getting stronger from being stressed, as you might expect a system to get more resilient from lessons learned from the usual "game day" exercises. It's more the concept: "Make armor better by establishing an anti armor team whose job it is to find the weak spots in the armor."

I like the way things were expressed in the video, but I find Taleb a bit much. He actively despises academic work in his area, especially if it contradicts his thinking. YMMV.