TD Exam 3 - Short review Flashcards
Does Fargate have ephemeral storage by default
Yes, 20 GiB
Can you use any docker image in Lambda
No, you have to refactor the code and build app from AWS-provided base image
Is there downtime when using AWS Database Migration Service
There is virtually none.
Are ongoing changes replicated when using Database Migration Service
Yes
Does taking a snapshot to migrate a database entail downtime
Yes
Can you change an Aurora instance class to serverless
No
Are you billed when your on-demand EC2 instance is preparing to hibernate with a “stopping” state
Yes
Are you billed when your on-demand EC2 is in “pending” state
No
Are you billed when your reserved instance is in “Terminated” state
Yes
Are you billed when your Spot instance is preparing to stop with a “stopping” state
No
Can you have a retention period of 90 days for RDS automated backups
No, max is 35 days
Can you configure RDS to automatically export a backup to S3 customer-managed bucket
No, this has to be done manually
What should you use to have an RDS backup with 90 days retention policy
AWS Backup
What is S3 Glacier expedited retrieval
Allows you to access Glacier data rapidly (1-5 mins for below 250 MB)
What is provisioned retrieval capacity for S3
It ensures that capacity for expedited retrieval is available when you need it
What is the capacity of an expedited retrieval unit
3 expedited retrieval every five minutes and 150 MB/s
What is the length of bulk retrieval
5-12 hours
What is active-passive failover
When you want the secondary to be on standby
What is active-active failover
When you want all of your resources to be available the majority of the time
Can you have active-active failover with one primary and one secondary
No
Can you use healthchecks with R53 weighted routing
Yes
What happens when you use Healthcheck with R53 weighted routing
If a selected record is unhealthy, the process of selection is repeated until a healthy record is selected
Is it true that EC2 instances in a private subnet can communicate with the internet only if they have an elastic IP
No, it can also have a public IP via a NAT instance or NAT gateway
What is every subnet created automatically associated with
The main route table of the VPC
What makes a subnet public
If it’s traffic is routed to an internet gateway
What is the allowed block sizes for a VPC
/16 (65536 IPs and /28 (16 IPs)
Which is more cost-effective, Parameter Store or Secrets Manager?
Parameter store