Training Flashcards
How often are CloudWatch metrics created for an EBS volume?
Every 5 minutes
What parameter needs to be disabled to maintain a root volume after instance termination?
Delete on Termination
How many EC2 instances can be attached to an EBS volume?
1
What is the time interval at which EFS metric data gets sent to CloudWatch?
1 minute
If an EBS volume is encrypted at the time of a snapshot, what will be the status of the snapshot?
Encrypted
How long do you have to validate your Vault Lock Policy?
24 hours
In terms of EBS and instance-store root volumes, what is the default action upon instance termination?
Delete on Termination
How many GiB is needed to attain 120 IOPS?
40 GiB
How many times can an object be replicated with S3 CRR?
1
What is a file gateway used for?
Store and retrieve files.
What storage classes are integrated with Amazon EFS?
- Standard-IA
- Standard
How long is EFS metric data retained within CloudWatch?
15 months
What must be enabled on a database to create Read Replicas?
Enable database backups
What are the three main functions of Route 53?
- Health Checks
- DNS (Domain Name System) service
- Domain Registration
What is Guard Duty ?
A threat detection service that monitors for threats to AWS accounts and workloads.
What is TCO Calculator ?
Estimation of the cost savings to be had by migrating to the AWS Cloud from an on-premises datacenter.
What is AWS Cost explorer ?
Visualize, understand, and manage your AWS costs and usage over time.
What is AWS SImple Calculator ?
Calculate anticipated billing.
Why used stored volumes ?
Store all data locally, but periodically that data is backed up to AWS using snapshots.
Why used Cached Volume ?
Store all data in the AWS cloud and cache data locally.
What does a route table do?
Directs traffic within a network
In the event history of CloudTrail, how many days of events are retained?
90 days
What component of a CloudWatch Alarm configuration is defined as the amount of time before notification?
The Period
How do CloudWatch Events differ from CloudWatch Alarms?
Events react to patterns, and alarms react to thresholds.
What are the 3 state of cloudwatch alarm ?
- OK
- Alarm
- Insufficient_Data
What three AWS services can receive CloudWatch Alarm notifications?
- AutoScaling
- EC2
- SNS
What databases are compatible with Amazon Aurora?
PostgreSQL
MySQL
What is a Hash Function ?
A function to map data of arbitrary size to fixed-size values.
What is the maximum number of data copies that Amazon Aurora can lose without affecting writes?
2
What CloudWatch metric is used to determine needs for storage type changes?
ReadIOPS/WriteIOPS
What is swap usage ?
A metric that displays the amount of hard disk space swapped for lack of RAM.
Which important Cloud concepts will an ELB improve?
Fault tolerance
High Availibility
What are the four primary benefits of using cloud services ?
High availability, fault tolerant, scalability and elasticity.
What is Amazon RDS?
A managed relational database service, where the underlying infrastructure is supported by AWS
What is the purpose of CloudTrail?
Log, monitor, and retain account activity related to actions across your AWS infrastructure
What is the default maximum number of SNS topics per account?
100 000
What is the defaulted limit to the number of SNS subscriptions per topic?
12 500 000
What happens to instances in an Auto Scaling Group if it is marked unhealthy?
The instance will terminate and be replaced with a new instance.
What are the two main components of Auto Scaling?
Launch configuration and Auto Scaling group
What is the purpose of the launch configuration?
It determines the configuration that will be used on EC2 instances that will be launched.
What are the two primary ways you are charged for using Lambda?
Execution requests and execution duration
Which can be used to execute or invoke Lambda code?
The AWS Console + SNS, S3, and CloudTrail
If you are using an ELB to serve HTTP web traffic to EC2 instances, what port(s) must be open on the ELB’s security group?
Port 80