We have set up Docker and introduced the Docker Hub in the previous Discovering Docker posts. In this post we will discuss Docker images and how they are used and then in the next post we will create a Docker image.
Continue readingTag Archives: AWS Security
Securing The AWS Root User Account Part 1
A new AWS account will include a root user account that will be initially configured with a single sign-in identity. This account will be able to access all AWS services and resources and it must be protected. It is considered best practice to not use this account for our everyday tasks. This includes administrative tasks which should be completed via an IAM User with administrative privileges.
continue reading