AWS Solution Architect - Associate
🇬🇧
In Inglés
In Inglés
Practique preguntas conocidas
Manténgase al día con sus preguntas pendientes
Completa 5 preguntas para habilitar la práctica
Exámenes
Examen: pon a prueba tus habilidades
Pon a prueba tus habilidades en el modo de examen
Aprenda nuevas preguntas
Modos dinámicos
InteligenteMezcla inteligente de todos los modos
PersonalizadoUtilice la configuración para ponderar los modos dinámicos
Modo manual [beta]
Seleccione sus propios tipos de preguntas y respuestas
Otros modos disponibles
Aprende con fichas
Completa la oración
Escuchar y deletrearOrtografía: escribe lo que escuchas
Expresión oralResponde con voz
Expresión oral y comprensión auditivaPractica la pronunciación
EscrituraModo de solo escritura
AWS Solution Architect - Associate - Marcador
AWS Solution Architect - Associate - Detalles
Niveles:
Preguntas:
132 preguntas
🇬🇧 | 🇬🇧 |
How do you allow EC2 instances in the private subnet to access internet? | NAT Instances (outdated) or NAT Gateway |
How do you make a private Instance get only outbound Internet connectivity? | In the route table, create a route from 0.0.0.0/0 to NAT Instance |
To connect to AWS services using a private network, will you use VPC Endpoint ot NAT Gateway? | VPC Endpoint |
How do you secure Direct Connect? | AWS Direct Connect + VPN |
The only service in AWS that supports IP MultiCast? | Transit Gateway |
If you need a high performance hardware disk on EC2, what would you use? | EC2 Instance store |
For applications that need more than 16000 IOPS, which EBS Volume type will you choose? | Provisioned IOPS SSD |
Which spot fleet strategy offers the possibility of fewer interruptions? | Capacity-optimized |
Which load balancer must be used to forward the requests without any header modification? | Network Load Balancer |
Which Load balancer supports forwarding to two different ports of the same instance? | Application Load Balancer |
With Application Load Balancer (ALB), is EC2 instance wants to look at client IP, which header it has to look at? | X-Forwarded-For |
Which option allows to provision both On-Demand and Spot instances (or a mix)? Launch Templates or Launch Configuration? | Launch Template |
What can you specify as Principal in a resource based policy? | Account, User, Role, or Federated user |
Name the client library to encrypt objects before uploading to S3 (for client side encryption)? | Amazon S3 Encryption Client |