diff --git a/labs/lab-01-iam/README.md b/labs/lab-01-iam/README.md new file mode 100644 index 0000000..b9b87ec --- /dev/null +++ b/labs/lab-01-iam/README.md @@ -0,0 +1,5 @@ +# Lab 01: IAM & Sicurezza + +Coming soon. + +This lab will cover: Configurazione utenti Linux, permessi Docker socket, capisci i paralleli IAM. diff --git a/labs/lab-02-network/README.md b/labs/lab-02-network/README.md new file mode 100644 index 0000000..2f6fa14 --- /dev/null +++ b/labs/lab-02-network/README.md @@ -0,0 +1,5 @@ +# Lab 02: Network & VPC + +Coming soon. + +This lab will cover: Creare reti Docker isolate che simulano VPC e Subnets cloud. diff --git a/labs/lab-03-compute/README.md b/labs/lab-03-compute/README.md new file mode 100644 index 0000000..e0492d9 --- /dev/null +++ b/labs/lab-03-compute/README.md @@ -0,0 +1,5 @@ +# Lab 03: Compute & EC2 + +Coming soon. + +This lab will cover: Deploy container con limiti CPU/memoria e healthchecks. diff --git a/labs/lab-04-storage/README.md b/labs/lab-04-storage/README.md new file mode 100644 index 0000000..799e837 --- /dev/null +++ b/labs/lab-04-storage/README.md @@ -0,0 +1,5 @@ +# Lab 04: Storage & S3 + +Coming soon. + +This lab will cover: Configura Docker Volumes e MinIO per storage S3-compatible. diff --git a/labs/lab-05-database/README.md b/labs/lab-05-database/README.md new file mode 100644 index 0000000..0d55b91 --- /dev/null +++ b/labs/lab-05-database/README.md @@ -0,0 +1,5 @@ +# Lab 05: Database & RDS + +Coming soon. + +This lab will cover: Deploy PostgreSQL in rete privata con persistenza dati.