🚀 Learning AWS & DevOps from scratch , no shortcuts. 💻 Daily hands-on projects in cloud, code, and automation. 📈 Building in public, one commit at a time.
Day 0 of #FromZeroToCloud
I'm learning AWS & DevOps from scratch and documenting every step publicly.
This is not about perfection. It's about proof of progress.
Here's why I'm doing this (and what to expect):
Results:
✅ Resolution time dropped from hours → seconds (via automation)
✅ Built entirely with IAM, Lambda, AWS Config (no new tools)
✅ Zero violations thanks to continuous enforcement + alerts
Why this matters:
✅ 90% of cloud breaches don’t come from bad code or hardware.
❌ They start with IAM misconfigurations.
Mismanaged permissions are silent, widespread, and deadly.
Okay, okay, let me explain how this works and I hope someone gets it.
For instance, your prompts on ChatGPT, your Google searches, or spinning up an EC2 instance have a real impact on data centers.
Why? Because data centers are powered by electricity (mostly from non-renewable sources) and require massive amounts of water for cooling. The longer your EC2 instance runs, the more energy the data center consumes. And yes, that means more carbon emissions and more strain on natural resources.
This is where green computing or sustainable tech comes in. People working in this space are focused on reducing the environmental footprint of technology. They’re asking questions like:
- How do we make cloud computing more energy-efficient?
- Can we design algorithms that require less processing power?
- How do we power data centers with renewable energy?
- What cooling alternatives can reduce water usage?
So the next time you leave that EC2 instance running for two days straight, or spam 50 prompts into an AI model, just remember that someone, somewhere is working hard to make sure our digital lives don’t wreck the environment.
And hopefully, now you understand why sustainability matters in tech.
�� AWS S3 + CloudFront gave me a 403 at 2AM.
Fixed it with the right S3 bucket policy
🔒 Controlled public S3 access
⚡️ Fast CloudFront delivery
Blog: https://t.co/YAWU6aHsWM
Repo: https://t.co/uSB2SkfpyX
#AWS #CloudFront #DevOps #WebDev #BuildInPublic