What is a Canary Release Deployment?
A deployment configuration that allows you to specify the percentage of traffic to send to one version of your API over another.
How can you increase the fault tolerance of a Direct Connect connection between an on-premise data center and AWS?
Establish a hardware VPN over the internet between the VPC and the on-premise network.
In a Multi-AZ RDS database tier, which also has a standby replica, what 2 events would cause it to failover to the replica?
- Storage failure on primary
What are 2 design features of S3 Infrequently Accessed?
- It is designed for data that requires rapid access when needed.
What 2 services encrypts data at rest by default?
- AWS Glacier
What should you do if a DynamoDB table used by Kinesis does not have enough capacity to store the data?
Increase the write capacity assigned to the table
What are the 2 things you have to check so that 2 EC2 instances (1 app server, 1 DB server) in different subnets can communicate inside the same VPC?
What 2 services can monitor and send email notifications when there is an issue?
- SNS
What 2 services are good for decoupling?
- SQS
When it comes to the ENI (Elastic Network Interface) attachment to an EC2 instance, what does ‘warm attach’ refer to?
Attaching an ENI to an instance when it is stopped.
What are the 2 possible Event Notification destinations available for S3 buckets?
- Lambda function
What is the fastest and most cost-effective solution to automatically back up all of your EBS Volumes?
Use Amazon Data Lifecycle Manager (DLM) to automate the creation of EBS snapshots
What are 3 features of the Auto Scaling cooldown period?
What 2 options do you have to add more elasticity and scalability to your architecture consisting of an EC2 instance hosting a website?
What would happen to a Multi-AZ deployment RDS if the primary database instance fails?
The canonical name record (CNAME) would is switched from the primary to the secondary/standby instance
In Route 53, which 2 record types will you use to point your domain name to the Application Load Balancer?
- Alias with type “A” record set