All posts by Marc Baker

The Docker Hub

We started Docker and ran our first container in the previous Docker post by pulling an image from the Docker Hub. Docker Hub is similar to GitHub. We use GitHub to store code to be shared internally or externally to our organizations. Docker Hub enables us to do the same thing with our Docker images. Docker provides the ability to store publicly hosted images as well as privately hosted images.

continue reading

The Shared Responsibility Model

In this post we will discuss the Shared Responsibility Model and how AWS shares security responsibilities with their customers. This is one of the most important concepts for us to understand in working with the cloud. AWS is responsible for securing the underlying infrastructure that supports cloud services. Customers are responsible for securing anything they put into the cloud or connect to the cloud. The customer’s responsibility is often referred to as “Security in the Cloud” and AWS’ as “Security of the Cloud”.

continue reading