Question I Got Wrong Flashcards
What can you use for dynamo DB Caching
DynamoDB Accelerator DAX
If you access data only twice a year but need rapid access what S3 Storage class should you use?
Standard-IA. Standard-IA storage class is for data that is accessed less frequently but requires rapid access when needed. Has lower cost per GB but 99.9% availability vs the Standard 99.99%
How many TB of storage Does the snowball edge hold
80 TB
What are the downsides to Direct Connect
Direct Connect involves significant monetary investment and takes at least a month to set up
What is AWS Direct Connect
AWS Direct Connect is a networking service that provides an alternative to using the internet to connect to AWS. Using AWS Direct Connect, data that would have previously been transported over the internet is delivered through a private network connection between your facilities and AWS.
If you need to create secure connection between you on-prem data center and AWS what service should you use ?
AWS Site-to-Site VPN. It can be configure in minutes if you have an immediate need.
What file system should you use for “hot” and “cold” data
FSx for Lustre
Do you need to pay for S3 Transfer Acceleration if did not result in accelerated transfer
No, you pay only for transfers that are accelerated.
What are the destination for Amazon Data Firehose
- S3
- Redshift
- OpenSearch
- Splunk
- Custom HTTP endpoints
- 3rd Party service provider Enpoints
If you can a new version of object have a different retention period or mode?
Yes
What service should you use to migrate on-prem SMB file shares to AWS. The Company wants to stil use its native Windows workloads to have access to the data.
Fsx File Gateway. Amazon FSx File Gateway provides low-latency, on-premises access to fully managed file shares in Amazon FSx for Windows File Server.
If you have temporary storage that changes frequently such as buffers, caches, or data that is replicated across a fleet of instances what should you use. (EC2 context)
Instance Store.
Instance Store based volumes provide high random I/O performance at low cost (as the storage is part of the instance’s usage cost)
What cache service provides special commands for geospatial data
Amazon ElastiCache for Redis
What type of storage give maximum performance (EC2 context)
Instance Store
What is the format of the url for s3 buckets as a websiet
http://bucket-name.s3-website.Region.amazonaws.com
http://bucket-name.s3-website-Region.amazonaws.com
A health-care company manages its web application on Amazon EC2 instances running behind Auto Scaling group (ASG). The company provides ambulances for critical patients and needs the application to be reliable. The workload of the company can be managed on 2 Amazon EC2 instances and can peak up to 6 instances when traffic increases.
What would you set for the min capacity? How many in each AZ? What would you set for the max capacity ?
Min: 4 / 2 per AZ
Max: 6
What is the retrieval time/Latency for S3 Glacier Flexible Retrieval ?
Minutes
What is the retrieval time/Latency for S3 - Standard - IA
Milliseconds
What can you do to increase the through put of your Kineses data stream while not increasing your cost ?
Using Batch Messages
What is Amazon Redshift Spectrum?
A feature of Amazon Web Services’ (AWS) Redshift data warehousing service that allows users to run SQL queries against data stored in Amazon S3 without data loading or ETL.
What is the key use case for GuardDuty
Amazon GuardDuty offers threat detection that enables you to continuously monitor and protect your AWS accounts, workloads, and data stored in Amazon S3.
What Data does GuardDuty analyze?
- CloudTrail Events
- VPC Flow Logs
- DNS Logs
In what order are the cheapest for EBS, EFS, S3
Amazon S3 Standard < Amazon EFS < Amazon EBS
Can you suspend the ReplaceUnhealthy Process on an AutoScaling Group?
YES
What the use case for the “Standby” state in EC2 Instances ?
Update some software or troubleshoot the instance, and then return the instance to service. Instances that are on standby are still part of the Auto Scaling group, but they do not actively handle application traffic.
What is the make concurrent lambda executions per AWS account per region?
1000 but you ask support to raise the limit
Can CloudTrail be ingested into CloudWatch ?
YES, you can use all features such as Logs Insight, Contributor Insights, Metric filters, and CloudWatch Alarms.
What storage Volumes CANNOT be used as boot volumes
Throughput Optimized Hard disk drive (st1)
Cold Hard disk drive (sc1)
How would you connect an EFS instance to multiple EC2 instances across multiple regions?
Inter-region VPC peering connection
How is a retention period for an object version set ?
You can place a retention period on an object version either explicitly using Retain Until Date
or through a bucket default setting
What are the available Destinations for Kinesis Data Firehose ?
- Amazon Simple Storage Service (Amazon S3)
- Amazon Redshift
- Amazon OpenSearch Service,
- Splunk
- any custom HTTP endpoint
- HTTP endpoints owned by supported third-party service providers, including Datadog, Dynatrace, LogicMonitor, MongoDB, New Relic, and Sumo Logic.
What can Kinesis Data Analytics ingest data from?
Kinesis Data Streams
Kinesis Data Firehose
What Tier has the highest priority [1, 4, 5]
Amazon Aurora will promote the Read Replica that has the highest priority (the lowest numbered tier)
If there is two Replicas with the same priority, how does RDS choose?
Promotes the replica that is largest in size (Storage SIze)
You would like to mount a network file system on Linux instances, where files will be stored and accessed frequently at first, and then infrequently. What solution is the MOST cost-effective?
Amazon EFS Infrequent Access