Skip to main content

AWS

2022

How create an Nginx Docker image from a Hugo static site using AWS CodeBuild
·3578 words·17 mins
AWS Hugo Golang CodeBuild Docker Devops
In this article, I will go over the basic principles of building a Docker image using AWS Codebuild. I will be using Hugo, an open-sourced static site generator written in Golang, to create a demo blog.
How to create an IAM user and policy group in AWS using Terraform
·543 words·3 mins
AWS IAM Terraform
In the following article, I will explore how to create an IAM user in AWS using Terraform. I also experimented with the AWS IAM module to create a policy group with a custom ARN permissions to assign to the user.