A logistics company is deploying a Redis cluster using Amazon ElastiCache to cache high-frequency tracking data. Under the AWS Shared Responsibility Model, which two of the following operational tasks are the responsibility of the customer?
- Configuring Amazon VPC security groups to restrict network access to the cache nodesAnswer
- Managing database user authentication and access control policies within the Redis applicationAnswer
- CInstalling guest operating system updates and security patches on the cache instances
- DPerforming hardware lifecycle replacements for the physical servers hosting the cache nodes
- EDirectly auditing the physical access logs of the AWS data centers where the cache cluster resides
Answer
Configuring Amazon VPC security groups to restrict network access to the cache nodes, and managing database user authentication and access control policies within the Redis application.
The correct responsibilities of the customer are configuring Amazon VPC security groups to restrict network access to the cache nodes, and managing database user authentication and access control policies within the Redis application. These actions allow the customer to secure access to the service and its data, which falls under security 'in' the cloud.
Step-by-Step Solution
Key Concept
In the AWS Shared Responsibility Model, the division of tasks depends on the type of service deployed. For managed services (PaaS) like Amazon ElastiCache, AWS takes on responsibility for the guest operating system, patching, and hardware, while the customer remains responsible for network access controls (security groups) and data access management (user authentication).
Estimated Time:2m 0s