Discover
Waves
Decks
Login
Discover
Waves
Decks
Buy perks
Login
Signup
50
l2dy
Sponsor me on GitHub! https://github.com/sponsors/l2dy
Available
Used
Resource Credits
2 Followers
2 Following
August 27, 2022
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Mute
l2dy
Programming & Dev
2y
An Obscure Connection Limit on EC2
Background Someone on the Internet claimed to have achieved 1M+ concurrent connections on a single EC2 instance. While I can not verify this claim, it is true that EC2 does not set a hard limit on the
$ 3.512
26
1
1
l2dy
Programming & Dev
2y
AWS Networking: Regions, Zones and VPC
This is a series of blog posts describing
$ 0.789
15
3
l2dy
Programming & Dev
2y
How to Measure Performance Impact of Code Changes in Go
Introduction Go has built-in support for benchmarks. You can use it to compare performance of several implementations of the same task, or simply to measure the time taken to run some code. Let's take
$ 3.516
16
1
l2dy
Programming & Dev
2y
How AWS IAM Roles Work
Background AWS recommends using IAM roles instead of long-term access keys, and have dutifully applied this principle to their SaaS offering like Amazon OpenSearch Service. However, this has introduced
$ 22.832
92
1
1
l2dy
Programming & Dev
2y
A Simple Trick to Reduce AWS Cost in Private Subnets (NAT)
Background To protect servers from malicious actors on the Internet, industrial best practice recommends not allocating public IP addresses to EC2 instances that don't need to be directly exposed on the
$ 3.523
21
2
2
l2dy
Programming & Dev
2y
Nginx Redirect Pitfalls
Background Content delivery networks can improve website performance and absorb burst traffic with cache on their edge servers. Some CDN providers even support accelerating dynamic content delivery by
$ 2.478
15
1
1
Center