Uncategorized

AWS Storage Options – Whitepaper – Certification

Whitepaper Storage Options
AWS Storage Options is the most important Whitepaper for AWS Solution Architect Professional Certification exam. It provides a brief overview of each AWS storage option, their ideal usage patterns and anti-patterns, performance and durability, scalability, etc.
Overview
AWS offers many cloud-based storage options. Each option offers a unique combination in terms of performance, durability and availability, cost, interface, and other characteristics like scalability, elasticity, and cost.
All storage options can be adapted to certain uses, but there are some Anti-Patterns that should be considered when choosing a storage option.
Amazon S3 & Amazon Glacier
More details at AWS Storage Options – S3 & Glacier
Amazon Elastic Block Store Volumes (EBS)
More details @ AWS Storage Options – EBS & Instance Store
Amazon RDS, DynamoDB & Database On EC2
More information at AWS Storage Options – RDS, DynamoDB and Database on EC2
Amazon SQS & Redshift
More details @ AWS Storage Options – SQS & Redshift
Amazon CloudFront & Elasticache
More details @ AWS Storage Options – CloudFront & ElastiCache
Amazon Storage Gateway & Import/Export
More information at AWS Storage Options Storage Gateway & Import/Export AWS Certification Practice Questions
Questions are collected via the Internet. The answers are marked according to my knowledge and understanding (which may differ from yours).
AWS services are constantly updated and the answers and questions may be out of date soon. So make sure to research accordingly.
AWS exam questions cannot be updated to keep up with AWS updates. This means that even if the underlying feature has been changed, the question may not be updated.
You are open to further feedback, discussion, and correction. Which services are best suited to store session state data? Select 3 answers. Elastic Load Balancing
Amazon Relational Database Service (RDS).
Amazon CloudWatch
Amazon ElastiCache
Amazon DynamoDB
AWS Storage GatewayYour company has uploaded large amounts of aerial image data (S3). You used Rabbit MQ, an Open Source messaging system, to send job information to the servers. Once the data was processed, it would be taped and shipped offsite. Your manager advised you to stick with the current design and to use AWS archival storage to reduce costs. Which is correct? [PROFESSIONAL] Use SQS to pass job messages. Cloud Watch alarms can be used to terminate EC2 worker instances if they become inactive. After data has been processed, change the storage category of the S3 objects into Reduced Redundancy Storage.
Install Auto-Scaled workers that are triggered by queue depth and use spot instances to process messages within SQS. After data has been processed, change the storage category of the S3 objects so that they have Reduced Redundancy Storage.
Install Auto-Scaled workers that are triggered by queue depth and use spot instances to process messages within SQS. After data has been processed, change the storage type of the S3 objects from Glacier to Glacier.
SNS can be used to send job messages. Cloud Watch alarms can be used to terminate spot worker instances if they are idle. After data has been processed, change the storage type of the S3 object Glacier. You are developing a mobile application and want to store user preferences in AWS. This would allow users to have a consistent experience across devices. The preference data for each user will be approximately 50KB. The application is expected to be used by 5 million customers on a regular basis. How can you design a solution that meets these requirements? [PROFESSIONAL]Install an RDS MySQL instance in just 2 minutes