Pre-exam Flashcards
What can you use NACL for?
you can monitor IP addresses
NACL, deny or allow rules?
Can both make deny and allow rules. Must also create both inbound and outbound rules (stateless)
what is stateful?
security groups = both inbound and outbound is created (stateful)
where can you not make deny rules?
in security groups = o Cannot make deny rules since everything is denied by default so you can only make allow rules
what is ElastiCache for?
= to store session state data + improve performance through caching
What are the two properties of Redis?
Redis Elasticache = persistent storage, key-value storage
What are the two properties of Memcached?
o Not persistent
o High-performance distributed memory cache service
what are VPC endpoints for?
PrivateLink = ensures traffic does not traverse the internet
what is Gateway endpoint?
VPC endpoint for S3 + DynamoDB
what is Interface endpoint?
VPC endpoint for almost all services (just not s3 and DynamoDB which is for gateway endpoint)
what is s3 for?
object-based storage
how is the consistency for S3?
o Read after write for PUT
o Eventual consistency for deletes and modifications of objects
what is efs for?
file-storage, NFSv4.1 protocol, also works with block, concurrent ec2 instances.
also good for big data and analytics
how is the consistency for efs?
o Reflects the last write always (always read after write)
what is DynamoDB for?
OLTP workloads
no-sql (schema-less)
serverless (no worry of infrastructure)
how is dynamo db indexed?
Indexed by primary key
what can DynamoDB not do?
No join across tables
how is consistency for dynamo db?
o Eventual consistent for writes
- Can enable “strongly consistent reads” to fix this
is dynamo db serverless?
yes, …. Unless using provisioned throughput
how can joins be made with aurora?
joins across multiple tables possible
how is consistency for aurora?
Low-latency write consistency
what is ALB for?
o HTTP/HTTPS (Layer 7)
o Host and path-based routing
what is NLB for?
o TCP, TLS, UDP, TCP_UDP, (Layer 4)
what is CLB for?
o TCP, Layer 4
o Proxy protocols = TCP as back-end always