Blessing Usifoh-Oamen

Blessing Usifoh-Oamen Cloud Computing and DevOps enthusiast passionate about building secure, scalable, and efficient systems.

Skilled in automation, cloud infrastructure, and digital operations. Dedicated to driving innovation and seamless tech solutions for modern businesses

Coverage Across All Cloud ResourcesSecuring just your servers is not enough.In the cloud, everything is connected, so yo...
23/04/2026

Coverage Across All Cloud Resources

Securing just your servers is not enough.

In the cloud, everything is connected, so your security has to cover the whole environment, not just one part.

That includes:
• Compute (VMs, servers)
• Storage (buckets, databases)
• Networking (VPCs, firewalls)
• IAM (users, roles, permissions)
• APIs (how services communicate)

The reason?

Because attackers don’t go for the strongest part of your system…
👉 They go for the easiest entry point

📌 Example:
Your server is fully secured ✅
But your storage bucket is public ❌

That’s all it takes for sensitive data to be exposed.

💡 Simple takeaway:
Cloud security isn’t about securing one thing well
It’s about making sure nothing is left unprotected.

Your system is only as secure as its weakest resources.

The Importance of Hardened ImagesImagine setting up a new server from scratch, every single time.You install software, c...
22/04/2026

The Importance of Hardened Images

Imagine setting up a new server from scratch, every single time.

You install software, configure settings, and apply security rules over and over again.

Now imagine doing that across 10, 20, or 50 servers.

That’s where things start to break.

Without hardened images:
❌ Every setup is slightly different
❌ Security steps can be missed
❌ Human error increases

A hardened image is a pre-configured, secure template you can reuse.

With it:
✔ Every system starts the same way
✔ Security best practices are already in place
✔ Deployment becomes faster and more reliable

💡 Simple way to think about it:
Instead of building from scratch each time, you’re starting from a secure, ready-made foundation.

Secure templates = consistent systems = scalable security

Hardened Base ImagesWhat if your servers were secure BEFORE they even started?That’s the idea behind hardened images.Ins...
21/04/2026

Hardened Base Images

What if your servers were secure BEFORE they even started?

That’s the idea behind hardened images.

Instead of starting from scratch:
👉 You use a pre-secured template

These images already have:
✔ Security configurations
✔ Latest patches
✔ Minimal software
✔ Compliance standards

Using hardened images reduces risk and speeds up your cloud deployments, resulting in faster, safer deployments.

Hardening New Cloud ResourcesQuestion: What is the best time to fix a vulnerability?Answer: Before it exists.Hardening e...
20/04/2026

Hardening New Cloud Resources

Question: What is the best time to fix a vulnerability?
Answer: Before it exists.

Hardening ensures every new resource is secure from day one.

This includes:
✔ Disable unused ports
✔ Remove default accounts
✔ Enforce least privilege
✔ Apply firewall rules
✔ Enable logging & monitoring
✔ Encrypt data

📌 With automation:
Tools ensure no one “forgets” security steps.

📌 Without it:
One misconfigured server = entry point for attackers.

Security Hardening (Intro)Cloud resources are NOT secure by default.When you create a server or database…It may come wit...
18/04/2026

Security Hardening (Intro)

Cloud resources are NOT secure by default.

When you create a server or database…

It may come with:
❌ Open ports
❌ Default settings
❌ Weak configurations

That’s where hardening comes in.

👉 Hardening = locking systems down before use

📌 Takeaway:
Don’t deploy first and secure later.
👉 Secure before deployment.

How Configuration Management WorksWhat exactly are we managing?At its core, configuration management is about controllin...
17/04/2026

How Configuration Management Works

What exactly are we managing?

At its core, configuration management is about controlling how your systems are set up and keeping them consistent.

Everything starts with configuration files, which define things like:
• OS settings
• Installed software
• Network rules
• User permissions
• Security policies

Instead of setting these up manually on every server, tools like:
Ansible | Terraform | Puppet | Chef

…help you automate and standardize everything.

Simple example:
Instead of configuring 50 servers one by one, you create one configuration file and apply it across all systems.

✅ Faster
✅ Consistent
✅ Less human error

That’s the power of configuration management: repeatable, reliable, and scalable systems.

Key Goals of Configuration ManagementGood configuration management isn’t random. It’s intentional.It focuses on 5 key go...
16/04/2026

Key Goals of Configuration Management

Good configuration management isn’t random. It’s intentional.

It focuses on 5 key goals:

