Chielo (@chielo_chiamaka) 's Twitter Profile
Chielo

@chielo_chiamaka

Junior DevOps Engineer | Technical Writer | Building Smarter Scalable Systems.

ID: 1601521322

linkhttp://www.ssstech.site calendar_today17-07-2013 18:04:12

2,2K Tweet

619 Takipçi

549 Takip Edilen

Branko (@brankopetric00) 's Twitter Profile Photo

AWS IAM Best Practices 1) Follow the Principle of Least Privilege - Grant users and services only the permissions they need. 2) Use IAM Roles Instead of Long-Term Credentials - Avoid storing access keys; use IAM roles for applications running on AWS. 3) Enable Multi-Factor

Chielo (@chielo_chiamaka) 's Twitter Profile Photo

This journey keeps getting sweeter 😊. Turns out, this is where my strength lies. For the first time, I remotely accessed a virtual machine. Using MobaXterm, I SSH’d into my Amazon Linux VM, making that first secure connection. #AWS

This journey keeps getting sweeter 😊. Turns out, this is where my strength lies.

For the first time, I remotely accessed a virtual machine.

Using MobaXterm, I SSH’d into my Amazon Linux VM, making that first secure connection. 
#AWS
Chielo (@chielo_chiamaka) 's Twitter Profile Photo

My article became the top Google result for a RHEL 9 boot issue I once faced. I wrote it to help myself, now it’s helping others. This is why I write. Proud moment. Now open to Technical Writing gigs. Red Hat

My article became the top Google result for a RHEL 9 boot issue I once faced.

I wrote it to help myself, now it’s helping others.

This is why I write.
Proud moment.

Now open to Technical Writing gigs.

<a href="/RedHat/">Red Hat</a>
Chielo (@chielo_chiamaka) 's Twitter Profile Photo

Just pushed my AWS EC2 deployment project using Terraform to GitHub. From setting up providers to launching an instance. Clean, simple, and repeatable. Check it out, explore the code, and feel free to spin it up yourself. github.com/ChieloChi/Laun… #AWS #Terraform #DevOps

Osinachi (☁️,🧡) (@sin4ch) 's Twitter Profile Photo

You guys have questions for Julian Dumebi Duru. I have so many!😂 Which is why I asked him to hop on a space with me and Jotham Arinze to talk about his experience at Moniepoint Group, the incredible things he built, what makes for a great tech career, and what we should look forward to

You guys have questions for <a href="/durutheguru/">Julian Dumebi Duru</a>. I have so many!😂

Which is why I asked him to hop on a space with me and <a href="/JothamArinze_/">Jotham Arinze</a> to talk about his experience at <a href="/moniepoint/">Moniepoint Group</a>, the incredible things he built, what makes for a great tech career, and what we should look forward to
Chielo (@chielo_chiamaka) 's Twitter Profile Photo

You're not done after terraform destroy, trust me. Infra gone. Resources gone. But the next day, costs still rising That was me, until I opened CloudWatch. Total project cost for 72hrs = $21 CloudWatch leftovers = $0.48 (forgotten logs). Just for logs I forgot to clean up.

You're not done after terraform destroy, trust me.

Infra gone. Resources gone.

But the next day, costs still rising 

That was me, until I opened CloudWatch.

Total project cost for 72hrs = $21
CloudWatch leftovers = $0.48 (forgotten logs). Just for logs I forgot to clean up.
Chielo (@chielo_chiamaka) 's Twitter Profile Photo

I don’t know why Kubernetes can be strict and tricky 🥲 One missing indent, and boom nothing works. Kubernetes and YAML are testing my character 😂

I don’t know why Kubernetes can be strict and tricky 🥲

One missing indent, and boom nothing works.

Kubernetes and YAML are testing my character 😂
Chielo (@chielo_chiamaka) 's Twitter Profile Photo

Deploying an app on Kubernetes? Watch out 👇🏾 Pods are fragile: - If one crashes, it’s gone. - No self-recovery. Enter ReplicaSet - Keeps the right number of Pods running - Replaces failed Pods automatically - Removes extras if needed Tell it “3 Pods” you’ll always have 3.

Deploying an app on Kubernetes? Watch out 👇🏾

Pods are fragile:
- If one crashes, it’s gone.
- No self-recovery.

Enter ReplicaSet 
- Keeps the right number of Pods running
- Replaces failed Pods automatically
- Removes extras if needed

Tell it “3 Pods” you’ll always have 3.