Introducing Subnet-Watcher: Observability for your AWS Subnets

Are you tired of manually checking your AWS subnets to ensure they’re not approaching free remaining ip limit ? Look no further than Subnet-Watcher, an open-source tool I’ve developed at zoph.io. Subnet-Watcher allows you to automatically check your subnets for a variety of metrics, such as whether they have the correct number of available IP addresses, number of detached ENIs. It also allows you to take action if any of these conditions are not met, such as sending an email notification and automatically record a CloudWatch Metric. ...

January 8, 2023 · 2 min · 238 words · zoph

Update on being Independent [3 years later]

TL;DR Key takeaways: Building trust and relationships with a community of experts is crucial for success. Continuously staying up-to-date with the latest trends and best practices in your field and maintaining a curious mindset is important for delivering innovative solutions. Diversifying your business streams, such as through a SaaS product or newsletter, can help to increase success and growth. Being a freelancer offers autonomy and independence, but it’s important to also consider the scalability of your business. As my business as an independent AWS consultant enters its fourth year, I am proud to reflect on the growth and success I have achieved over these past few years. ...

January 7, 2023 · 4 min · 660 words · zoph

How to deal with unused assets on AWS?

💸 Rational Using the public cloud will let you do experiments, iterate, test new services and new capabilities; it will unleash the potential of your teams to do innovation and, in the end, reduce the time to market with innovative products. Cloud computing comes with a promise: “Pay as you go”. In fact, this statement is partially true. However, it is only accurate if you take care – really care – of your active assets on your Cloud Service Provider (CSP). ...

May 29, 2022 · 2 min · 310 words · zoph

The day when the AWS Support got access to your S3 data

Update from: 2021-12-23 Official Security bulletin from AWS AWSSupportServiceRolePolicy Informational Update https://aws.amazon.com/security/security-bulletins/AWS-2021-007/ You will find below details about the security incident that leads to this unattended access for millions of AWS customers. On 22nd December 2021, AWS deployed a new version (v20) of AWSSupportServiceRolePolicy used by a mandatory role: AWSServiceRoleForSupport for AWS Support access to all AWS Accounts. In this policy, they added the action: s3:getObject which gives access to all customer Amazon S3 data by AWS Support teams. ...

December 22, 2021 · 3 min · 430 words · zoph

Serverless AWS WebRedirect

Rational Lately, I was looking for small automation to deploy a simple web redirect for a domain name hosted on Amazon Route 53. I didn’t find anything relevant so I’ve decided to do it by myself. The goal was to have a subdomain redirect to a totaly different domain and path using minimal efforts and infrastructure. From: asd.zoph.io To: http://awssecuritydigest.com Schema Tradeoff It does not support https, but you could use the http as an entrypoint, and then redirect traffic to https as needed. ...

November 7, 2021 · 1 min · 115 words · zoph