I am following this Amazon AWS guide to install SSL certificates. I am running Apache on AWS EC2 using the Amazon Linux AMI 2018.03. The first step in the guide is to run:
sudo systemctl is-enabled httpd
I get "bash: systemctl: command not found". I suspect maybe I am running Amazon Linux, not Amazon Linux 2.