Review Mode Set 3 – AWS Certified Solutions Architect Associate Flashcards
What is the smallest netmask block size available to create a VPC?
/28. 16 IPs
When a subnet is created, what route table is it automatically associated with?
Every subnet that you create is automatically associated with the main route table for the VPC.
What is typically the cause of EC2 error types like “EC2ThrottledException” when you are running Lambda invocations?
Your VPC does not have sufficient ENIs or subnet IPs .
If an EC2 needs to allow port 443 connection incoming, what needs to happen within a VPC?
-SG needs to allow TCP 443 inbound
-Network ACL needs to allow TCP 443 inbound
-NACL needs to allow outbound TCP on ephemeral ports (32768 - 65535)
For SSL connections on port 443, does the client or the server use port 443?
Does Client or server use ephemeral ports?
Client establishes the connection on port 443.
Server responds with connection over ephemeral ports (32768 - 65535)
What is the most fault-tolerant routing configuration in Route 53?
Active-Active Failover with Weighted routing policy
What is the best way to load balance read requests incoming to an Aurora DB?
use the built-in Reader endpoint of the Amazon Aurora database.
Is DDB compatible with Cloudfront?
No. DynamoDB table is NOT compatible with CloudFront
when moving an Aurora DB cluster to Aurora Serverless, what is the best way to migrate to minimize downtime?
Use AWS Database Migration Service (AWS DMS) to migrate to a new Aurora Serverless database.
For RDS, which type of replication is associated with each deployment?
Multi-AZ
&
Read Replica
Multi-AZ: Synchronous
Read Replica: Asynchronous