A media company runs a video processing application on Amazon EC2 instances distributed across Availability Zones (`us-west-2a`, `us-west-2b`, and `us-west-2c`) in the `us-west-2` Region. The instances mount a shared Amazon EFS file system configured with the EFS Regional storage class and Elastic throughput mode. The total volume of active files stored on the EFS file system is , and the application processes approximately of data monthly.
The company's monthly AWS bill shows high storage costs for the EFS file system and significant data transfer charges for of inter-Availability Zone traffic. A solutions architect investigates the configuration and discovers that:
- The EC2 instances are configured to mount the EFS file system using the specific IP address of the EFS mount target located in the `us-west-2a` subnet.
- Approximately of the files stored on the EFS file system have not been accessed or modified in the last days but must remain available for immediate retrieval to meet compliance requirements.
Which combination of actions will optimize both the storage and data transfer costs for this architecture while maintaining high availability?
- Configure an EFS lifecycle policy to transition files to the EFS Infrequent Access (IA) storage class after days of inactivity. Update the EC2 instance mounting configuration to mount the EFS file system using the EFS DNS name instead of the specific mount target IP address.Cevap
- BRecreate the EFS file system using the EFS One Zone storage class in the `us-west-2a` Availability Zone to reduce storage costs. Update the mounting scripts on the EC2 instances in all Availability Zones to use the EFS DNS name.
- CPurchase Compute Savings Plans to cover the EFS storage and data transfer costs. Configure an AWS Lambda function to run daily to compress files older than days into zip format on the existing EFS file system.
- DOrder an AWS Snowball Edge device to copy the of inactive files from the EFS file system, ship the device to AWS to load the data into Amazon S3 Glacier Flexible Retrieval, and configure an Amazon S3 Gateway VPC Endpoint in the VPC.