All Topics Flashcards

1
Q

S3 storage class that delivers automatic storage cost savings when data access patterns change, without performance impact or operational overhead

A

S3 Intelligent-Tiering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

S3 storage class that offers general purpose storage for active, frequently accessed data

A

S3 Standard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

S3 storage class that offers low cost storage for less frequently accessed data, but still requires milliseconds retrieval when needed

A

S3 Standard-Infrequent Access (S3 Standard-IA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

S3 storage class that that delivers the lowest-cost storage for long-lived data that is rarely accessed and requires retrieval in milliseconds.

A

S3 Glacier Instant Retrieval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

S3 storage class that delivers low-cost storage for archive data that is accessed 1—2 times per year and is retrieved asynchronously

A

S3 Glacier Flexible Retrieval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

S3 Glacier Deep Archive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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.

A

S3 One Zone-Infrequent Access (S3 One Zone-IA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

S3 storage class that delivers object storage to on-premises AWS Outposts environments to meet local data processing and data residency needs

A

S3 on Outposts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Infrastructure as code service that works with almost all AWS resources; repeatable across regions and accounts

A

CloudFormation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Platform as a Service (PaaS) used to deploy code consistently with a known architecture

A

Elastic Beanstalk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS service that allows you to deploy and upgrade any application onto a fleet of managed servers

A

Systems Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Managed Chef and Puppet in AWS

A

OpsWorks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Store code in a private AWS git repository

A

CodeCommit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Build and test code in AWS

A

CodeBuild

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Deploy code onto servers

A

CodeDeploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Orchestrate a software delivery pipeline (from code build to code deploy)

A

CodePipeline

17
Q

Store software packages and dependencies on AWS

A

CodeArtifact

18
Q

Unified view for allowing developers to do Continuous Integration/Continuous Delivery and code

A

CodeStar

19
Q

Feature that allows you to control your cloud infrasctructure using a programming language

A

AWS CDK

20
Q

True or False: Data encryption is automatically enabled for Amazon S3 Glacier

A

True

21
Q

The ability to horizontally scale Amazon EC2 instances based on demand is an example of which concept in the AWS Cloud value proposition?

A

Elasticity

22
Q

Which on-premises expense will be reduced if the company migrates their application to Amazon EC2?

A

Server hardware costs

23
Q

Cloud Architecture Design Principal:
Understanding what and how components fail, and how to architect around failures to add resiliency

A

Design for failure

24
Q

Cloud Architecture Design Principal:
Breaking up dependencies between architecture components so that they can scale independently

A

Decouple components vs. monolithic architecture

25
Q

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

A

B) Implement loose coupling

26
Q

What are the six advantages of cloud computing?

A

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

27
Q

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

A

C) Patching Amazon EC2 instances

28
Q

Which service enables risk auditing by continuously monitoring and logging account activity, including user actions in the AWS Management Console and AWS SDKs?

A

AWS CloudTrail

29
Q

Service that you can use to assess, audit, and evaluate the configurations of your AWS resources

A

AWS Config

30
Q

Which of the following are benefits of the AWS Cloud? (Select TWO.)

A
31
Q

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

A) S3
E) RDS

32
Q

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?

A

Amazon Cloudwatch

33
Q

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

A) Amazon S3 Bucket Permissions
C) Multi-factor authentication (MFA) use on the AWS account root user