S Flashcards
S3
See Amazon Simple Storage Service (Amazon S3).
sampling period
A defined duration of time, such as one minute, over which Amazon CloudWatch computes a statistic.
sandbox
A testing location where you can test the functionality of your application without affecting production, incurring charges, or purchasing products.
Amazon SES: An environment that is designed for developers to test and evaluate the service. In the sandbox, you have full access to the Amazon SES API, but you can only send messages to verified email addresses and the mailbox simulator. To get out of the sandbox, you need to apply for production access. Accounts in the sandbox also have lower sending limits than production accounts.
scale in
To remove EC2 instances from an Auto Scaling group.
scale out
To add EC2 instances to an Auto Scaling group.
scaling policy
A description of how Auto Scaling should automatically scale an Auto Scaling group in response to changing demand.
See Also scale in.
See Also scale out.
scaling activity
A process that changes the size, configuration, or makeup of an Auto Scaling group by launching or terminating instances.
scheduler
The method used for placing tasks on container instances.
schema
Amazon Machine Learning: The information needed to interpret the input data for a machine learning model, including attribute names and their assigned data types, and the names of special attributes.
score cut-off value
Amazon Machine Learning: A binary classification models output a score that ranges from 0 to 1. To decide whether an observation should be classified as 1 or 0, you pick a classification threshold, or cut-off, and Amazon ML compares the score against it. Observations with scores higher than the cut-off are predicted as target equals 1, and scores lower than the cut-off are predicted as target equals 0.
SCP
See service control policy.
search API
Amazon CloudSearch: The API that you use to submit search requests to a search domain.
search domain
Amazon CloudSearch: Encapsulates your searchable data and the search instances that handle your search requests. You typically set up a separate Amazon CloudSearch domain for each different collection of data that you want to search.
search domain configuration
Amazon CloudSearch: An domain’s indexing options, analysis schemes, expressions, suggesters, access policies, and scaling and availability options.
search enabled
Amazon CloudSearch: An index field option that enables the field data to be searched.
search endpoint
Amazon CloudSearch: The URL that you connect to when sending search requests to a search domain. Each Amazon CloudSearch domain has a unique search endpoint that remains the same for the life of the domain.
search index
Amazon CloudSearch: A representation of your searchable data that facilitates fast and accurate data retrieval.
search instance
Amazon CloudSearch: A compute resource that indexes your data and processes search requests. An Amazon CloudSearch domain has one or more search instances, each with a finite amount of RAM and CPU resources. As your data volume grows, more search instances or larger search instances are deployed to contain your indexed data. When necessary, your index is automatically partitioned across multiple search instances. As your request volume or complexity increases, each search partition is automatically replicated to provide additional processing capacity.
search request
Amazon CloudSearch: A request that is sent to an Amazon CloudSearch domain’s search endpoint to retrieve documents from the index that match particular search criteria.
search result
Amazon CloudSearch: A document that matches a search request. Also referred to as a search hit.
secret access key
A key that is used in conjunction with the access key ID to cryptographically sign programmatic AWS requests. Signing a request identifies the sender and prevents the request from being altered. You can generate secret access keys for your AWS account, individual IAM users, and temporary sessions.
security group
A named set of allowed inbound network connections for an instance. (Security groups in Amazon VPC also include support for outbound connections.) Each security group consists of a list of protocols, ports, and IP address ranges. A security group can apply to multiple instances, and multiple groups can regulate a single instance.
sender
The person or entity sending an email message.
Sender ID
A Microsoft-controlled version of SPF. An email authentication and anti-spoofing system. For more information about Sender ID, see Sender ID in Wikipedia.
sending limits
The sending quota and maximum send rate that are associated with every Amazon SES account.
sending quota
The maximum number of email messages that you can send using Amazon SES in a 24-hour period.
server-side encryption (SSE)
The encrypting of data at the server level. Amazon S3 supports three modes of server-side encryption: SSE-S3, in which Amazon S3 manages the keys; SSE-C, in which the customer manages the keys; and SSE-KMS, in which AWS Key Management Service (AWS KMS) manages keys.
service
See Amazon ECS service.
service control policy
AWS Organizations: A policy-based control that specifies the services and actions that users and roles can use in the accounts that the service control policy (SCP) affects.
service endpoint
See endpoint.
service health dashboard
A web page showing up-to-the-minute information about AWS service availability. The dashboard is located at http://status.aws.amazon.com/.
service role
An IAM role that grants permissions to an AWS service so it can access AWS resources. The policies that you attach to the service role determine which AWS resources the service can access and what it can do with those resources.
SES
See Amazon Simple Email Service (Amazon SES).
session
The period during which the temporary security credentials provided by AWS Security Token Service (AWS STS) allow access to your AWS account.
SHA
Secure Hash Algorithm. SHA1 is an earlier version of the algorithm, which AWS has deprecated in favor of SHA256.
shard
Amazon Elasticsearch Service (Amazon ES): A partition of data in an index. You can split an index into multiple shards, which can include primary shards (original shards) and replica shards (copies of the primary shards). Replica shards provide failover, which means that a replica shard is promoted to a primary shard if a cluster node that contains a primary shard fails. Replica shards also can handle requests.
shared AMI
An Amazon Machine Image (AMI) that a developer builds and makes available for others to use.