- Barajar
ActivarDesactivar
- Alphabetizar
ActivarDesactivar
- Frente Primero
ActivarDesactivar
- Ambos lados
ActivarDesactivar
- Leer
ActivarDesactivar
Leyendo...
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
Boton play
Boton play
18 Cartas en este set
- Frente
- Atrás
RDS is for ___________ Workloads
|
OLTP
|
Database in RDS need to be highly available
|
Use Multi-AZ instance
|
how encrypt a RDS database with read replicas?
|
Create a DB snapshot from instance.
Copy DB snapshot with encryption enabled. Restore a new DB from the encrypted snapshot. Configure Read Replica in the new DB instance. |
How you could increase the number of connections to the RDS instance?
|
Create a new parameter group, attach it to DB instance and change the settings.
|
EC2 self-healing
RDS self-healing |
Use Cloudwatch to check utilization. USe auto scaling group to scale based CloudWatch metrics.
Use Multi-AZ for the Amazon RDS layer. |
When you disable automated backups for AWS RDS what are you compromising an?
|
You are disabling the point-in-time recovery
|
Multi AZ failover in RDS
|
Second database is available in case a hardware failure in the primary database.
|
how encrypt at rest RDS?
|
*Use the encryption feature for RDS
*Use AWS KMS |
If we have a high number of read request we could use:
|
*Elastic-Cache: Data don't change a lot.
*Read-replicas: Data keeps changing every hour |
Which feature need to be configured additionally to avoid future data loss (and copy data before instance termination) in instance behind of ASG?
|
Add lifecycle hooks to autoscaling group
|
If you have app that need obtain temporary credentials to access DynamoDb, what is necessary?
|
IAM role allowing the app to have access to DynamoDB
|
Global tables for DynamoDB
|
Ensure that the latency for datare retrieval is the least from the other regions.
Amazon DynamoDB global tables provide a fully managed solution for deploying a multi-Region, multi-active database, without having to build and maintain your own replication solution. |
DynamoDB is _____________ how S3
|
Serverless
|
If there are spikes in DynamoDb write throughput you could use ___________________
|
DynamoDB Auto Scaling
|
to retrieve new records or changes from dynamodb table we use _______________
|
DynamoDB Streams to monitor the change in DynamoDB table.
|
if appear throttling in a DynamoDB table. what is a possible solutions?
|
Enable autoscaling for the underlying DynamoDB table.
|
DynamoDB transactions
|
ACID requirements
|
It's necessary use DynamoDB table.
It's necessary to provide inputs to ensure that an optimal strategy is employed for a high read and write on the underlying DynamoDB table. Which is necessary to consider? |
Use partition keys with a large number of distinct values for the underlying table
|