Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7a1799b

Browse files
authored
Updated Go live checklist topic in Cloud Guide (#6083)
- Updated prelaunch checklist with updated version in PDF format - Added security configuration section to Go Live Checklist topic - Updated links in the Product configuration section
1 parent 69631ae commit 7a1799b

File tree

3 files changed

+33
-31
lines changed

3 files changed

+33
-31
lines changed
-72.9 KB
Binary file not shown.
1.55 MB
Binary file not shown.

guides/v2.2/cloud/live/go-live-checklist.md

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ functional_areas:
66
- Testing
77
---
88

9-
Before you deploy to the Production environment, download the [Go live checklist]({{ site.baseurl }}/common/pdf/Pre-Launch.Checklist_4_23_2018.docx) and use it with these instructions to confirm that you have completed all required configuration and testing. See an overview of the complete deployment process for Starter and Pro at [Deploy your store]({{ page.baseurl }}/cloud/live/stage-prod-live.html).
9+
Before you deploy to the Production environment, download the [Go live checklist]({{ site.baseurl }}/common/pdf/magento-commerce-cloud-prelaunch-checklist.pdf), and use it with these instructions to confirm that you have completed all required configuration and testing. See an overview of the complete deployment process for Starter and Pro at [Deploy your store]({{ page.baseurl }}/cloud/live/stage-prod-live.html).
1010

1111
## Completely test in Production {#test}
1212

@@ -16,9 +16,9 @@ See [Test deployment]({{ page.baseurl }}/cloud/live/stage-prod-test.html) for te
1616

1717
You need to complete configurations for your DNS including:
1818

19-
* Set all necessary redirects, especially if you are migrating from an existing site
20-
* Set the zone’s root resource record to address the hostname
21-
* Lower the value for the Time-to-Live (TTL) to refresh DNS information to correctly point customers faster to the Production store
19+
- Set all necessary redirects, especially if you are migrating from an existing site
20+
- Set the zone root resource record to the hostname address
21+
- Lower the value for the Time-to-Live (TTL) setting to refresh DNS information so customers are directed to the correct Production store more quickly
2222

2323
We recommend a significantly lower TTL value when switching the DNS record. This value tells the DNS how long to cache the DNS record. When shortened, it refreshes the DNS faster. For example, changing this value from 3 days to 10 minutes. Be advised, this adds load to the web server.
2424

@@ -29,20 +29,20 @@ This does not work for an [apex domain](https://blog.cloudflare.com/zone-apex-na
2929

3030
The following list contains examples of DNS providers for informational purposes. Use your preferred DNS provider.
3131

32-
* CNAME with ALIAS record from [Dyn](http://dyn.com)
33-
* ANAME record on [DNS Made Easy](http://www.dnsmadeeasy.com)
34-
* ANAME at [easyDNS](https://www.easydns.com)
35-
* ACNAME at [CloudFlare](https://www.cloudflare.com)
36-
* ALIAS at [PointDNS](https://pointhq.com)
32+
- CNAME with ALIAS record from [Dyn](http://dyn.com)
33+
- ANAME record on [DNS Made Easy](http://www.dnsmadeeasy.com)
34+
- ANAME at [easyDNS](https://www.easydns.com)
35+
- ACNAME at [CloudFlare](https://www.cloudflare.com)
36+
- ALIAS at [PointDNS](https://pointhq.com)
3737

3838
Many other DNS providers also offer workarounds to accomplish this goal. The most common is to add a CNAME record for the `www` host on the domain and then use the DNS provider's redirect service to redirect the apex over to the `www` version of the domain. Consult your DNS provider for more information.
3939

4040
Another option for apex domain is to add A records, which maps a domain name to the Fastly IP addresses:
4141

42-
* `151.101.1.124`
43-
* `151.101.65.124`
44-
* `151.101.129.124`
45-
* `151.101.193.124`
42+
- `151.101.1.124`
43+
- `151.101.65.124`
44+
- `151.101.129.124`
45+
- `151.101.193.124`
4646

4747
### TLS and Fastly {#fastly-tls}
4848

@@ -56,34 +56,36 @@ Make a final pass for any Production configurations in the store(s). If you need
5656

5757
The following are recommended changes and checks:
5858

59-
* Outgoing email has been tested
60-
* Base URL and Base Admin URL are set correctly
61-
* Change the default Magento Admin password
62-
63-
See [Configuring Admin Security](http://docs.magento.com/m2/ee/user_guide/stores/security-admin.html) for further information on Admin configurations.
64-
65-
* Optimize all images for the web
66-
* [Enable minification](http://docs.magento.com/m2/ee/user_guide/system/file-optimization.html) for JS, CSS, and HTTP
59+
- [Completed Outgoing email testing]({{ page.baseurl }}/cloud/project/sendgrid.html)
60+
- [Secure configuration for Admin credentials and Base Admin URL](http://docs.magento.com/m2/ee/user_guide/stores/security-admin.html)
61+
- [Optimize all images for the web]({{ page.baseurl }}/cloud/cdn/fastly-image-optimization.html)
62+
- [Check minification settings for HTML, Javascript, and CSS]({{ page.baseurl }}/cloud/deploy/static-content-deployment.html)
6763

6864
## Verify Fastly caching {#verifyfastly}
6965

70-
Test and verify Fastly caching is correctly working in Production. For detailed tests and checks, see [Fastly testing]({{ page.baseurl }}/cloud/live/stage-prod-test.html#fastly).
71-
72-
* Make sure that pages are being correctly cached in the page cache and Fastly
73-
* Make sure the Fastly Extension is up-to-date
74-
* Make sure the Fastly VCL is up-to-date
66+
- Test and verify that Fastly caching is working correctly on the Production site. For detailed tests and checks, see [Fastly testing]({{ page.baseurl }}/cloud/live/stage-prod-test.html#fastly).
67+
- [Ensure that the latest version of the Fastly CDN Module for Magento 2 is installed in your Production environment]({{ page.baseurl }}/cloud/cdn/configure-fastly.html#upgrade)
68+
- [Ensure that the most current version of the Fastly VCL code has been uploaded]({{ page.baseurl }}/cloud/cdn/configure-fastly.html#upload-vcl-snippets)
7569

7670
## Performance testing {#performance}
7771

7872
We recommend that you review the [Magento Performance Toolkit]({{ site.mage2bloburl }}/{{ page.guide_version }}/setup/performance-toolkit) options as part of your pre-launch readiness process.
7973

8074
You can also test using the following 3rd party options:
8175

82-
* [Siege](https://www.joedog.org/siege-home/): Traffic shaping and testing software to push your store to the limit. Hit your site with a configurable number of simulated clients. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols.
83-
* [Jmeter](http://jmeter.apache.org/): Excellent load testing to help gauge performance for spiked traffic, like for flash sales. Create custom tests to run against your site.
84-
* [New Relic](https://support.newrelic.com/) (provided): Helps locate processes and areas of the site causing slow performance with tracked time spent per action like transmitting data, queries, Redis, and so on.
85-
* [Blackfire]({{ page.baseurl }}/cloud/project/project-integrate-blackfire.html) (provided): Helps track through the issues New Relic finds and helps you dig deeper into the issue for specifics. Blackfire profiles the environment and helps locate bottlenecks in depth: process, method call, query, load, and so on.
86-
* [WebPageTest](https://www.webpagetest.org/) and [Pingdom](https://www.pingdom.com/): Real-time analysis of your site pages load time with different origin locations. Pingdom may cost a fee. WebPageTest is a free tool.
76+
- [Siege](https://www.joedog.org/siege-home/): Traffic shaping and testing software to push your store to the limit. Hit your site with a configurable number of simulated clients. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols.
77+
- [Jmeter](http://jmeter.apache.org/): Excellent load testing to help gauge performance for spiked traffic, like for flash sales. Create custom tests to run against your site.
78+
- [New Relic](https://support.newrelic.com/) (provided): Helps locate processes and areas of the site causing slow performance with tracked time spent per action like transmitting data, queries, Redis, and so on.
79+
- [Blackfire]({{ page.baseurl }}/cloud/project/project-integrate-blackfire.html) (provided): Helps track through the issues New Relic finds and helps you dig deeper into the issue for specifics. Blackfire profiles the environment and helps locate bottlenecks in depth: process, method call, query, load, and so on.
80+
- [WebPageTest](https://www.webpagetest.org/) and [Pingdom](https://www.pingdom.com/): Real-time analysis of your site pages load time with different origin locations. Pingdom may cost a fee. WebPageTest is a free tool.
81+
82+
## Security configuration
83+
84+
- [Set up your Magento Security Scan]({{ page.baseurl }}/cloud/live/live.html#security-scan)
85+
- [Secure configuration for Admin user](http://docs.magento.com/m2/ee/user_guide/stores/security-admin.html)
86+
- [Secure configuration for Base Admin URL](https://docs.magento.com/m2/ee/user_guide/stores/store-urls-custom-admin.html)
87+
- [Remove any users no longer on the {{ site.data.var.ece}} project]({{ page.baseurl}}/cloud/project/user-admin.html)
88+
- [Configure two-factor authentication]({{ page.baseurl }}/security/two-factor-authentication.html)
8789

8890
## Performance monitoring
8991

0 commit comments

Comments
 (0)