AWS Cloud Practitioner Certification Flashcards

The purpose of this deck to to learn the basics of the AWS Cloud platform

1
Q

Basic Support Package

A

Free: Customer Service for account and access to AWS Community Forums

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

Developer

A

Use Case: Experimenting with AWS

Starts at $29 month: One Primary Contact may ask technical questions through support center. Response time 12-24 hrs.

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

Business

A

Use Case: Production use of AWS
Starts at $100 month: Support by phone and chat, 1 hr response to urgent support cases and help with 3rd party software. Full access to AWS Trusted Advisor, access to the AWS Support API

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

Enterprise

A

Use Case: Mission-critical use of AWS
Starts at $15,000 month
All the features of Business plans, plus a dedicated Technical Account Manager (TAM), a support concierge, access to Infrastructure Event Management to support product launches, seasonal promotions/events, migrations, 15-minute response to critical support cases with prioritized case handling

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

How do you get automatic notifications if your account exceeds a certain $ limit?

A

Go into CloudWatch and create a billing alarm. Uses SNS

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

What are the 3 ways to access AWS?

A

Programmatic (command line), Console Access, SDK

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

What does IAM stand for?

A

Identify Access Management; created Global so no need to specify a region

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

What is S3?

A

Simple Storage Solution
Object based-allows you to upload files
Files can be 0 Bytes to 5TB
Unlimited Storage
Files are stored in Buckets (folder in the cloud)
S3 is univeral namespace, meaning names must be unique globally, ex (https:/s3-eu-west-amazonaws.com/acloudguru

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

What are the key fundamentals of S3?

A

Key (Name of the object)

Value (data and is made up of a sequence of bytes)

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

What are the specs of S3 Standard?

A

99.99% Availability, 99.99999999999% durability, stored redundancy across multiple devices in multiple facilities, and is designed to sustain the loss of 2 facilities concurrently.

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

What are the specs of S3-IA (Infrequently Accessed?)

A

For data that is accessed less frequently, but requires rapid access when needed. Lower fee than S3, but you are charged a retrieval fee.

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

S3 One Zone - IA

A

For when you want a lower-cost option for infrequently accessed data, but do not require the multiple Availability Zone data resilience.

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

S3 - Intelligent Tiering

A

Designed to optimize costs by automatically moving data to the most cost-effective access tier, without performance impact or operational overhead.

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

S3 Glacier Deep Dive

A

S3’s lowest-cost storage class where a retrieval time of 12 hours is acceptable.

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

What is unique about a Bucket?

A

Bucket names share a common name space. You cannot have the same bucket name as someone else.

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

How are Buckets viewed?

A

Bucket names are viewed globally, but you can have buckets in individual regions.

17
Q

Can you replicate Buckets cross region?

A

Yes

18
Q

When can you change your storage class and encryption of files?

A

Whenever you want on the fly.

19
Q

What are 3 ways to restrict Bucket access?

A

Bucket Policies - Applies across whole Bucket
Object Policies - Applies to individual files
IAM Policies to Users & Groups - Applies to Users & Groups

20
Q

S3 Glacier

A

Secure, durable, and low-cost storage class for data archiving. Retrieval times configurable from minutes to hours.

21
Q

How can you make an entire S3 Bucket public?

A

You can use a Bucket policy

22
Q

What type of websites can S3 host?

A

Static

23
Q

What is a key feature of S3 website hosting?

A

Scales automatically to meet demand