sudo apt install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
The following guide is for setting up Docker with docker-compose v2 on Amazon Linux 2023. The steps are intendend for AL2023 on EC2 but should mostly work for the AL2023 VMs running on other hypervisors.
Get the hosts current Amazon Linux 2023 release:
| import ssl | |
| from flask import json | |
| from ldap3 import Server, \ | |
| Connection, \ | |
| SUBTREE, \ | |
| ALL_ATTRIBUTES, \ | |
| Tls, MODIFY_REPLACE | |
| OBJECT_CLASS = ['top', 'person', 'organizationalPerson', 'user'] |
| input { | |
| file { | |
| path => "/Users/virtuozzo/Servers/jboss-as-7.1.1.Final/standalone/log/server.log" | |
| start_position => end | |
| } | |
| } | |
| filter { | |
| mutate { replace => { "type" => "local-jboss" } } | |
| grok { |
| input { | |
| file { | |
| path => "/Users/virtuozzo/Servers/jboss-as-7.1.1.Final/standalone/log/server.log" | |
| start_position => end | |
| } | |
| } | |
| filter { | |
| mutate { replace => { "type" => "local-jboss" } } | |
| grok { |
If you would like to persist data from your ECS containers, i.e. hosting databases like MySQL or MongoDB with Docker, you need to ensure that you can mount the data directory of the database in the container to volume that's not going to dissappear when your container or worse yet, the EC2 instance that hosts your containers, is restarted or scaled up or down for any reason.
Don't know how to create your own AWS ECS Cluster? Go here!
Sadly the EC2 provisioning process doesn't allow you to configure EFS during the initial config. After your create your cluster, follow the guide below.
If you're using an Alpine-based Node server like duluca/minimal-node-web-server follow this guide: