Skip to content

Instantly share code, notes, and snippets.

@nktstudios
nktstudios / ec2-user-data.txt
Created April 15, 2020 20:09
AWS Certificate Manager Tutorial
#!/bin/bash
# update the machine
yum update -y
# install http
yum install -y httpd.x86_64
# start the service
systemctl start httpd.service