workers compensation claims

Which of the Following Is Not an Example of Good Cloud Security

By 2 min read 445 views
Featured image for Which of the Following Is Not an Example of Good Cloud Security

Good cloud security follows strong identity controls, least-privilege access, encryption in transit and at rest, continuous monitoring, and shared responsibility clarity. Poor practices include reusing default credentials, disabling MFA, sharing accounts, allowing unrestricted public S3 buckets, and skipping encryption, all of which increase exposure and compliance risk. This answer-first explanation clarifies which common patterns are not examples of good cloud security and why they undermine resilience.

More from this site

Keep reading the latest coverage

Browse latest →

Core Principles of Cloud Security

Effective cloud security rests on shared responsibility, defense in depth, and least-privilege access. Identity and access management (IAM) should enforce MFA and role-based access control (RBAC). Encryption must protect data in transit and at rest. Logging, monitoring, and configuration checks detect drift and threats. Automation and policy-as-code reduce mistakes. Understanding the cloud shared responsibility model clarifies what the provider secures versus what you must secure.

Examples of Good Cloud Security

  • Enforcing MFA for all human and service accounts.
  • Applying least-privilege IAM roles and regularly reviewing permissions.
  • Encrypting data at rest and in transit with managed keys where possible.
  • Maintaining centralized logging and continuous security monitoring.
  • Using infrastructure-as-code to enforce secure configurations.

Examples of Weak or Poor Cloud Security

Not all common setups represent good cloud security. The following patterns weaken your cloud risk posture and are not recommended:

  • Using default or hardcoded credentials for cloud services or APIs.
  • Disabling multi-factor authentication or relying only on passwords.
  • Granting broad, long-lived access to highly privileged service accounts.
  • Leaving storage buckets or databases publicly accessible without justification.
  • Skipping encryption or managing keys insecurely, such as storing keys in the same repo as code.

Quick Comparison: Good vs Poor Practices

PracticeSecure ApproachRisk if Poor
CredentialsCentralized IAM with least privilege and MFADefault credentials or shared accounts
Access scopeLeast-privilege roles reviewed regularlyOverly permissive, long-lived access
Data protectionEncryption at rest and in transit with managed keysSkipping encryption or weak key management
VisibilityCentralized logging, monitoring, and alertsNo or fragmented telemetry
ConfigurationPolicy-as-code and automated guardrailsUnrestricted public S3 buckets or open firewall rules

Why These Distinctions Matter

Missteps in cloud configurations are a leading cause of breaches, data leaks, and compliance failures. Public buckets, missing encryption, weak or missing MFA, and standing privileged access increase attack surface and complicate forensics. Understanding what does not constitute good cloud security helps you prioritize fixes, align with frameworks, and communicate risk to stakeholders.

Editor's pick

Keep exploring our latest stories

Fresh reads, picked daily.

Browse latest
Share: