Which duties are the responsibility of a company that is using AWS Lambda? (Choose two.)
Which duties are the responsibility of a company that is using AWS Lambda? (Choose two.)
When using AWS Lambda, the company is responsible for the security inside of the code and the writing and updating of that code. AWS Lambda abstracts and manages the underlying infrastructure, including server maintenance, capacity provisioning, and scaling, allowing the company to focus on developing and securing their application. The company does not need to manage CPU resources, patch the operating system, or ensure the security of the underlying infrastructure, as these are handled by AWS Lambda.
Lambda runs your code on high availability compute infrastructure and performs all the administration of your compute resources. This includes server and operating system maintenance, capacity provisioning and automatic scaling, code and security patch deployment, and code monitoring and logging. All you need to do is supply the code. Ref:https://aws.amazon.com/lambda/features/
A and D
Ans :D AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application. https://aws.amazon.com/lambda/ https://aws.amazon.com/lambda/
in this question Company means Customer? i got confused.
A. Security inside of code AND D. Writing and updating of code
https://aws.amazon.com/compliance/shared-responsibility-model/ Customer is responsible for security "IN" the cloud. For this question, it means the Company ("Customer") is responsible for their own code management (updates. CI/CD)
Because AWS Lambda is a PaaS which mean that we only manage the application and data -> A and D is correct answer
Lambda is actually a Faas solution so we only write the functions or code. And it triggers events where to run the code we supplied by itself.
As a serverless service, all your worries are about your code so the answer is correct
Vote for A & D
Answer is AD
everything that is code related is your responsibility
A. Security inside of code D. Writing and updating of code
C. Patching of operating system D. Writing and updating of code
C. is incorrect because Lambda is a serverless solution, thus, the OS and functioning infrastructure is not a responsability of developers. The correct is: A/D
A. Security inside of code D. Writing and updating of code
It is A, D
A and D
A and D
is all about your code
D and E
D and A
AD is the answer.
answer A & D
A & D is answer
Answer is A & D. Amazon Lamda is a serverless service so all you need to focus on is updating and managing the security of your code. Run code without thinking about servers. Pay only for the compute time you consume
The shared responsibility model state that a client is responsible of what it can control, since in Lambda we can only upload a code and the underlying configurations are handeled by AWS then the client is responsible for the security of the code as well as updating the code
correct answer is A and D
correct answer is A and B
AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. Hence need to focus on code only
D. Writing ans updating code
D. Writing and updating of code
correct answer is A and D
We may even consider B if we count the fact that it's the company responsibility to choose the AMI of which each have a distinct CPU ect.
A. Security inside of code D. Writing and updating of code
A. Security inside of code D. Writing and updating of code
Writing and updating code: The company is responsible for writing and updating the code that runs on AWS Lambda. This code must be secure and must be updated as needed to fix bugs and security vulnerabilities. Security inside of code: The company is responsible for ensuring that the code that runs on AWS Lambda is secure. This includes using secure coding practices and avoiding known security vulnerabilities.
Sorry, its A & D.
A. Security inside of code: It is the company's responsibility to ensure the security of the code running within the Lambda functions. This includes implementing proper security measures, such as input validation, encryption, and access controls, to protect the code and the data it processes. D. Writing and updating of code: The company is responsible for developing and maintaining the code that runs within the Lambda functions. This involves writing the code, testing it, and making any necessary updates or modifications over time.
A and D
why it is not C and E
It is not C or E because Lambda is serverless, this means that you do not have access to the underlying structure. The administrator doesn't have to worry about what type of cpu or amount of memory to use (besides he can't customize it), he just uploads his application, and Amazon takes care of the rest.
AWS Lambda is an AWS service that lets you run code without needing to manage or provision servers.
Answer is A B
A. Security inside of code D. Writing and updating of code
A. Security inside of code D. Writing and updating of code
A and D correct
A and D correct
A,D - They have to just take care of the code they are writing
option D
D-writing and updating code
A and D correct
Security inside of code and Writing and updating of code
A. Security inside of code D. Writing and updating of code
Cómo cliente nos aseguramos de la seguridad de nuestro código y de las actualizaciones y/o modificaciones que se apliquen
A. Security inside of code – The company (customer) is responsible for securing their own code, including handling sensitive data properly, managing authentication/authorization, and avoiding vulnerabilities like SQL injection or insecure dependencies. D. Writing and updating of code – AWS Lambda follows the shared responsibility model, where AWS manages the infrastructure, but the customer is responsible for writing, maintaining, and updating the Lambda function code itself.