Exam: AWS Certified Cloud Practitioner 0 Likes
Which duties are the responsibility of a company that is using AWS (CLF-C02)
Which duties are the responsibility of a company that is using AWS Lambda? (Choose two)
A) Security inside of code.
B) Selection of CPU resources.
C) Patching of operating system.
D) Writing and updating of code.
E) Security of underlying infrastructure.
Solution
Correct answer: A) Security inside of code and D) Writing and updating of code.
A - It is the company's responsibility to ensure the security of the code executed in Lambda functions. This includes implementing appropriate security measures, such as input validation, encryption and access controls, to protect the code and the data it processes.
D - This is the heart of using AWS Lambda. Companies are responsible for writing their own code, which defines the specific actions the Lambda function will perform. They are also responsible for updating and maintaining their code as needed.
Category: Basic AWS services
Language: English