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
Which of the following is an AWS Cloud Architecture Design principle?
A) Implement single points of failure
B) Implement loose coupling
C) Implement monolithic design
D) Implement vertical scaling
B) Implement loose coupling
What are the six advantages of cloud computing?
1) Trade fixed expense for variable expense
2) Benefit from massive economies of scale
3) Stop guessing capacity
4) Increase speed and agility
5) Stop spending money running and maintaining data centers
6) Go global in minutes
Which of the following is the customer’s responsibility under the AWS shared responsibility model?
A) Patching underlying infrastructure
B) Physical security
C) Patching Amazon EC2 instances
D) Patching network infrastructure
C) Patching Amazon EC2 instances
Which service enables risk auditing by continuously monitoring and logging account activity, including user actions in the AWS Management Console and AWS SDKs?
AWS CloudTrail
Service that you can use to assess, audit, and evaluate the configurations of your AWS resources
AWS Config
Which of the following are benefits of the AWS Cloud? (Select TWO.)
Which AWS services or features support data replication across AWS Regions? (Select TWO.)
A) S3
B) EBS
C) EC2 Instance Store
D) Storage Gateway
E) RDS
A) S3
E) RDS
A company needs to monitor and receive alerts about AWS Management Console sign-in events that involve the AWS account root user.
Which AWS service can the company use to meet these requirements?
Amazon Cloudwatch
Which recommendations are included in the AWS Trusted Advisor checks? (Select TWO.)
A) Amazon S3 Bucket Permissions
B) AWS service outages for services
C) Multi-factor authentication (MFA) use on the AWS account root user
D) Available software patches for Amazon EC2 instances
E) Number of users in the account
A) Amazon S3 Bucket Permissions
C) Multi-factor authentication (MFA) use on the AWS account root user