David Ojeda
David Ojeda

David Ojeda

Follow
homeHey, I'm David!badges
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

Enable "Ignore load balancer 4xx errors" health rule on AWS Elastic Beanstalk using .ebextensions

Mar 20, 20206 min read 66 views

If you are an Elastic Beanstalk (EB) user, you are probably aware of a frequently requested feature that was released on July 25, 2018: To ignore...

Enable "Ignore load balancer 4xx errors" health rule on AWS Elastic Beanstalk using .ebextensions

Amazon S3 - The Basics

Aug 17, 20183 min read 190 views

What's Amazon S3? Amazon Simple Storage Service, called S3, is an object storage solution to reliably store and retrieve any amount of data. What can...

Amazon S3 - The Basics

Extend nginx/Apache Proxy Configurations on AWS ElasticBeanstalk

Jan 26, 20184 min read 757 views

AWS ElasticBeanstalk applications use either an nginx or Apache proxy to relay requests. Using the .ebextensions feature of ElasticBeanstalk we can...

Extend nginx/Apache Proxy Configurations on AWS ElasticBeanstalk