Go "Live"
Once all of the configuration steps and testing are complete, you can go live to begin delivering your content.
Change the DNS record to point to your configuration
Before you can fully activate your DD property in the production ("live") network, you need to change the existing DNS record for your site or application to be a CNAME record that points to the Edge hostname. Once you modify the DNS record, it's typically only a matter of hours until your content it is served via the Edge network.
The table that follows illustrates some DNS record examples:
DNS Record | Example | Notes |
---|---|---|
Generic DNS record |
www.example.com . IN A 1.2.3.4 |
Where “1.2.3.4” is the IP address of your origin server |
Non-secure record pointing to Edge network |
www.example.com . IN CNAME
www.example.com.akamaized.net |
N/A |
A secure, HTTPS record pointing to Edge network |
www.example.com . IN CNAME
www.example.com.edgekey.net |
N/A |
In these examples, www.example.com.akamaized.net
and www.example.com .edgekey.net
are Edge hostnames
for your application.
The next few tables reveal some examples of DNS records
required to deliver a web site or application from the content
delivery network. You need to replace <example>
with the actual hostname(s) of
your content to determine the DNS records that should be
created.
Example: Non-secure “www” Site | |
---|---|
Origin-server Hostname | origin-www.<example>.com IN A <IP of
origin servers> |
Edge Hostname | www.<example>.com.akamaized.net |
Production Hostname | www.<example>.com . IN CNAME
www.example.com.akamaized.net |
Example: Secure “www” Site | |
---|---|
Origin-server Hostname | origin-www.<example>.com IN A <IP of origin servers> |
Edge Hostname | www.<example>.com.edgekey.net. |
Production Hostname | www.<example>.com . IN CNAME www.example.com.edgekey.net |
Example: Non-secure Image Hostname | |
---|---|
Origin-server Hostname | origin-images.<example>.com IN A <IP of
origin servers> |
Edge Hostname | images.<example>.com.akamaized.net |
Production Hostname | images.<example>.com. IN CNAME
images.example.com.akamaized.net |
How long does the DNS change take?
This depends on the time to live (TTL) set on the existing DNS record for your site. This is commonly set to one day, which means it would take up to 24 hours before your end users are directed to the Edge network.
To shorten the cut-over to the Edge network, you can reduce your DNS TTL in advance of the change, and increase it to the normal TTL after the change.
You can switch your application to the Edge network at any time after completing the activation steps and testing. No additional activation or monitoring is required.
Troubleshooting
If you notice a problem after switching your content to the Edge network:
- Roll back the DNS change to point your website or application back to your servers.
- Report the problem to Akamai.
- This will allow you and Akamai to identify the problem in a controlled environment without affecting live end users.
Activate your property on the Production network
The final step in the process is to push your DD property to the production ("live") network to distribute your content to end users.
- Select the appropriate Control Center Account. Use the top-right pull-down in the header to select the account.
- Access Property Manager configurations associated with the selected Control Center Account. Go to .
- Filter the results of the Property Groups table by inputting the desired DD property name in the Filter by Property or Hostname field.
- Click the Property Name.
- At this stage,
you have one of two choices in activating your property:
- Activate the Staging Version: This entails accessing the version of the Property currently on the Staging network and activating it on Production. In the Manage Versions and Activations content panel, locate the Version # of the property currently in Staging (the one created for Testing) and click it.
- Create a New Version of the Property: This
entails “cloning” the Staging network Property to
create a new Version, and activating that version
on Production (in order to maintain the version on
the Staging network). To accomplish this, perform
the following:
- In the Active Staging Version content panel, click the New Versionbutton. This will clone the property as Property Name v#+1 (for example, www.example.com v2).
- If desired, review/modify the settings in the Property.
- Click the Save button.
- Click the Activate tab.
- Click the
Activate v<#> on Production
button.
- Any warnings
carried over from the configuration will be displayed as
Validation Messages. You can click
Cancel and edit the Configuration to
acknowledge them.Note: If you have created a new Version of the property, an additional warning message will be displayed here noting that this “new version:” has not been activated on Staging for testing. Click this message’s checkbox to acknowledge and dismiss this warning.
- Optionally, add descriptive Notes and/or use the Notify via email field to define e-mail address(es) that will receive notifications in the event of a Property file change (separate multiple entries with a comma—“,”)
- Click the Activate v<#> on Production button.
- Monitor the Activate tab to track progress. You can also click the View Details link to review settings and information regarding the property.