1. Consistency → Same setup everywhere
2. Automation → Less manual work
3. Scalability → Easy to grow systems
4. Security & Compliance → Enforce policies
5. Version Control → Track and roll back changes

If you can’t track a configuration, you can’t trust it.

The Importance of Configuration ManagementCloud environments change every second.Resources are constantly:* Created* Mod...
15/04/2026

The Importance of Configuration Management

Cloud environments change every second.

Resources are constantly:

* Created
* Modified
* Deleted

Without control, there will be chaos.

Configuration management ensures:
✔ Consistency across environments
✔ Faster deployments
✔ Reduced human error
✔ Stronger security

It also prevents something critical, which is Configuration Drift (when systems slowly become inconsistent over time)

In the cloud, inconsistency = vulnerability.

What is Configuration Management?Imagine configuring 50 servers manually.Configuration Management is how cloud engineers...
14/04/2026

What is Configuration Management?

Imagine configuring 50 servers manually.

Configuration Management is how cloud engineers avoid chaos.

It is the process of:
* Managing
* Standardizing
* Tracking
* Automating

…how cloud resources are set up.

This includes:

* Servers
* VPCs
* Databases
* Applications

Instead of manual setup, we use Infrastructure as Code (IaC)

So everything is:
✔ Repeatable
✔ Consistent
✔ Automated

Configuration management empowers teams to control cloud systems with confidence and scale, making complexity manageable.

Implementing Configuration, Patching, And Change Management in a Cloud Environment (The Big Picture)Most cloud breaches ...
13/04/2026

Implementing Configuration, Patching, And Change Management in a Cloud Environment (The Big Picture)

Most cloud breaches don’t happen because of “hackers.”
They happen because of misconfigurations.

After learning about cloud threats, one thing becomes clear:

Security is not just about tools
It’s about how your systems are configured and managed

That’s where this comes in:

* Configuration Management
* Patch Management
* Change Management

These three are the backbone of cloud security.

If they’re weak → your cloud is exposed
If they’re strong → your cloud is resilient

You don’t secure the cloud once
You secure it continuously.

Question:
Which do you think is the biggest risk: misconfiguration, outdated systems, or poor change control?

Mitigating Cloud Security VulnerabilitiesUnderstanding Cloud Threats (Part 19 | Final)After looking at so many cloud thr...
10/04/2026

Mitigating Cloud Security Vulnerabilities
Understanding Cloud Threats (Part 19 | Final)

After looking at so many cloud threats, the big question is:

How do organizations reduce these risks?

Here are some practical ways to strengthen cloud security:

1. Build a strong security strategy
Security should cover access control, data protection, threat detection, and incident response.

2. Enforce strict access management
Use least privilege, Multi-Factor Authentication, and regular access reviews.

3. Scan and patch regularly
Continuously detect and remediate vulnerabilities to reduce the risk of exploitation.

4. Protect data properly
Protect data with encryption, enforce secure storage, and maintain tested backup and recovery processes.

5. Train users continuously
People need to understand risks, follow best practices, and know how to respond to incidents.

The key lesson?

Cloud security is a continuous cycle of monitoring, optimization, and adaptation to emerging threats.

This series was compiled from a study of cloud threat concepts, including material from SentinelOne resources, and simplified for learning purposes.

If you followed this series from Part 1 to Part 19, you now have a much stronger foundation for understanding cloud threats as a beginner in cloud, cybersecurity, or DevOps.

Unmanaged Portable DevicesUnderstanding Cloud Threats (Part 18)Cloud security is not only about servers and dashboards.S...
09/04/2026

Unmanaged Portable Devices
Understanding Cloud Threats (Part 18)

Cloud security is not only about servers and dashboards.

Sometimes the weak point is the device in someone’s hand.

Unmanaged Portable Devices

With remote work and BYOD (Bring Your Own Device), employees access cloud systems from personal laptops, tablets, and mobile devices.

If those devices are not properly secured, they can become entry points for attackers.

Risks include:

* Lost or stolen devices
* Malware infections
* Unauthorized access
* Data leakage

This is why organizations need:

✔ Device security policies
✔ Encryption
✔ Access controls
✔ Regular updates and patches

A secure cloud environment can still be exposed through an insecure endpoint.

Next: So how do organizations actually reduce these risks? Let’s talk mitigation.

Address

Eket
524101

Website

Alerts

Be the first to know and let us send you an email when Blessing Usifoh-Oamen posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share