A research institution wants to run a legacy simulation application that requires custom kernel modifications to the underlying Linux operating system. The application must run continuously and cannot be containerized due to strict software dependencies. Which AWS compute service is the most appropriate for this workload?
- Amazon EC2Answer
- BAWS Lambda
- CAWS Fargate
- DAmazon ECS
Answer
Amazon EC2
Amazon EC2 is the most appropriate service because it offers Infrastructure as a Service (IaaS), providing full administrative access to the virtual machine's operating system. This allows the installation of custom kernels and legacy software dependencies that cannot be containerized.
Step-by-Step Solution
Key Concept
Selecting appropriate compute services based on OS access and virtualization requirements