AWS Tips I Wish I'd Known Before I Started
wblinks.com
AWS Tips I Wish I'd Known Before I Started
1–10 of 152 posts
Re: AWS Tips I Wish I'd Known Before I Started
#2Re: AWS Tips I Wish I'd Known Before I Started
#3Your body tag is set to "overflow: hidden;". I wasn't able to scroll until I tweaked it manually in the inspector.
Re: AWS Tips I Wish I'd Known Before I Started
#4There's one that I think could be improved on a little:
Uploads should go direct to S3 (don't store on local filesystem and have another process move to S3 for example).
You could even use a temporary URL[0,1] and have the user upload directly to S3![0]: http://stackoverflow.com/questions/10044151/how-to-generate-... [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlU...
Re: AWS Tips I Wish I'd Known Before I Started
#5Lots of very useful tips there! There's one that I think could be improved on a little: Uploads should go direct to S3 (don't store on local filesystem and have another process move to S3 for example). You could even use a temporary URL[0,1] and have the user upload directly to S3! [0]: http://stackoverflow.com/questions/10044151/how-to-generate-... [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlU...
Re: AWS Tips I Wish I'd Known Before I Started
#6Re: AWS Tips I Wish I'd Known Before I Started
#7Lots of very useful tips there! There's one that I think could be improved on a little: Uploads should go direct to S3 (don't store on local filesystem and have another process move to S3 for example). You could even use a temporary URL[0,1] and have the user upload directly to S3! [0]: http://stackoverflow.com/questions/10044151/how-to-generate-... [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlU...
Re: AWS Tips I Wish I'd Known Before I Started
#8The server-level monitoring is free, and it's super simple to install. (The code we use to roll it out via ansible: https://gist.github.com/drob/8790246)
You get 24 hours of historical data and a nice webUI. Totally worth the effort.
Re: AWS Tips I Wish I'd Known Before I Started
#9Your body tag is set to "overflow: hidden;". I wasn't able to scroll until I tweaked it manually in the inspector.
Oops, sorry about that. Should be fixed now.
to
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
you should notice an improvement in the boldface font rendering.Great article, btw.