X-Past Exams Flashcards
What happens to surplus cached data at Edge Locations?
If it hasn’t been used recently, it gets ejected
If a Regional Edge Cache is configured, then it is ejected into a local S3 bucket
How are High Availability and Fault Tolerance difference?
HA is resilient to component and AZ loss
Fault tolerant is HA but also no performance impact of losing an entire AZ
How does root user and IAM user login to the console differ?
Root users use an email address, IAM users use a username (though it may be an email)
What is notable about IPv6 addresses in VPCs?
They are all public
To what extent can NACLs be reused?
They can apply to multiple subnets, but only within one region
Can an instance have more than one security group?
Yes - this allows more traffic
Can a VPC have more than one IGW?
No
Can a VPC have more than one NAT Gateway?
Yes - in fact, they should have one for each AZ
In what order at NACL rules evaluated?
Lowest to highest
To what extent can security groups be reused?
They can be shared across instances in multiple subnets if they are in the same VPC
What is Neptune?
A NoSQL graph database service
It uses SPARQL or Gremlin for queries
What is Amazon MQ
A managed service for Apache MQ - is supports push and pull based operation
It is single instance sensitive - a standby is available but it can’t scale
What is special about EMR?
It can use S3 for storage and allows for transient clusters
Can can the performance impact of RDS back-ups be minimised?
With MultiAZ deployments, the backup can be taken from the secondary instance
Does MultiAZ RDS improve performance?
Only in the sense that it minimises the impact of backups
What is the SLA for EC2?
99.99% availability per month for ECS and EBS
What S3 data transfers are free?
All data in, transfers between buckets and other AWS services if in same region, transfers to CloudFront
(also the first 1 GB is free tier)
What is notable about the names for transfer acceleration buckets?
They can’t contain full-stops
Which AWS services give root access to the machine?
EC2 and EMR
What types of virtualisation exist on EC2?
Hardware Virtual Machine (HVM) and Paravirtual Machine (PM)