Cloud Wars
  • Home
  • Top 10
  • CW Minute
  • CW Podcast
  • Categories
    • AI and Copilots
    • Innovation & Leadership
    • Cybersecurity
    • Data
  • Member Resources
    • Cloud Wars AI Agent
    • Digital Summits
    • Guidebooks
    • Reports
  • About Us
    • Our Story
    • Tech Analysts
    • Marketing Services
  • Summit NA
  • Dynamics Communities
  • Ask Copilot
Twitter Instagram
  • Summit NA
  • Dynamics Communities
  • AI Copilot Summit NA
  • Ask Cloud Wars
Twitter LinkedIn
Cloud Wars
  • Home
  • Top 10
  • CW Minute
  • CW Podcast
  • Categories
    • AI and CopilotsWelcome to the Acceleration Economy AI Index, a weekly segment where we cover the most important recent news in AI innovation, funding, and solutions in under 10 minutes. Our goal is to get you up to speed – the same speed AI innovation is taking place nowadays – and prepare you for that upcoming customer call, board meeting, or conversation with your colleague.
    • Innovation & Leadership
    • CybersecurityThe practice of defending computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks.
    • Data
  • Member Resources
    • Cloud Wars AI Agent
    • Digital Summits
    • Guidebooks
    • Reports
  • About Us
    • Our Story
    • Tech Analysts
    • Marketing Services
    • Login / Register
Cloud Wars
    • Login / Register
Home » How to Secure Your Data on AWS, Microsoft Azure, and Google Cloud Platform
Cybersecurity

How to Secure Your Data on AWS, Microsoft Azure, and Google Cloud Platform

Bill DoerrfeldBy Bill DoerrfeldNovember 14, 20235 Mins Read
Facebook Twitter LinkedIn Email
Cloud Security Insights
Share
Facebook Twitter LinkedIn Email
Acceleration Economy Cybersecurity

The cloud is not impenetrable. It comes with many potential threats, like insecure default settings, vulnerabilities in software dependencies, and leaked administrative credentials. One of the most common oversights is the misconfiguration of S3 buckets or databases, which has led to the leak of millions of sensitive data records over the years. Due to these and other risks, nearly 100% of companies experienced a cloud data breach in the past 18 months, according to Ermetic.

The big three cloud service providers (CSPs) all offer quite high-grade encryption, firewalls, authentication, and authorization features. But which cloud provider is the most secure?

That question can be tough to answer because breaches usually arise from user misconfigurations, not errors within the underlying host. The CSP typically agrees to secure the physical infrastructure and is less responsible for the data or application on top. That being said, some vulnerabilities have been discovered in the cloud’s virtual infrastructure. Plus, each cloud provider is at a different stage of maturity, offering various security features with varying default settings.

Below, we’ll examine the security posture of the three main CSPs, Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP), to see how they compare. We’ll focus on recent vulnerabilities and breaches within each platform and consider what cybersecurity features each offers. We’ll also summarize the shared responsibility model (SRM) that each cloud provider guarantees for software-as-a-service (SaaS), platform-as-a-service (PaaS), and infrastructure-as-a-service (IaaS).

Which companies are the most important vendors in cybersecurity? Check out
the Acceleration Economy Cybersecurity
Top 10 Shortlist
.

Amazon Web Services (AWS)

Due to its sheer popularity, many cloud breaches involve AWS. For example, in mid-2022 Pegasus Airline exposed 6.5 terabytes of data online with a leaky S3 bucket. Another recent breach involved health technology company Adit (which accidentally exposed 3.1 million patient records.) Most AWS-related security incidents concern misconfigured S3 buckets. To be fair, this isn’t a flaw within AWS, but rather, AWS the result of customers accidentally setting public read access to their data. 

Other recent AWS incidents involve server configuration changes, a lack of passwords, or leaked credentials. (With AWS credentials in hand, it’s easy to query administrative URLs for sensitive information or conduct privilege escalation.)

AWS security features and tools:

  • DDoS (distributed denial of service) protection: Shield
  • Secret Manager
  • Virtual private networks (VPN)
  • Identity and access management
  • Web application firewall
  • Data protection and encryption
  • Compliance with risk frameworks 
  • Third-party security vendor marketplace
  • Transparent vulnerability reporting
  • and much more

AWS shared responsibility model: AWS’s SRM is rather straightforward — you’re responsible for security “in” the cloud, and they’re responsible for the security “of” the cloud. This essentially means that cloud users must secure guest operating systems, application software, data, and their configurations. AWS is then responsible for securing the hardware, software, networking, and facilities.

Microsoft Azure

Similarly, most Azure hacks involve misconfigured or open storage buckets. For example, MyEasyDocs exposed 30.5GB of student information due to an open Azure bucket, and another big one left 65% of U.S. households exposed. Whereas those leaks involved user misconfigurations on the user side, the BlueBleed hack seems to be more Microsoft’s fault, as it involved an unknown legacy endpoint leaking an estimated 2.4TB of customer data.

In addition to data leaks, Azure’s virtual infrastructure has had flaws in the past. In mid-2021, Microsoft notified its customers of a flaw in Azure Cosmos DB database, which left data from 3,300 Azure customers exposed online. Six “nightmare” cloud security flaws were also found in Azure last year. In general, Azure has been more prone to cross-tenant vulnerabilities, and some analysts have described Azure as being a bit behind on security.

