|
@ -26,7 +26,7 @@ title="Cloud/Software Engineer Intern" date="May 2020 — Aug 2021" %}} |
|
|
|
|
|
|
|
|
<!--- AWS {{{ --> |
|
|
<!--- AWS {{{ --> |
|
|
|
|
|
|
|
|
{{% resume/project name="AWS Server/Kubernetes" |
|
|
|
|
|
|
|
|
{{% resume/project name="AWS/Kubernetes/Terraform" |
|
|
url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} |
|
|
url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} |
|
|
|
|
|
|
|
|
- Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an |
|
|
- Deployed [various web apps](https://kevin-mok.com/server/) using **Docker** (Compose) on an |
|
@ -39,7 +39,7 @@ url="https://kevin-mok.com/server/" date="May 2024" show="true" %}} |
|
|
subdomains to each web application. |
|
|
subdomains to each web application. |
|
|
- Used AWS security groups to allow inbound HTTPS traffic. |
|
|
- Used AWS security groups to allow inbound HTTPS traffic. |
|
|
- Used Amazon EBS snapshots to regularly back up server. |
|
|
- Used Amazon EBS snapshots to regularly back up server. |
|
|
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer] |
|
|
|
|
|
|
|
|
- Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer] |
|
|
to display the uptime of my pages every hour. |
|
|
to display the uptime of my pages every hour. |
|
|
|
|
|
|
|
|
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js |
|
|
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js |
|
|