https://github.com/itsfoss0/aws-cloud-projects
Cloud projects using the different AWS Services
https://github.com/itsfoss0/aws-cloud-projects
Last synced: about 2 months ago
JSON representation
Cloud projects using the different AWS Services
- Host: GitHub
- URL: https://github.com/itsfoss0/aws-cloud-projects
- Owner: Itsfoss0
- Created: 2023-12-08T00:33:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:29:29.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:31:48.259Z (5 months ago)
- Language: HCL
- Size: 1.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Cloud projects
This repository documents a journey to improve my foundational knowledge of DevOps, SRE and cloud native technologies using the various services on AWS.
Services used:
- EC2
- VPC
- IAM## What's included
1. [LAMP stack](./0x00-lamp_stack/): Deploying a LAMP stack application to AWS with Apache, php and MySQL
2. [LEMP stack](./0x01-lemp_stack/): Deploying a LEMP stack application to AWS with nginx, php and MySQL