AWS Part 1 (1-100) Flashcards
What is AWS?
Amazon Web Services
Platform providing on-demand resources for
Hosting web services
Storage
Networking
Databases
Other resources over the internet
Pay as you go pricing
What are the components of AWS?
Give me at least 6 of the components.
EC2 – Elastic Compute Cloud
S3 – Simple Storage Service
Route53 – DNS service
EBS – Elastic Block Store
CloudWatch
Key-Pairs
(Note: These are a few of the components of AWS)
What are Key-Pairs?
What are they, and what are they made of?
Secure login info for instances/virtual machines
To connect to instances we use Key-Pairs that have a public-key and private-key
What is S3?
What is it, and what is it about?
Simple Storage Service
Service that provides interface to store any amount of data, anytime, anywhere
Pay what you use
Pay as you go
What are the pricing models for EC2 instances?
5 main models O.R.S.S.D
On-Demand
Reserved
Spot
Scheduled
Dedicated
What are the types of volumes for EC2 instances?
2 types of volumes…
2 types of volumes:
EBS – Elastic Block Stores
Instance Store Volumes
What are EBS volumes?
What are they, and what are they about?
Elastic Block Stores
Persistent volumes that you can attach to instances
** Your data will be preserved when you stop your instance
** Unlike Instance Store Volumes, where data is deleted after stopping instance
What are the types of volumes in EBS?
5 main types of volumes, involving SSD & HDD.
G.P.M.C.T.
General Purpose
Provisioned IOPS
Magnetic
Cold HDD
Throughput optimized
What are the different types of instances?
5 main types of instances, and think hardware performance.
General purpose
Computer Optimized
Storage Optimized
Memory Optimized
Accelerated Computing
What is an auto-scaling and what are the components?
What is it, and what are the 2 main types of components?
Allows you to auto scale-up and scale-down number of instances
Depending on the CPU or Memory usage
2 types of components in Auto-scaling
- Auto-scaling groups
- Launch Configuration
What are reserved instances?
The instance that you can reserve a fixed capacity of EC2 instances
Note: In reserved instances you will have to get into a contract of 1 year or 3 years
What is an AMI?
What is it, and what is it about? Contains S. L. B.
Amazon Machine Image
Template that contains
- software configurations
- launch permission
- block device mapping
Specifies the volume to attach to the instance when launched
What is an EIP?
What is it, and what is it about?
Elastic IP Address
Designed for dynamic cloud computing
Keep same IP when stopping and starting instances
What is CloudWatch?
Monitoring tool used to monitor various AWS resources
Examples are health check, network, application, etc
What are the types of monitoring in CloudWatch
There are 2 types in CloudWatch:
- Basic Monitoring, that’s free
- Detailed monitoring, that’s chargeable
What are the cloudwatch metrics that are available for EC2 instances?
D.D.C.N.N.N.N.C.C.
- Diskreads
- Diskwrites
- CPU utilization
- NetworkPacketsIn
- NetworkPacketsOut
- NetworkIn
- NetworkOut
- CPUCreditUsage
- CPUCreditBalance
What is the minimum and maximum size of individual objects you can store in S3?
The minimum is 0 bytes
The maximum is 5TB
What are the different storage classes (levels) in S3?
- Standard (Frequently Accessed)
- Standard Infrequently Accessed
- One-Zone Infrequently Accessed
- Glacier
- RRS - Reduced Redundancy Storage
What is the default storage class in S3
That would be Standard (Frequently Accessed)
What is Glacier?
Back up or Archival tool used to back up data in S3
How can you secure the access to your S3 bucket?
2 ways available here…
2 ways available:
- ACL - Access Control Lists
- Bucket policies
How can you encrypt data in S3?
- Server Side Encryption - S3 (AES 256 encryption)
- Server Side Encryption - KMS (Key Management Service)
- Server Side Encryption - C (Client Side)
What are the parameters for S3 pricing?
5 things mentioned here
S.S.N.D.T
- Storage used
- Storage management
- Number of request you make
- Data transfer
- Transfer acceleration
What is the pre-requisite to work with Cross region replication in S3?
2 main things mentioned here
Enable versioning on both source bucket and destination
Source and Destination bucket should be in different region