Application N8N deployed in docker container

Application deployed in Docker Container
The N8N application was deployed to create automations and integrations with Artificial Intelligence. It was implemented using a Docker container with the subdomain https://n8n.ocvpprofessional.cloud/, including a secure server certificate. An Application Load Balancer was also configured to orchestrate requests for two applications running under the same balancer.
Application Architecture
- Amazon VPC (SUBNETS, SECURITY GROUPS, INTERNET GATEWAY)
- Amazon EC2 (linux) deploy DOCKER Container – Ngnix webserver
- AWS Certificate Manager
- Amazon Route 53
- Amazon Application Load Balancer – (2) Target Groups
- Deployed N8N application
Final Implementation
Project description:
- In Amazon VPC network to isolate the project’s resources, including both public and private subnets across Availability Zones in the Virginia region.
- Configured properly NCLs in the public subnet and integrated an Internet Gateway to enable secure internet access for by EC2.
- Deployed an Amazon EC2 virtual machine the N8N applicattion by Docker and NGNIX as webserver, generating one container for application and database.
- Configured properly inbound and outbound ports to access through Security Groups, for availble http and https protocols.
- Registered and configured the DNS zone and basic records in Amazon Route 53 to route traffic for the subdomain: n8n.ocvpprofessional.cloud.
- Set up an SSL certificate through AWS Certificate Manager for subdomain, enabling secure communication over port 443 (HTTPS).
- Configured (2) Target groups in Application Load Balancer, because there are main proffesional website and N8N aplication in the same hosting.
- Finally, Application Load Balancer serves traffic to two websites by https protocols without conflict.
Technical Desing

Keywords: AWS, EC2, DOCKER, ACM. ROUTE53, ALB, N8N.
August 2025
Professional Website

Professional Portalfolio
This website is based on my professional experience and was implemented using AWS 2-tiers cloud architecture, enabling me to showcase my knowledge and skills while continuing to grow in my career as a cloud professional.
Application Architecture
- Amazon VPC (SUBNETS, SECURITY GROUPS, INTERNET GATEWAY)
- Amazon EC2 (linux) deploy DOCKER Containers – Webserver Apache
- AWS Certificate Manager
- Amazon Route 53
- Amazon Application Load Balancer
- CMS WordPresss – Profile Website Template
Final Implementation
Project description:
- Created an Amazon VPC network to isolate the project’s resources, including public subnets across Availability Zones in the Virginia region.
- Configured properly NCLs in the public subnet and integrated an Internet Gateway to enable secure internet access for by EC2.
- Deployed an Amazon EC2 virtual machine using a lightweight Linux AMI with minimal CPU, memory, and storage resources, tailored for hosting a personal portfolio website. Docker containers were launched using Docker Compose (Apache as webserver), including two containers for the WordPress application and a MySQL database.
- Registered and configured the DNS zone and basic records in Amazon Route 53 to route traffic for the primary domain: ocvpprofessional.cloud.
- Set up an SSL certificate through AWS Certificate Manager for the primary domain, enabling secure communication over port 443 (HTTPS).
- Configured secure routing via Amazon Application Load Balancer, using the primary domain and HTTPS protocol. This setup also masked the public IP address, enhancing the security and privacy of the website.
- Finally, launched the professional website in production using the latest version of WordPress CMS, applying a high-quality theme to reflect a strong professional image and brand online.
Keywords: AWS, EC2,SECURITY GROUP,DOCKER, ACM. ROUTE53, ALB, WORDPRESS.
July 2025