Hello Reader, Becoming an AWS Community Builder is both prestigious and significantly increases your chances of being picked up by recruiters for an interview. In today's newsletter, my mentee Vijay, Principal Engineer at Nokia, will detail the steps so YOU can become an AWS Community Builder as well. Off to you Vijay.. Hi, Vijay here 👋! In March 2025, I got into AWS Community Builders Program. Many people reached out to me to know how to get into the program. Here is a detailed article on how to get into AWS Community Builders Program with my own experience thrown in. What is AWS Community Builders programHere is the official description: The AWS Community Builders program offers technical resources, education, and networking opportunities to AWS technical enthusiasts and emerging thought leaders who are passionate about sharing knowledge and connecting with the technical community. Here is the official page: https://aws.amazon.com/developer/community/community-builders/ What do you need to do?Start with the FAQs on the official page. Those have the latest rules and conditions. Read them. Re-read them again. It is important to understand each and everyone of those questions. Here are things you need to do:
You must have at least two high quality contents created one month before the application opens. This was the condition in 2025, and I guess it will be same in 2026. So make sure you have them ready by Nov 2025. I have purposefully mentioned two high quality content and not an article as there are other mediums as well. You can create Youtube video, write a blog post, talk in local AWS user group, contribute to open source, write a good solution to a question in re:Post. So you choose what you wanted to do. Make sure you have a URL to add in the application which is publicly accessible. AWS wants your original voice, original solution. They are interested in how best you can use AWS technology to build an original solution. Currently GenAI makes it trivial generating content, images, code. DON’T USE LLM generate text or code in your solution. GenAI generated images are okay if you mention image credits immediately after the image and clearly. AWS wants to hear your original thoughts, your own experiences, how you use AWS to improve the solution. One Biggest Tip I could give you is: Produce content in your mother tongue if English is not your mother tongue. Use it to your advantage. AWS encourages you to produce content in your own local language. You don’t have to use English. Write in Telugu, Finnish, German, Japanese, Turkish, whatever language you know. If you are posting on LinkedIn then create content using LinkedIn Articles instead of LinkedIn posts. Posts are temporary. Articles are permanent and are found when you search for topics in or outside of LinkedIn. Also LinkedIn articles supports rich text formatting. Use it to create clear and long content. All your contributions must be publicly accessible and not behind any paywalls. Try opening them in a private incognito browser window and test them before adding the URLs in the application. This way you know those URLs are working fine. My ExperienceIn my case, I have been working with AWS for nearly ten years and EKS for the last 4-5 years. I always wanted to contribute back to the community. I have run Linux student tech community back in 2002-2005 and I am a big proponent of open source. There was an itch to write and share my learnings from the start. AWS Community Builders program felt like a correct platform for what I wanted to do in my free time. In my case, I had written couple of blogs in 2018 and 2020 and there was a big break. I tried to apply for AWS Community Builders program in 2024 and when I opened the application then I came to know that one needs to add link to their two blog posts or other content written in the last one year and those must be created at least one month before the application. I wished I had known about this before. So in mid 2024 I wrote couple of posts on my blog and also started actively posting and writing articles in LinkedIn. When the time came in Jan 2025, I applied and luckily got into the AWS Community Builders program. This year I have written more blog posts than in the last ten years. I am more motivated to share my learnings, help the community and build solutions in the public. BenefitsThe biggest benefit of joining AWS Community Builders program for me is the access to the network of like-minded builders and AWS experts. Discussing with them when you are stuck on your solutions, learning from what they build, attending builders-only exclusive sessions from AWS experts are the biggest benefits for me. You get some AWS credits for doing proof of concepts or building different solutions using AWS. You also get to post on dedicated organization for builders on dev.to. You get more views and credibility for your posts. Final ThoughtsFirst and foremost you need to remember that this is a volunteer role. If you are excited to help others learn AWS technologies, share with the world your AWS learnings, and want to write or talk about it then this program is for you. There will be excellent support from AWS in this regard. I personally believe everyone can become an AWS Community Builder if you put the required effort and are willing to help the AWS community. This is my way of contributing back to the community by sharing my learnings. Back to Raj... If you liked Vijay's post then follow him on LinkedIn, read his personal blog and dev.to posts.
Keep learning and keep rocking 🚀, Raj |
Free Cloud Interview Guide to crush your next interview. Plus, real-world answers for cloud interviews, and system design from a top Solutions Architect at AWS.
Hello Reader, Not all questions are equal in interviews and real-world projects. There are some questions that you simply can't mess up, because these concepts are so fundamental, they are used in almost ALL projects. One such concept is high availability. Surprisingly, I hear wrong answers on this all the time. In this edition, let's go over the common bad answers, a good answer, and then some! Question: What is High Availability? Bad Answers Even if a component fails, application should...
Hello Reader, EDA (Event Driven Architecture) has become increasingly popular in recent times. In this newsletter edition, we will explore what EDA is, what the benefits of EDA are, and then some advanced patterns of EDA, including with Kubernetes! Let's get started: An event-driven architecture decouples the producer and processor. In this example producer (human) invokes an API, and send information in JSON payload. API Gateway puts it into an event store (SQS), and the processor (Lambda)...
Hello Reader, In today’s post, let’s look at another correct but average answer and a great answer that gets you hired to common cloud interview questions. Question - What is RTO and RPO? Common mistakes candidate make - they say RPO (Recovery Point Objective) is measured in unit of data, e.g. gigabyte, petabyte etc. Here is the right answer - Both RPO and RTO are measured in time. RTO stands for Recovery Time Objective and is a measure of how quickly after an outage an application must be...