diff --git a/meta-data b/meta-data new file mode 100644 index 0000000..f1fc116 --- /dev/null +++ b/meta-data @@ -0,0 +1,2 @@ +instance-id: ubuntu +local-hostname: ubuntu diff --git a/user-data b/user-data new file mode 100644 index 0000000..ccbc033 --- /dev/null +++ b/user-data @@ -0,0 +1,4 @@ +#cloud-config +password: ubuntu +chpasswd: { expire: False } +ssh_pwauth: True