SysOps Flashcards
What is RDS Multi-AZ
Provisions and maintains a standby replica in an alternate AZ
Is RDS Multi-AZ synchronous or asynchronous replication?
synchronous
Is multi-az a tool to help performance?
No. Only fault tolerance
Is RDS Multi-AZ a customer, or AWS responsibility?
AWS. It is a managed service
What two ways can multi-az RDS be turned on?
Console or API
True or false. Replication can cause higher write latency?
True. Provisioned IOPS is recommended to solve this issue.
What can trigger an RDS failover?
Loss of availability in the primary
Loss of network connectivity to the primary
Resource failure with the underlying virtualization
Storage failure
DB instance server type is changed
maintenance
How is an RDS failover completed?
DNS is automatically updated to point to the standby
How can you be notified of a failover event?
RDS Event Notification will notify via email or SMS
API or console to manually check events
API or console to check the state of multi-az
What does RDS Event Notifications use to notify?
Amazon SNS
To which RDS event catagories can you subscribe?
DB instance DB snapshot DB parameter group DB security group DB Instances DB Cluster DB Cluster Snapshot
True or false: New EBS Volumes operate at maximum performance?
True
When would an EBS volume initialization NOT perform at max?
Snapshot restores do not operate at maximum
How do you ensure EBS snapshot restores operate at maximum performance?
Initialize it by reading all the blocks.
What utilities can be used to initialize EBS snapshot restored volumes?
dd (dee-dee)
fio (fi-yo)
How can you resize the root volume?
Create a snapshot
Create a volume
Stop instance and detach current colume
Attach new volume at same mount point
An organization configures ELB with auto-scaling. If an instance health check returns impaired, what will auto-scaling do?
Terminate the instance and launch a new one
How can you need to troubleshoot an application with autoscaling, how can you do this without triggering scaling activities?
You can suspend scaling. This is referred to as an administrative suspension.
How can autoscaling be suspended via the console?
Under suspended processes in the details tab of the auto-scaling group.
What is Amazon Import/Export?
An AWS service that allows you to mail portable media to Amazon who will then upload your data on your behalf. Typically used for large amounts of data.
Do all consolidated billing members get reserved instance pricing when any one account member has reserved instances?
Yes, as long as they are of the same size and in the same zone.
During a new EC2 launch, what is AWS’s recommendation for availability zone selection?
Leave blank and let AWS select the AZ. When creating new EC2 instances for failover, then manually select an AZ.
Does SNS support detailed monitoring?
No, only basic monitoring.
in a multi-region EC2 deployment, how can high availability be configured with minimal downtime that optimizes application response time?
Create a route-53 latency-based routing record set that resolves to ELBs in each region and has the Evaluate Target Health flag set to true.