S Flashcards
(93 cards)
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.