Topic: AWS Infrastructure Code for End to End System
All the articles with the topic "AWS Infrastructure Code for End to End System".
1. How to setup Python in Docker to access AWS S3 Bucket
This episode shows how an Event Driven application is refactored to store and access files in AWS S3 bucket. This is the first instalment of a new series on writing infrastructure code for an end to end system.
2. How to configure AWS SQS as Message Broker for Celery Application
This episode shows how an Event Driven application is refactored to use AWS SQS as message broker for celery.
3. Docker Configuration Refactoring, Multi-Stage Layering and Non-Root Docker Container
This episode works on a number of refactoring in the application but mostly changes to Docker Configurations to refactor the setup, create multi stage layer and update docker configuration to ensure non-root user is used at container runtime.
4. How to build and publish Docker Image with Terraform and AWS ECR
How to implement infrastructure code in Terraform that will take care of triggering a build on docker image and publishing the image to AWS ECR.