A biotechnology company is deploying a cloud-native genomic analysis pipeline utilizing a Function-as-a-Service (FaaS) model coupled with managed cloud object storage. The lead security architect is formalizing operational boundaries to comply with the cloud shared responsibility model. Which of the following tasks remains exclusively the responsibility of the biotechnology company?
- Hardening application source code, managing data classification, and configuring API access authorization rules.Answer
- BApplying security patches and operating system updates to the underlying container execution nodes and serverless runtimes.
- CImplicitly trusting all serverless execution calls originating from internal corporate IP addresses without continuous access verification.
- DUtilizing user identity authentication to automatically satisfy all application data permissions without configuring separate authorization rules.
Answer
Hardening application source code, managing data classification, and configuring API access authorization rules.
In Function-as-a-Service (FaaS) serverless architectures, the cloud service provider abstracts away physical hardware, virtualization, and runtime environment management. However, the tenant retains full ownership and responsibility for customer data classification, application source code security, and identity and access governance (including API authorization).
Step-by-Step Solution
Key Concept
Shared Responsibility Model in Function-as-a-Service (FaaS)