Communicating Computers Flashcards
Answer: A virtual server in the clouds
Question: What is Amazon EC2?
Name the four different ways to pay
- On-Demand
- Reserved
- Spot
- Dedicated Hosts
The nonmonic device used for AWS Courses is:
FIGHT DR MCPXZ
How do computers communicate?
Via ports:
- Linux = SSH (Port 22)
- Microsoft = Remote Desktop Protocol (Port 3389)
- HTTP (Port 80)
- HTTPS (Port 443)
Virtual firewalls in the cloud are known as ________
Security Groups; ports need to be open to use them.
Always design for failure by doing this:
Having one EC2 instance in each Availability Zone
What are the three ways to interact with AWS?
- Console
- Command Line Interface (CLI)
- Software Development Kits (SDKs)
True or False: Access key IDs are more secure than Roles.
False
When can you apply roles to EC2 instances?
Anytime! Changes are immediate.
True or False: Roles are universal and there’s no need to set-up regions.
True
Name the three different flavors of Load Balancers:
- Application Load Balancers - Layer 7 (make intelligent decisions)
- Network Load Balancers - Extreme performance or static sites
- Classic Load Balancers - Test & Dev & keep costs low
A database is like a _________ _________.
Traditional spreadsheet
These have been around since the 70s. Think - databases, tables, rows, fields (columns). What is it?
A relational database
Relational databases on AWS is known as:
RDS
What are the RDS types?
- SQL
- MySQL
- PostgreSQL
- Aurora
- MariaDB
- Oracle