| name | cis-aws-storage-4.1 |
| description | FSX (AWS Elastic File Cache) |
| category | cis-storage-services |
| version | 1.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","storage","fsx","file-cache","level-2"] |
| cis_id | 4.1 |
| cis_benchmark | CIS AWS Storage Services Benchmark v1.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-storage-4.2","cis-aws-storage-4.3","cis-aws-storage-4.4"] |
| prerequisites | [] |
| severity_boost | {} |
4.1 FSX (AWS Elastic File Cache) (Manual)
Profile Applicability
Description
Amazon File Cache is a fully managed, high speed cache on AWS that is used to process file data, regardless of where such data is stored. AWS File Cache is a serverless service on AWS that spares the administrators from the burden of managing file servers and storage volumes, updating hardware, configuring software, running out of capacity, or tuning performance. AWS Elastic File Cache is capable of handling hundreds of GB/s of throughput and up to millions of operations per second. AWS FSx is an excellent service for cost optimization and high scalability. Amazon File Cache automatically loads data into the cache when it's accessed for the first time and automatically releases data when it's not used.
Rationale
Amazon File Cache is used as a temporary, high performance storage location for data that's stored in on-premises file systems, AWS file systems, and Amazon S3 buckets. This service is used for data processing and is best suited for applications that need high data processing speeds. This is not a long term storage option.
Impact
Not implementing Amazon Elastic File Cache as a high-performance caching layer can result in slower data processing times and increased latency when accessing data from primary storage systems. This may lead to reduced application performance and operational efficiency.
Audit Procedure
AWS Console
Amazon File Cache can be linked to various data repositories including:
- S3 data repositories
- On-premises file systems (NFSv3 protocol)
- AWS file systems
- Amazon Elastic Compute Service
- Amazon Elastic Container Service
- Amazon Elastic Kubernetes Service
Steps:
- Navigate to the Amazon FSx console
- Review existing File Cache configurations
- Verify that File Cache is linked to appropriate data repositories
- Confirm that all linked repositories are using the same file system (either S3 or NFS objects)
AWS CLI
No specific CLI audit commands are provided in this control as it is primarily informational about the FSX service capabilities.
Expected Result
File Cache should be properly configured and linked to authorized data repositories. The cache should transparently present S3 or NFS objects as files and directories.
Remediation
AWS Console
To implement Amazon File Cache:
-
Ensure you have the necessary prerequisites:
- Amazon Elastic Compute Instance with compatible OS