Francisca Ngeno - DevOps Engineer | ContraWork by Francisca Ngeno
Francisca Ngeno

Francisca Ngeno

Expert AWS Cloud Engineer with an interest in containers.

New to Contra

Francisca is building their profile!

Cover image for Deploy Full-Stack Docker App to
Deploy Full-Stack Docker App to AWS ECS Fargate Implemented a high-availability Full-Stack Node.js/MySQL CRUD app on AWS ECS Fargate. Orchestrated a Multi-AZ VPC using CloudFormation, featuring an ALB for traffic distribution and Route 53 with health checks for DNS failover. The architecture secures a private RDS instance through strict Security Group chaining and utilizes ECR for image management. Automated database initialization with Lambda and ensured IAM-driven least-privilege access, achieving a fully serverless, scalable, and production-ready infrastructure.
0
14
Cover image for Designed and deployed a HA
Designed and deployed a HA , Fault-Tolerant VPC
0
13
Cover image for Secure File Sharing System on
Secure File Sharing System on AWS with S3-Presigned URLs
0
3
Cover image for AWS Serverless architecture with Decoupling
AWS Serverless architecture with Decoupling using SQS This is a serverless e-commerce application where users can order coffee using a browser on the shop's website that is hosted on S3 using REST APIs. This project leverages AWS Lambda for serverless compute, API Gateway for managing the REST APIs, S3 for static website hosting, SQS for decoupling and DynamoDB for storing order records. Use Cases: Orders stored in the database for sales management. Handling Traffic Spikes: thousands of users can submit order at the same time so SQS acts as a buffer holding the messages until when the next lambda function can be able to process them.
0
9