by truthbrother | Dec 24, 2020 | Kubernetes, Ansible
A question I’ve been hearing a lot lately is “why are you still using Ansible in your Kubernetes projects?” Followed often by “what’s the point of writing your book Ansible for Kubernetes when Ansible isn’t really...
by truthbrother | Dec 23, 2020 | Amazon Web Services
We launched the t1.micro instance type in 2010, and followed up with the first of the T2 instances (micro, small, and medium) in 2014, more sizes in 2015 (nano) and 2016 (xlarge and 2xlarge), and unlimited bursting last year. Today we are launching T3 instances in...
by truthbrother | Apr 27, 2020 | Amazon CloudFront, Amazon S3
I want to host a static website on an Amazon Simple Storage Service (Amazon S3) bucket. Then, I want to serve my website through an Amazon CloudFront distribution. How can I do that? Short Description To serve a static website hosted on Amazon S3, you can deploy a...
by truthbrother | Apr 27, 2020 | Amazon CloudFront
I’m using Amazon CloudFront to serve objects stored in Amazon Simple Storage Service (Amazon S3). I updated my objects in S3, but my CloudFront distribution is still serving the previous versions of those files. Why isn’t my Amazon S3 content updating on...
by truthbrother | Apr 27, 2020 | AWS CloudWatch
AWS CloudWatch allows you to collect log from your AWS EC2 instances. Files such as the Apache2 access and error logs that are commonly found on web servers. Or any log file. This is especially useful if you have a scaling group of instances behind a load...