I Flashcards

1
Q

IAM

A

See AWS Identity and Access Management (IAM).

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

IAM group

A

See group.

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

IAM policy simulator

A

See policy simulator.

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

IAM role

A

See role.

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

IAM user

A

See user.

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

Identity and Access Management

A

See AWS Identity and Access Management (IAM).

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

identity provider (IdP)

A

An IAM entity that holds metadata about external identity providers.

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

IdP

A

See identity provider (IdP) .

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

image

A

See Amazon Machine Image (AMI).

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

import/export station

A

A machine that uploads or downloads your data to or from Amazon S3.

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

import log

A

A report that contains details about how AWS Import/Export processed your data.

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

in-place deployment

A

AWS CodeDeploy: A deployment method in which the application on each instance in the deployment group is stopped, the latest application revision is installed, and the new version of the application is started and validated. You can choose to use a load balancer so each instance is deregistered during its deployment and then restored to service after the deployment is complete.

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

index

A

See search index.

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

index field

A

A name–value pair that is included in an Amazon CloudSearch domain’s index. An index field can contain text or numeric data, dates, or a location.

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

indexing options

A

Configuration settings that define an Amazon CloudSearch domain’s index fields, how document data is mapped to those index fields, and how the index fields can be used.

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

inline policy

A

An IAM policy that is embedded in a single IAM user, group, or role.

17
Q

input data

A

Amazon Machine Learning: The observations that you provide to Amazon Machine Learning to train and evaluate a machine learning model and generate predictions.

18
Q

instance

A

A copy of an Amazon Machine Image (AMI) running as a virtual server in the AWS cloud.

19
Q

instance family

A

A general instance type grouping using either storage or CPU capacity.

20
Q

instance group

A

A Hadoop cluster contains one master instance group that contains one master node, a core instance group containing one or more core node and an optional task node instance group, which can contain any number of task nodes.

21
Q

instance profile

A

A container that passes IAM role information to an EC2 instance at launch.

22
Q

instance store

A

Disk storage that is physically attached to the host computer for an EC2 instance, and therefore has the same lifespan as the instance. When the instance is terminated, you lose any data in the instance store.

23
Q

instance store-backed AMI

A

A type of Amazon Machine Image (AMI) whose instances use an instance store volume as the root device. Compare this with instances launched from Amazon EBS-backed AMIs, which use an Amazon EBS volume as the root device.

24
Q

instance type

A

A specification that defines the memory, CPU, storage capacity, and usage cost for an instance. Some instance types are designed for standard applications, whereas others are designed for CPU-intensive, memory-intensive applications, and so on.

25
Q

internet gateway

A

Connects a network to the internet. You can route traffic for IP addresses outside your VPC to the internet gateway.

26
Q

internet service provider

A

(ISP)

A company that provides subscribers with access to the internet. Many ISPs are also mailbox providers. Mailbox providers are sometimes referred to as ISPs, even if they only provide mailbox services.

27
Q

intrinsic function

A

A special action in a AWS CloudFormation template that assigns values to properties not available until runtime. These functions follow the format Fn::Attribute, such as Fn::GetAtt. Arguments for intrinsic functions can be parameters, pseudo parameters, or the output of other intrinsic functions.

28
Q

IP address

A

A numerical address (for example, 192.0.2.44) that networked devices use to communicate with one another using the Internet Protocol (IP). All EC2 instances are assigned two IP addresses at launch, which are directly mapped to each other through network address translation (NAT): a private IP address (following RFC 1918) and a public IP address. Instances launched in a VPC are assigned only a private IP address. Instances launched in your default VPC are assigned both a private IP address and a public IP address.

29
Q

IP match condition

A

AWS WAF: An attribute that specifies the IP addresses or IP address ranges that web requests originate from. Based on the specified IP addresses, you can configure AWS WAF to allow or block web requests to AWS resources such as Amazon CloudFront distributions.

30
Q

ISP

A

See internet service provider.

31
Q

issuer

A

The person who writes a policy to grant permissions to a resource. The issuer (by definition) is always the resource owner. AWS does not permit Amazon SQS users to create policies for resources they don’t own. If John is the resource owner, AWS authenticates John’s identity when he submits the policy he’s written to grant permissions for that resource.

32
Q

item

A

A group of attributes that is uniquely identifiable among all of the other items. Items in Amazon DynamoDB are similar in many ways to rows, records, or tuples in other database systems.