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
Q

Subnets

A

ip range within VPC, single AZ, in which resources are allocated

26
Q

EBS (Elastic Block Storage)

A

persistent virtual storage volume mountable to instances

27
Q

EBS Snapshot

A

backup of data and workloads at a point in time

28
Q

EBS multi-attach

A

attach single EBS volume shared between instances

29
Q

EBS Encryption

A

encrypted volume with data at rest and in transit using AWS KMS keys

30
Q

AMI (Amazon Machine Image)

A

preconfigured image with OS, software, tools, utilities, data, scripts pre-installed to start on ec2

31
Q

EC2 Instance Store

A

ephemeral storage to an instance

32
Q

EFS (Elastic File System)

A

scalabale file storage for instances

33
Q

Scalability

A

adjusting supply based on fluctualting demands
- horizontal, vertical

34
Q

Availability

A
  • state of having application available despite failures
35
Q

ELB (Elastic Load Balancer)

A

distribute network traffic across resources

36
Q

ALB (Application)

A

routing at HTTP/HTTPS layer

37
Q

NLB (Network)

A

routing at TCP/SSL layer

38
Q

GWLB (Gateway)

A

distribute traffic to network security monitoring

39
Q

IAM Role

A

temp role for access by ec2 or users

40
Q

AWS account

A
  • resources assigned here
  • root account