All Topics Flashcards
S3 storage class that delivers automatic storage cost savings when data access patterns change, without performance impact or operational overhead
S3 Intelligent-Tiering
S3 storage class that offers general purpose storage for active, frequently accessed data
S3 Standard
S3 storage class that offers low cost storage for less frequently accessed data, but still requires milliseconds retrieval when needed
S3 Standard-Infrequent Access (S3 Standard-IA)
S3 storage class that that delivers the lowest-cost storage for long-lived data that is rarely accessed and requires retrieval in milliseconds.
S3 Glacier Instant Retrieval
S3 storage class that delivers low-cost storage for archive data that is accessed 1—2 times per year and is retrieved asynchronously
S3 Glacier Flexible Retrieval
S3 storage class that supports long-term retention and digital preservation for data that may be accessed once or twice in a year - its also the cheapest storage class
S3 Glacier Deep Archive
S3 storage class used for data that is accessed less frequently, but requires rapid access when needed. This class allows you to save cost by storing data in only a single Availability Zone rather than the standard three.
S3 One Zone-Infrequent Access (S3 One Zone-IA)
S3 storage class that delivers object storage to on-premises AWS Outposts environments to meet local data processing and data residency needs
S3 on Outposts
Infrastructure as code service that works with almost all AWS resources; repeatable across regions and accounts
CloudFormation
Platform as a Service (PaaS) used to deploy code consistently with a known architecture
Elastic Beanstalk
AWS service that allows you to deploy and upgrade any application onto a fleet of managed servers
Systems Manager
Managed Chef and Puppet in AWS
OpsWorks
Store code in a private AWS git repository
CodeCommit
Build and test code in AWS
CodeBuild
Deploy code onto servers
CodeDeploy
Orchestrate a software delivery pipeline (from code build to code deploy)
CodePipeline
Store software packages and dependencies on AWS
CodeArtifact
Unified view for allowing developers to do Continuous Integration/Continuous Delivery and code
CodeStar
Feature that allows you to control your cloud infrasctructure using a programming language
AWS CDK
True or False: Data encryption is automatically enabled for Amazon S3 Glacier
True
The ability to horizontally scale Amazon EC2 instances based on demand is an example of which concept in the AWS Cloud value proposition?
Elasticity
Which on-premises expense will be reduced if the company migrates their application to Amazon EC2?
Server hardware costs
Cloud Architecture Design Principal:
Understanding what and how components fail, and how to architect around failures to add resiliency
Design for failure
Cloud Architecture Design Principal:
Breaking up dependencies between architecture components so that they can scale independently
Decouple components vs. monolithic architecture