/aws-solutions-architect-associate-notes

Notes for AWS Solutions Architect Associate Training

Primary LanguageShell

aws-solutions-architect-associate-notes

Here are some notes on various AWS services and technologies as I went through AWS Solution Architect Training.

For better readability, I have added Hugo support using Docker container.


Building Site using Hugo

Using Docker Engine

docker image build -t hugo-aws-study .
docker container run --rm -it -p 8080:80 hugo-aws-study

Using Docker Compose

docker compose up

Url - http://localhost:8080/