- Infrastructure as a Service (IaaS): Customers maintain significant control and responsibility.
- Platform as a Service (PaaS): AWS manages a larger portion of the security, reducing customer responsibility.
- Software as a Service (SaaS): AWS handles almost everything, leaving customers with minimal security responsibilities.

- With AWS RDS (a PaaS offering), AWS handles most of the underlying management.
- With SaaS offerings like Amazon Simple Storage Service (Amazon S3), DynamoDB, SNS, and SQS, your interaction is largely limited to an API, and you have virtually no insight into the servers or infrastructure details.

- If you can access, configure, or manage a component, you are responsible for its security.
- If you cannot access or configure a component, AWS assumes responsibility for its security.
- IaaS places the most responsibility on the customer, while PaaS and SaaS shift more responsibility to AWS.
