Cloud security for beginners with video's
Welcome to the session. I'm excited to help you dive into cloud security, and we'll definitely make sure to weave in some great video-based learning resources along the way.
To make sure we tailor everything perfectly to your needs, are you completely new to IT and cybersecurity, or do you have some technical background that you are hoping to build on?
I have some IT background but I'm new to cloud security
It is great to have you here! Since you already have some IT experience, you will likely find that many networking and security concepts carry over, though the cloud definitely introduces its own unique spin.
What is Cloud Security?
A Venn diagram showing the overlap between Cloud Computing and Cybersecurity.
Continue to the Shared Responsibility Model
Whose Job Is It Anyway?
The Shared Responsibility Model split vertically into customer and provider domains.
- Security OF the Cloud (The Provider's Job): The provider (like AWS, Azure, or Google Cloud) is responsible for the physical security of the datacenters. They lock the physical gates, protect the concrete buildings, and secure the actual host computer hardware, virtualization software, and physical cables.
- Security IN the Cloud (Your Job): You are responsible for everything you put inside their infrastructure. This includes locking down your operating systems, managing who gets user accounts, writing secure code, and encrypting your data.
Explain how this boundary shifts with IaaS, PaaS, and SaaS. (Continue)
A three-column vertical stack diagram comparing customer and provider security responsibilities across IaaS, PaaS, and SaaS models.
Give me an example of an IaaS vs. SaaS security failure
To see the shared responsibility model in action, let's contrast two classic, real-world horror stories: one where an organization failed to protect its Infrastructure as a Service () resources, and another where they dropped the ball on their Software as a Service () setup.
The IaaS Nightmare: The Unlocked Storage Bucket
The SaaS Nightmare: The Executive Account Takeover
Now, let's look at a SaaS example, like an enterprise email suite. A company's CFO uses this cloud email service to discuss highly confidential quarterly earnings.
Because the company does not enforce strict security policies, the CFO never sets up Multifactor Authentication () on their account. An attacker uses a basic email to trick the CFO into entering their password on a fake login page.
Armed with the password, the attacker logs right in, accesses sensitive financial documents, and orchestrates a fraudulent wire transfer.
Here, the SaaS provider kept the email servers patched, secure, and physically locked down. The breach occurred because the customer failed to protect the keys to the kingdom: user identity and access.
Who Cleans Up the Mess?
When comparing the fallout, the difference in impact and remediation responsibility highlights the shift in your daily duties as a cloud security specialist:
-
In the IaaS scenario, you are responsible for the entire mess. You must immediately update the bucket policies, run a forensic audit on your virtual servers to see what else was touched, and patch any other public-facing configurations.
-
In the SaaS scenario, your remediation is limited to your user access policies. You must force a password reset, immediately mandate MFA across the organization, and audit user login logs. You cannot patch the email software itself; you can only control who has permission to use it.