• Barajar
    Activar
    Desactivar
  • Alphabetizar
    Activar
    Desactivar
  • Frente Primero
    Activar
    Desactivar
  • Ambos lados
    Activar
    Desactivar
  • Leer
    Activar
    Desactivar
Leyendo...
Frente

Cómo estudiar sus tarjetas

Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda

Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba

Tecla H: Muestra pista (3er lado).tecla h

Tecla N: Lea el texto en voz.tecla n

image

Boton play

image

Boton play

image

Progreso

1/16

Click para voltear

16 Cartas en este set

  • Frente
  • Atrás
It's almost always better to select an answer on the text that uses ___________ or ___________ rather than a traditional operating system
lambda, containers
One of the most common ways you're going to see Lambda used is to
Add features to AWS
Mention two common use of lambda
Remove entries from a security group
Start ans stop instances
How can you securely configure your Lambda functions without updating code?
Use encryptions helpers.

Encryption helpers make your lambda function more secure by allowing you to encrypt your environment variables before they are sent to Lambda.

Configure your lambda functions to use key configuration.

Lambda key configuration allows you to have your Lambda functions use an encryption key. You create the key in AWS KMS. The key is used to encrypt the environment variables that you can use to change your function without deploying any code.
How we prioritize a Platinum customers in specific region and manage huge amounts of traffic without any impact or latency in a global users and following cost-effective design solutions?
Create a lambda@edge function in the region to segregate Platinum users along with Amazon CloudFront to cache content nearer to users in all regions.
Lambda namespace metrics
1 Invocations,
2 Errors,
3 Dead letter error,
4 Duration,
5 Throttles,
6 IteratorAge,
7 ConcurrentExecution,
8 UnreservedConcurrentExecution
A company plans to deploy a batch processing applications using docker containers. which of the following would ideally help to host this applications?
Create a docker image of your batch processing application.
Deploy the image as an Amazon ECS task.
What is fargate
It's a serverless compute option
Fargate vs. EC2
Fargate is more expensive, but easier to use.
Fargate require tools like
ECS and EKS
Fargate vs Lambda
Fargate is for containers or applications that need to run longer.

Lambda is better to short and simple functions.
if you want to save cost in the EC2 instances and fargate then ....
Purchase a compute saving plan
Which is the correct way to load streaming data into Amazon OpenSearch Service from different sources?
Load streaming data from Amazon S3 using AWS lambda functions as event handler.
A company use AWS ECS to work with containers.
There is a need for the least amount of administrative overhead while provisioning and managing containers.
Use Fargate launch type in AWS ECS
What are the limitations with lambda?
10 GB RAM
15 minutes of runtime
why a app could return 429 error response if the app calls Lambda process via API Gateway ?
The API Gateway has exceeded the steady-state request rate and burst limits.

Lambda function has exceed the concurrency limit.