Byron Murillo
Networks and telecommunications Engineer | DevOps Practitioner.
- Third party bloggingMLOps on AWS Link --> https://sudoconsultants.com/mlops-on-aws/ Serverless Framework on AWS: A Beginners Guide Link --> ...
- AWS DVA-C02 notesThere are some notes that I make during my exam prep ** S3 Can have logs to send all request logs to another bucket. Encry...
- My first Terraform ArchitectureThis is my first touch with Terraform :-) Repository
- My first Dockerfile :)alt text STEP 1 React Build App FROM node:12-alpine3.12 AS build WORKDIR /app COPY package.json ./ RUN npm install ...