AWS Solutions Architect Definitions Flashcards

1
Q

IAM (Identity and Access Management)

A

control access to resources

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

IAM User

A

not root, access to aws account

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

IAM Group

A

groups for IAM users

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

IAM policy

A

rules for access for user, groups, role to services

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

IAM MFA

A

Multi Factor Auth for IAM user login

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

AWS Access Keys

A

programmatic access to AWS services

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

AWS CLI, SDK, CloudShell, Management Console

A

ways to request services through AWS API

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

IAM Security Tools

A
  • monitor IAM
  • IAM credentials report, IAM access advisor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

EC2

A

virtual server

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

EC2 Lifecycle states

A

pending, running, stopping, stopped, shutting-down, terminated

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

EC2 setup

A
  • choose AMI
  • choose instance type
  • assign tags
  • create key pair
  • sec groups with rules
  • choose VPC, subnet, AZ
  • assign storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

aws configure

A
  • specify access key under IAM user for AWS CLI setup
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Security groups

A
  • inbound and outbound rules for traffic control and resource protection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ports

A

virtual network connection endpoint

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

SSH

A

Secure Shell Connect
- used for remote login and CLI execution

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

Spot Instances

A

interruptable spare EC2 capacity

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

Spot Fleet

A

pool of spot and on demand instances

18
Q

Reserved Instances

A

reserved instances
- standard, convertible

19
Q

IP addresses

A

connection of device on network

20
Q

EC2 Placement Groups

A

instance placement strategy

21
Q

EC2 placement groups strategies

A

cluster, spread, partition

22
Q

Elastic Network Interface

A

network card gives device access to a network

23
Q

EC2 Hibernate

A

option to save RAM state post termination

24
Q

VPC (virtual private cloud)

A

isolated virtual network within certain ip range

25
Subnets
ip range within VPC, single AZ, in which resources are allocated
26
EBS (Elastic Block Storage)
persistent virtual storage volume mountable to instances
27
EBS Snapshot
backup of data and workloads at a point in time
28
EBS multi-attach
attach single EBS volume shared between instances
29
EBS Encryption
encrypted volume with data at rest and in transit using AWS KMS keys
30
AMI (Amazon Machine Image)
preconfigured image with OS, software, tools, utilities, data, scripts pre-installed to start on ec2
31
EC2 Instance Store
ephemeral storage to an instance
32
EFS (Elastic File System)
scalabale file storage for instances
33
Scalability
adjusting supply based on fluctualting demands - horizontal, vertical
34
Availability
- state of having application available despite failures
35
ELB (Elastic Load Balancer)
distribute network traffic across resources
36
ALB (Application)
routing at HTTP/HTTPS layer
37
NLB (Network)
routing at TCP/SSL layer
38
GWLB (Gateway)
distribute traffic to network security monitoring
39
IAM Role
temp role for access by ec2 or users
40
AWS account
- resources assigned here - root account