Blog
Creating and securing an AWS account is crucial and the first step that you’ll need if you want to learn or use AWS services for your projects. If you are looking into doing just that and get started, this is post is for you.
Prerequisites
Unique email a...
AWSPublished on May 22, 2023
So you’ve got your dockerized project ready to push to Docker Hub? Let’s automate this process using GitLab CI.
First, sign up or sign in at https://hub.docker.com/ then create an Access Token by going to Settings then Security > New Access Token. Take no...
CICD, Docker, DevopsPublished on February 09, 2021
Compilation of most used Docker commands.
docker build . : Build a Dockerfile and create your own Image based on the file
-t NAME:TAG : Assign a NAME and a TAG to an image
docker build -t myapp:1.0 .
docker run IMAGE_NAME : Create and start a new conta...
DockerPublished on February 09, 2021
Let's deploy a simple static website to Amazon S3 automatically whenever you push your changes.
Create your base project
For this tutorial, I'll use this pre-built template at Startbootstrap. You can also use your own project if you have.
Once downloade...
AWS, CICDPublished on September 13, 2020
I came across at these cloud platforms such as Google Cloud Platform and Amazon Web Services at my work, and it pique my interest. I told myself, this looks fun and exciting, so I started studying AWS, my chosen cloud provider, and took certification exams...
AWS, ServerlessPublished on July 28, 2020
AWS Lambda deployment configuration types
Canary - Traffic is shifted in two increments. You can choose from predefined canary options that specify the percentage of traffic shifted to your updated Lambda function version in the first increment and the in...
AWS, AWS Certification, SysOps AdministratorPublished on June 28, 2020
I've recently passed the AWS Certified SysOps Administrator – Associate. This certification proves that you have a comprehensive understanding on how to deploy, manage, and operate IT systems on the AWS Cloud. You demonstrated the ability to migrate on-pre...
AWS, AWS Certification, SysOps AdministratorPublished on June 27, 2020
Pillars:
Security
Reliability
Performance Efficiency
Cost Optimization
Operational Excellence
Security Pillar
Identity and access management (IAM)
Detective controls
Infrastructure protection
Data protection
Incident response
Design Principles
...
AWSPublished on June 02, 2020
Last February 2020, I've passed the AWS Certified Cloud Practitioner Exam. It is the easiest of all the AWS exams as it is a foundational exam. This certification proves that you have fundamental understanding of IT services and their uses in the AWS Cloud...
AWS, Cloud Practitioner, AWS CertificationPublished on May 22, 2020