Azure security features and tools:

  • Azure DDoS Protection
  • Secrets management: KeyVault
  • Virtual private networks (VPN)
  • Azure Active Directory
  • Azure AD Multi-Factor Authentication (MFA) 
  • Data encryption at rest and in transit
  • Web application firewall (WAF) following OWASP guidelines
  • Azure Monitor
  • and much more

Azure shared responsibility model: Customers are always responsible for information and data, devices, accounts, and identities. Azure begins to assume responsibility for virtual and physical infrastructure, but the degrees of responsibility vary depending on whether the customer is operating SaaS, PaaS, or IaaS. Azure assumes no responsibility for on-premise instances.

Insights into Why & How to Recover from a Cybersecurity Breach
Guidebook: Cybersecurity Breach and Recovery Response

Google Cloud Platform (GCP)

In its Threat Horizons: Cloud Threat Intelligence report, Google notes that cryptomining is the most popular type of attack on its platform, accounting for 86% of compromised Google Cloud instances. Recent exploits in GCP have more to do about hackers leveraging the infrastructure as opposed to leveraging sensitive data.

That said, experts have revealed a blindspot in GCP that could enable data exfiltration attacks. According to the researchers, GCP lacks deep visibility into its storage logs, limiting forensic investigations. Also, six vulnerabilities were recently discovered across GCP services, including Theia, Vertex AI, Compute Engine, and Cloud Workstations.

GCP security features and tools:

  • DDoS protection: Google Cloud Armor
  • Secret Manager
  • Virtual private networks (VPN)
  • Identity and access management
  • Web application firewall
  • Threat intelligence features
  • and much more

Shared responsibility model: GCP’s Shared Responsibility Matrix is a bit more complex than the others. This SRM specifies security responsibilities on a per-service basis. In general, you are responsible for more and more components as you move from SaaS to PaaS, IaaS, and on-premise.

In Summary

It’s good to remember that cloud security is a shared responsibility. There’s only so much a cloud service provider can do to ensure that the cloud isn’t being abused. Therefore, it’s up to the end consumer to follow cloud security best practices and correctly configure security features pertaining to IAM policies, firewalls, IP listing, and encryption.

Determining which cloud is most secure is also challenging because each CSP provides a massive array of services. Therefore, it really depends on the environment and deployment being used. That being said, AWS appears to be the most mature, having been in the market the longest. It defaults to secure configurations most often and has suffered fewer reported major infrastructure vulnerabilities in recent years.

This article has been updated since it was originally published on May 5, 2023.


for more cybersecurity insights, visit the cybersecurity channel

Interested in Google Cloud?

Schedule a discovery meeting to see if we can help achieve your goals

Connect With Us

Interested in Microsoft?

Schedule a discovery meeting to see if we can help achieve your goals

Connect With Us

Interested in Amazon?

Schedule a discovery meeting to see if we can help achieve your goals

Connect With Us

Book a Demo

Amazon AWS Azure Cloud Wars Archive data data cloud featured Google Cloud Microsoft SaaS vulnerability
Share. Facebook Twitter LinkedIn Email
Bill Doerrfeld
  • LinkedIn

Bill Doerrfeld, an Acceleration Economy Analyst focused on Low Code/No Code & Cybersecurity, is a tech journalist and API thought leader. Bill has been researching and covering SaaS and cloud IT trends since 2013, sharing insights through high-impact articles, interviews, and reports. Bill is the Editor in Chief for Nordic APIs, one the most well-known API blogs in the world. He is also a contributor to DevOps.com, Container Journal, Tech Beacon, ProgrammableWeb, and other presences. He's originally from Seattle, where he attended the University of Washington. He now lives and works in Portland, Maine. Bill loves connecting with new folks and forecasting the future of our digital world. If you have a PR, or would like to discuss how to work together, feel free to reach out at his personal website: www.doerrfeld.io.

Related Posts

Microsoft’s Mission to Make Your Company AI First

May 14, 2025

Parisa Tabriz on Google Chrome Enterprise Security and AI Innovation | Cloud Wars Live

May 14, 2025

Snowflake Expands AI Data Cloud to Revolutionize Automotive Manufacturing and Data Integration

May 14, 2025

Arvind Krishna’s Next IBM Miracle

May 13, 2025
Add A Comment

Comments are closed.

Recent Posts
  • Microsoft’s Mission to Make Your Company AI First
  • Parisa Tabriz on Google Chrome Enterprise Security and AI Innovation | Cloud Wars Live
  • Snowflake Expands AI Data Cloud to Revolutionize Automotive Manufacturing and Data Integration
  • Arvind Krishna’s Next IBM Miracle
  • ServiceNow Takes Major Steps Toward ‘Operating System of the Enterprise’ Destiny

  • Ask Cloud Wars AI Agent
  • Tech Guidebooks
  • Industry Reports
  • Newsletters

Join Today

Most Popular Guidebooks

Accelerating GenAI Impact: From POC to Production Success

November 1, 2024

ExFlow from SignUp Software: Streamlining Dynamics 365 Finance & Operations and Business Central with AP Automation

September 10, 2024

Delivering on the Promise of Multicloud | How to Realize Multicloud’s Full Potential While Addressing Challenges

July 19, 2024

Zero Trust Network Access | A CISO Guidebook

February 1, 2024

Advertisement
Cloud Wars
Twitter LinkedIn
  • Home
  • About Us
  • Privacy Policy
  • Get In Touch
  • Marketing Services
  • Do not sell my information
© 2025 Cloud Wars.

Type above and press Enter to search. Press Esc to cancel.

  • Login
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.