A logistics company uses Amazon Simple Queue Service (SQS) to decouple its order processing systems. Under the AWS Shared Responsibility Model, which two of the following tasks are the responsibility of the customer?
- Configuring IAM policies to restrict access to the queueCevap
- Enabling server-side encryption (SSE) on the queue using encryption keysCevap
- CUpgrading and patching the operating systems of the servers running the SQS service
- DManaging the physical security and disposal of storage disks hosting the message queues
- EReplicating queue data across physical disks to prevent hardware-level data loss
Cevap
Configuring IAM policies to restrict access to the queue, and enabling server-side encryption (SSE) on the queue using encryption keys.
For fully managed services like Amazon SQS, the customer is responsible for security 'in' the cloud, which includes configuring IAM policies to restrict queue access and enabling server-side encryption to protect data. AWS is responsible for security 'of' the cloud, including the underlying infrastructure, operating systems, and physical security.
Adım Adım Çözüm
Anahtar Kavram
Under the AWS Shared Responsibility Model, for managed services like SQS, AWS manages the infrastructure layer (such as operating system updates, hardware maintenance, and physical security), while the customer remains responsible for data configuration, encryption settings, and access control policies.