Amazon Services Flashcards
Run down of Amazon Services which are available and what they do.
Describe what the S3 Storage Class/s below is/are best used for: “S3 Outposts”
S3 Outposts delivers object storage to your on-premises environment. S3 Outposts storage class is ideal for workloads with local data residency requirements, and to satisfy demanding performance needs by keeping data close to on-premises applications.
Describe what the S3 Storage Class/s below is/are best used for: “S3 Standard”
S3 Standard is for general-purpose storage of frequently accessed data.
Describe what the S3 Storage Class/s below is/are best used for: “S3 Standard-Infrequent Access (S3 Standard-IA) and S3 One Zone-Infrequent Access (S3 One Zone-IA)”
S3 Standard Infrequent Access is for long-lived, but less frequently accessed data. One Zone refers to it only being stored in one zone making it cheaper, however data will be lost in the event of Availability Zone destruction.
Describe what the S3 Storage Class/s below is/are best used for: “S3 Intelligent Tiering”
S3 Intelligent Tiering is for data with unknown or changing access patterns.
Describe what the S3 Storage Class/s below is/are best used for: “S3 Glacier and S3 Glacier Deep Archive”
S3 Glacier is for long-term archive and digital preservation. Lower cost but much higher retrieval/query times. Glacier retrieval times - Minutes to Hours Deep Glacier retrieval times - within 12 Hours
What is the “Amazon Athena” service?
Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.
What is the “Amazon Aurora” service?
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud, that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.
What is the “Amazon CloudWatch” service?
Amazon CloudWatch is a monitoring and management service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources. With CloudWatch, you can collect and access all your performance and operational data in form of logs and metrics from a single platform.
What is the “Amazon DynamoDB” service?
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.
What is the “Amazon Elastic Block Store (Amazon EBS)” service?
Amazon Elastic Block Store (EBS) is an easy to use, high performance block storage service designed for use with (and only with) Amazon Elastic Compute Cloud (EC2) for both throughput and transaction intensive workloads at any scale. (Key to point out, it is for linking with a single EC2 instance. Not as a standalone file system. It can be used by that instance and that instance alone)
What is the “Amazon ElastiCache” service?
Amazon ElastiCache allows you to seamlessly set up, run, and scale popular open-Source compatible in-memory data stores in the cloud. Amazon ElastiCache is a popular choice for real-time use cases like Caching, Session Stores, Gaming, Geospatial Services, Real-Time Analytics, and Queuing.
What is the “Amazon Redshift” service?
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. You can start with just a few hundred gigabytes of data and scale to a petabyte or more. This enables you to use your data to acquire new insights for your business and customers.
What is the “Amazon Simple Storage Service (Amazon S3 Buckets)”?
Amazon S3 is object storage built to store and retrieve any amount of data from anywhere. It is designed to deliver 99.999999999% durability, and stores data for millions of applications used by market leaders in every industry. (S3 buckets can literally be treated like a file system on a computer and store anything and everything you can on a local drive)
What is the “Amazon CloudFormation” service?
AWS CloudFormation is a service that gives developers and businesses an easy way to create a collection of related AWS and third-party resources, and provision and manage them in an orderly and predictable fashion.
What is the “AWS CloudTrail” service?
AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational and risk auditing of your AWS account. Actions taken by a user, role, or an AWS service are recorded as events in CloudTrail. Events include actions taken in the AWS Management Console, AWS Command Line Interface, and AWS SDKs and APIs.