What is an Availability Zone?
What is a Region?
- min is 2, max is 6, usually 3
What is IAM?
Identity Access Management is global Made up of - Users (start off with no access) - Groups - Policies (JSON scripts) - Roles
What is Federation?
A way to integrate IAM with your own repository of users (AD Groups) via SAML
How many Roles can be applied to an application?
One
What are Root Credentials?
What is EC2?
a rented virtual machines (EC2 – Elastic Compute Cloud)
What systems and tools can use SSH?
What are Security Groups?
What are the most common ports used?
SSH = port 22 HTTP = port 80
How do i resolve a permission issue when using SSH?
execute “chmod 0400” to add appropriate permission
What kind of problem is it when an application is not accessible due to timeout?
It is a security group issue
When will i get a “connection refused” error?
When it is an application error or application is not launced
What are the default values for inbound and outbound traffic?
Inbound traffic is blocked
Outbound traffic is authorized
What are the two kinds of IPs?
IPv4: [0-255].[0-255].[0-255].[0-255] is most common
IPv6: 3ffe:1900:4545:3:200:f8ff:fe21:67cf solves for IOIT
What is an Elastic IP?
What is EC2 User Data?
A bootstrap script which runs as the root user
Can be used to…
- Install updates
- Install software
- Download common files from the internet
- and anything else you can think of
What are the EC2 Launch Types?
What are the main EC2 Instance Types?
R for Ram intensive C for CPU intensive M for Medium loads I for I/O intensive G for GPU intensive T2/T3 for burstable loads (uses credits built up during non bursting, can become BAD if all credits used up)
Billing typically by the second (except for t2.micro which is free)
What is an AMI?
How do i share an AMI with another region?
Owner of the source AMI must grant read permissions to the s3 bucket or EBS snapshot
What is a placement group?
Provides control over the EC2 Instance strategy…
What is an ENI?
Elastic Network Interface in a VPC that represents a virtal network card
What are the EC2 states?
Stop - retains data for next start
Start - first start OS boots and User Data script run, second start only OS boots
Terminate - all data and volumes destroyed
Hibernate - RAM state (<150GB) is written to file in the root EBS volume which must be encrypted. Available in (C3-5, M3-5, & R3-5), 60 day limit