Bookmarks tagged with #aws.
Show all
Show all
jasonmoo/lambda_proc: Running a companion process to an AWS Lambda function in go
Running a companion process to an AWS Lambda function in go - jasonmoo/lambda_proc
Saved
on: 2015-08-09
Your single AWS account is a serious risk
Your AWS account is one of the most valuable things you own if you run a business on AWS. If you only own a single AWS accoun...
Tags:
#aws
Saved
on: 2015-08-08
Automated deployment with AWS Elastic Beanstalk (EB) – Part II | Piotr Pasich
Saved
on: 2015-08-08
Show HN: JAWS – A JavaScript and AWS Stack | Hacker News
Saved
on: 2015-08-04
Nginx with dynamic upstreams - Tenzer.dk
I recently made a setup at work where I had a Nginx server facing the user, which would forward requests to a service running behind an AWS Elastic Load Balancer (aka. ELB). That in itself doesn't sound like a difficult task, you just find the hostname for the ELB and point Nginx at it with a proxy_pass statement like this, right?
location / {
proxy_pass http://service-1234567890.us-east-1.elb.amazonaws.com;
}
Test it out and - assuming the firewall/security group configuration is set up right - it should work just fine. Some hours later you may however find the service is no longer working, even though no changes has been made. Calling the ELB endpoint directly works just fine, but calling it through Nginx just times out.
Saved
on: 2015-07-27
Under the Hood of Amazon EC2 Container Service - All Things Distributed
In this post I explore the Amazon ECS architecture and what this architecture enables.
Tags:
#aws
Saved
on: 2015-07-21
http://x-team.com/2015/07/automated-deployment-90-minutes-docker-aws-codeship/
Saved
on: 2015-07-08
aws-redshift-shell/README.md at master · squidsolutions/aws-redshift-shell
Shell scripts for AWS Redshift clusters configuration, creation and administration - squidsolutions/aws-redshift-shell
Saved
on: 2015-06-03
Announcing Twitter and Digits Support for Amazon Cognito | Amazon Web Services
When Amazon Cognito was first launched, we included support for Facebook, Google, Login with Amazon, as well as unauthenticated identities. In response to customer requests, we added OpenID Connect support as well as developer authenticated identities to enable developers to extend Amazon Cognito to support any aribitrary provider. Even though it was possible to add […]
Saved
on: 2015-05-05
QA Platform
Accelerate progress up the cloud curve with Cloud Academy's digital training solutions. Build a culture of cloud with technology and guided learning experiences.
Saved
on: 2015-04-29
https://www.airpair.com/aws/posts/building-a-scalable-web-app-on-amazon-web-services-p1?wed
Saved
on: 2015-01-22
Online Courses - Learn Anything, On Your Schedule | Udemy
Udemy is an online learning and teaching marketplace with over 250,000 courses and 80 million students. Learn programming, marketing, data science and more.
Saved
on: 2015-01-19
mentum/lambdaws
Deploy, run and get results from Amazon AWS Lambda in a breeze - mentum/lambdaws
Saved
on: 2015-01-13
AWS Tips I Wish I'd Known Before I Started - W(e)blinks
A collection of random tips for Amazon Web Services (AWS) that I wish I'd been told a few years ago, based on what I've learned by building and deploying various applications on AWS.
Tags:
#aws
Saved
on: 2015-01-12
How To Build a Custom S3 Uploader
Ever wondered how to create a form that can upload multiple files directly to your desired S3 bucket? While tools like S3Fox and Transmit certainly get the job done quite well, sometimes we need a...
Saved
on: 2014-06-26
Amazon Web Services Blog: AWS Elastic Beanstalk for Docker
AWS Elastic Beanstalk makes it easy for you to deploy and manage applications in the AWS cloud. After you upload your application, Elastic Beanstalk will provision, monitor, and scale capacity (Amazon EC2 instances), while also load balancing incoming requests across all of the healthy instances. Docker automates the deployment of applications in the form of […]
Saved
on: 2014-04-24