Confusing Items Flashcards
Which performs synchronous data replication in RDS?
Multi-AZ deployment
Asynchronous replication - high scalable feature of RDS
RDS Read Replica
Cloudtrail parameter to capture changes made to AWS resources in all regions and which will also include activity from global services such as IAM, Route 53, AWS WAF, and CloudFront
- -is-multi-region-trail
- -include-global-service-events
two types of events that can be logged in CloudTrail:
- management events (default)
2. data events
As a best practice, create a trail that applies to all regions in the AWS partition in which you are working. (default) - true or false
true
CloudWatch custom metrics:
- Memory utilization
- disk swap utilization
- disk space utilization
- page file utilization
- log collection
Enhanced Monitoring is a feature of RDS and not of CloudWatch - true or false
true
Cloudwatch agent
It can be installed to all of your EC2 instances which gathers the memory and disk utilization data
SSM Agent runs using ? permissions
SSM agent runs on EC2 using root permissions (Linux) or System permissions (Windows)
You can directly assign an EIPto an Auto Scaling group. - true or false
false; you still cannot directly assign an EIPto an Auto Scaling group.
ASG is highly dependent on the ELB - true or false
true
SSD are best for workloads with
small, random IO Operations
HDD are best for
large, sequential IO operations
gp2
volume size
max iops
general purpose SSD
1GiB-16TiB
16,000 IOPS
io1
volume size
max iops
Provisioned IOPS SSD
4GiB-16TiB
64,000 IOPS
st1
volume size
max iops
Throughput Optimized HDD
500GiB-16TiB
500 IOPS
sc1
volume size
max iops
Cold HDD
500GiB-16TiB
250 IOPS
Aurora primary instance handles all?
DDL and DML statements
The Aurora custom endpoint
provides load-balanced database connections based on criteria other than the read-only or read-write capability of the DB instances
reader endpoint enables your Aurora database to automatically perform load-balancing among all the Aurora Replicas - true or false
true
cluster/writer endpoint has the functionality to automatically perform load-balancing among all the Aurora Replicas of your cluster - true or false
false - cluster/writer endpoint DOES NOT HAVE the functionality to automatically perform load-balancing among all the Aurora Replicas of your cluster
Cloudfront Origin group can be any combination of the following:
AWS origins, like Amazon S3 buckets or Amazon EC2 instances, or custom origins, like your own HTTP web server
Field Level Encryption
cloudfront feature that allows you to specify upload user submitted data such as credit card numbers to your origin servers
the application could use EBS encryption to encrypt or decrypt each individual data that it writes on the disk. - T or F
false; the application could not use EBS Encryption to encrypt or decrypt each individual data that it writes on the disk.
most cost-effective storage type for the EC2 instance which is used for infrequently accessed data
Cold HDD