Review Mode Set 4 – AWS Certified Solutions Architect Associate Flashcards
What is the best method for capturing the current state (all data, configs) of an RDS database, to be later restored?
take a snapshot of the database. Restore the database from the snapshot when necessary.
Which situation is SR-IOV most suitable for?
Enhanced Networking on Linux.
What type of instance is best for high IOPS and sequential read/write access?
Storage optimized instances with instance store volume.
Can EventBridge directly check for IAM events (ex.,age of IAM keys)?
No EventBridge cannot check compliance related issues directly.
What service and feature of the service allows you to run SQL queries against exabytes of unstructured data in S3?
Amazon Redshift Spectrum.
What disc config (array) is most high performance ?
RAID 0
What can be done to protect a Redshift cluster from the event of an AWS region outage?
Enable Cross-Region Snapshots Copy in your Amazon Redshift Cluster.
What DNS and IPs are assigned to a new EC2 launched into a NON-default VPC?
AWS provides the instance with a private DNS hostname only.
What are the DNS settings for EC2s in a NON-default VPC?
DNS resolution and DNS hostnames attributes are disabled in a newly created VPC.
What are two ways to lower data transfer costs and disable anonymous access in an S3 bucket?
Enable the Requester Pays feature on the Amazon S3 bucket
What is a good way to process application log files generated from servers for a report?
S3 to store the files, Amazon EMR for processing the log files
What is the most available and resilient RDS setup?
Multi-AZ deployment
If there is an existing listener on HTTP, can/should you create a new HTTP listener, in order to redirect HTTP to HTTPS?
No.
Once there is a listener already setup, it is not possible to create a new one because there is already an existing listener assigned to that port.
what is the best service to check for compliance of AWS resources?
AWS Config
Does altering either retention period or visibility timeout in SQS ensure that messages/tasks are NOT duplicated?
NO