NEW: Initial commit
Terraform modules for AWS Zonal Shift demo
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
dnf -q -y install nginx
|
||||
systemctl enable --now nginx
|
||||
ec2-metadata -z > /usr/share/nginx/html/index.html
|
||||
Reference in New Issue
Block a user