Computer cloud storage

AWS EC2 Storage

AWS offers a range of solutions for Object, file and block storage.This post covers Block storage, Instance storage, machine images and EFS.

Computer cloud storage

AWS EC2 Fundamentals

Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.

git logo

Git: Ignoring Files

Git can be configured to ignore some files in your computer or repository you don’t want to track. These files can include log files, .env files that contain sensitive information, files generated automatically by your text editor or build system, or any locally generated files that your team members will not need. You use gitignore …

Git: Ignoring Files Read More »

AWS ECS concepts.

According to Amazon, ECS or Elastic Container Service is “a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances”. In this post I will cover some of the main features of AWS ECS including clusters, tasks and services. Clusters Clusters …

AWS ECS concepts. Read More »