Copyright (c) 2025 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

3.1.2. Shared Responsibility: Customer's Role

šŸ’” First Principle: The customer is responsible for "security in the cloud," securing their data, applications, and configurations within AWS services, like application code, data encryption, and IAM permissions.

In the AWS Shared Responsibility Model, the customer's responsibility is for "security in the cloud." This means customers are responsible for securing everything they put into and configure within the AWS Cloud, specifically concerning their applications and data.

Key Customer Responsibilities ("Security in the Cloud"):

Scenario: When deploying a web application on an EC2 instance, you are responsible for patching the guest operating system, configuring its security groups to allow only necessary web traffic, and ensuring your application code is free of vulnerabilities.

Reflection Question: How does failing to implement secure coding practices or misconfiguring security groups directly demonstrate a failure in the customer's responsibility for "security in the cloud" within the Shared Responsibility Model?