Origin Characteristics
This behavior lets you set characteristics for your origin server to optimize access to it.
Authentication Method
Select the appropriate authentication method for use:
Method | Description | Additional options |
---|---|---|
Akamai Origins - Auto, Others - None | This is the default and applies to you if your origin server doesn't have any external authentication requirements, or if you're using NetStorage as your origin. | N/A |
Akamai Signature Authentication | Select this if your AMD property has been set up to use our shared certificate hostname for secure (HTTPS) delivery to your custom origin. | N/A |
Akamai Media Services Live | Select this if you're using this AMD property in association with the Media Services Live product to deliver live streaming media. | This is covered in the Media Services Live user documentation |
Interoperability Google Cloud Platform | Select this if you're authenticating with Google Cloud Storage (GCS) as your origin. Support is based on the GCS V4 signing process. Once selected, configure the additional options that are revealed. |
|
Amazon Web Services | Select this if you're authenticating with Amazon Web Services (AWS) cloud provider as your origin. Support is based on the AWS signature version 4 signing process. Once selected, configure the additional options that are revealed. |
|
Additional considerations for GCS or AWS
Pay attention to these points when using GCS or AWS:
-
You can use Cloud Access Manager. Use it to streamline the client authentication process. See Cloud Access Manager & AMD for complete details.
-
You can check your authentication details in the file you saved when creating your access key. If you didn't download the file, or if you lost it, you may need to delete the existing access key and add a new one. See Managing HMAC keys in GCS or Managing Access Keys (console) in AWS.
-
Use a property with an akamaized hostname. This lets you either retrieve objects from the origin, or for read-only bucket operations. This is because we're currently limited to storing cloud provider access keys in cleartext. This doesn't carry the level of protection you might expect for the transmission of personally identifiable information (PII).
-
Consider using two separate sets of cloud provider access keys. Dedicate one to GET operations and another to POST, PUT, or DELETE operations. For all GET operations, set them up to use a property via Property Manager; for POST, PUT, and DELETE operations, you should use the APIs or SDKs offered by the associated cloud provider.
-
Regularly rotate the cloud provider access keys. This reduces the likelihood of unauthorized diversion of confidential information.
-
Only the "Authorization" header is supported (AWS, only). If you're using query string parameters with this authentication, each query parameter in the incoming client request must be sorted alphabetically, and URL encoded.
Origin Location
Select the appropriate location of the origin server, based on its Origin Type:
-
NetStorage. Set this to Unknown.
-
Your Own Origin. Select the geographical location of your origin server to optimize access to it. (Do this to implement what we consider "use case-based provisioning" for this behavior.) If you're not sure about your server location, select Unknown.
Origin-specific best practices applied by default
To help optimize delivery, Akamai automatically sets various origin-related behaviors in the background of the Default Rule.
These automatic settings are what Akamai considers best practices to optimize delivery. However, you can manually add these behaviors to override these automatic settings.
Origin Offload
These settings are automatically applied for this behavior in the background:
-
"1-Tier" Tiered Distribution is applied. This lets AMD retrieve your cached content from another tier of Akamai edge servers that are closer to your origin server, rather than directly from your origin server. For cached content, the feature has significant advantages:
-
The demand for bandwidth at the Origin Server is reduced. This is often positive in itself and necessary to upscale applications.
-
The time it takes for the product to retrieve content is reduced. The tiered distribution parent servers are generally located close to the production servers that use them.
-
-
Hostname-based content sharding. This is incorporated in the Tiered Distribution layer.
-
Multiple requests for the same object are queued to a single primary request. If an error response is delivered to the primary request, it is delivered to all queued requests.
If you need to disable Tiered Distribution, you can add Tiered Distribution as an optional behavior and set Enable to Off. This will override the automatic best practices application.
Origin Failure
These settings are automatically applied for this behavior in the background:
-
Origin Unresponsiveness. The following are automatically set as best practices values for this scenario:
-
Connection Timeout. Five seconds
-
HTTP Response Timeout. Two minutes
-
Retry logic. Retry once, and serve an error to the requesting client after retry failure.
-
Origin Server Error. The following are automatically set as best practices values for this scenario:
-
Retry logic. Retry once, and serve an error to the requesting client after retry failure.
-
Object Content Error. An error is served to the requesting client.
Origin Authentication
These settings are automatically applied for this behavior in the background:
-
If NetStorage is set as your origin. Akamai Signature Header Verification Authentication is applied by default.
-
For all other origin types. Origin Authentication is not default applied. Use the Authentication Method options in this behavior for your origin.
Origin Characteristics and Mixed Mode Configuration
This is a "use case-based" behavior that's automatically included in the Default Rule and used to optimize delivery. You need to apply settings for this behavior in the Default Rule. However, with Mixed Mode Configuration for AMD (MMC), you can also include it in another rule and apply different match criteria to have separate requests use different origin characteristics optimizations. For more details, see How to use Mixed Mode with AMD.
Updated about 1 year ago