Enabling Free S3 and DynamoDB Gateway Endpoints in Default VPC in AWS
Amazon S3 and DynamoDB are probably the AWS services you use the most, but traffic to them from your VPC normally leaves through the…
Miyurus Tech Blog.
Amazon S3 and DynamoDB are probably the AWS services you use the most, but traffic to them from your VPC normally leaves through the…
Like every other JVM application, Gradle prefers IPv4 over IPv6 by default. On an IPv6-only network — or any time you want Gradle to reach…
⚠️ This assumes you will only add 1 IPv6 per host. If you plan to add more, add them from a separate part of the IPv6 range manually…
Oracle Object Storage (S3 Compatible + IPv6) Oracle Object Storage provides S3-compatible APIs and now supports newer endpoint formats and…
Recently, I sat for the CKA exam using a 13-inch laptop. Since the exam environment uses an XFCE remote desktop, screen space can become a…
Introduction As mentioned in the previous post, I reached out to the ISP to solve the issues, but only got feedback: “The necessary…
I got a new router from a new ISP to check its IPv6 support. The router (ZLT S12 Pro) has an interesting IPv6 bug. Its IPv6 connection gets…
I was testing my IPv6 DNS Proxy Server while adding azurewebsite IPv6 support. Microsoft, unlike most providers, loves using multiple…
I use IPvFoo to check website connectivity and I noticed that YouTube video domains had funny-looking subdomains. So I did some digging for…
Why IPv6 Deserves Better Treatment from Hosting Providers Most server providers treat IPv6 the same way they treat IPv4. On the surface…
In this post I am going to show how to enable IPv6 (dual stack) support for Amazon SES in AWS PHP SDK, JavaScript SDK and Python SDK (boto…
Back in 2021, I checked for IPv6 support in public registries in the Docker Hub IPv6 support thread. Since Docker Hub now has IPv6 support…
Google’s BBR (Bottleneck Bandwidth and Round-trip propagation time) is a congestion control algorithm that can significantly improve network…
I recently encountered a puzzling network issue on an Intel Network VM. The kernel was up-to-date, and all configurations seemed correct…
In the world of modern application development and infrastructure management, effective monitoring is crucial. Grafana provides a powerful…
IPv6 is the latest version of the Internet Protocol, which provides a larger address space, improved security, and enhanced performance for…
If you’re managing an AWS environment and want to keep your security groups up-to-date with Cloudflare’s IPv6 addresses, this script can…
A few years back I worked on a project on AWS with some friends and we needed to load balance traffic. To save on the cost of an ALB, I…
I use a couple of IPv6 only VPS and I though to document them and some others together. Here IPv6 only means, Native IPv6. No NAT IPv4 or…
As IPv6 only servers are becoming the norm, lots of users run into the problem of pulling docker images from docker hub. ⚠️ As of August…
WireGuard is becoming popular with the linux crowd as a VPN as its integrated with the linux kernel whitch provides better performance…
With IPv6 adoption being increased due to IPv4 scarcity and more providers like AWS and Hetzner moving on to IPv6 only networks, it is…
New IPv4 and IPv6 address for Github Pages are as below. SSL are working on these IPv6 addresses…
💉 Find part 1 of the article here. https://blog.miyuru.lk/cw-alarms-using-tfcdk-1/ In this post, let’s spice things up using loops and boto…
In this post, I will show how to use Terraform CDK to create and manage cloudwatch alarms. There are multiple benefits of using cdktf…
Update 2022: You can also use alpinelinux AMI image which is also 1GB in size. https://alpinelinux.org/cloud/ Linux AMIs from AWS are…
In this tutorial, we will be installing Consul on Debian 10 buster in a single node. First cd to temp folder Install the necessary packages…
When a AWS account have large number of resources, tags are used to maintain and group resources. Normally these tags are added using the…
In this tutorial, we will be installing open tracker with IPv6 enabled on Debian 10 buster. First install the required packages then create…
In this post I am going to show how to enable IPv6 (dual stack) support for Amazon S3 in AWS CLI, AWS PHP SDK, JavaScript SDK, Python SDK…
It has been reported that archive.is blocks cloudflare DNS due to cloudflare not supporting EDNS. While a quick fix might be to change the…
Error : getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 if you face the above error when trying to install NPM packages on a…
All tests are conducted on IPv4 and from Sri Lanka. (AS18001) Overall Google and OpenDNS, which support EDNS seems the best.
There are 2 methods to redirect to https in Nginx 1st method is to create a separate server block for port 80 and redirect all to https. 2nd…
First add the nginx stable repo: Then run apt update: And get the nginx geoip module: This will download and load the module to /usr/lib…
Hello all, Welcome to the blog.