ASAhmed Salauinmedon.hashnode.dev·2d ago · 12 min readFrom Terraform to a Running Container: Deploying an ECR Image to AWS EC2When I started learning DevOps, I initially thought of infrastructure provisioning and application deployment as two separate problems. Terraform creates the infrastructure. Docker runs the applicatio00
ASAhmed Salauinmedon.hashnode.dev·Aug 17 · 3 min readI Broke My Terraform-Managed Resource on Purpose — Here’s What HappenedI recently started learning Terraform as part of my DevOps journey. Instead of jumping straight into AWS, I wanted to understand one of Terraform's most important concepts: state. So I created a small00
ASAhmed Salauinmedon.hashnode.dev·Aug 13 · 12 min readFrom Manual Jenkins Builds to Automated GitHub Tag-Based Docker ReleasesIntroduction One of the things I'm learning about DevOps is that getting a pipeline to work is only the beginning. My Jenkins pipeline could already validate my application, run automated tests, build00
ASAhmed Salauinmedon.hashnode.dev·Nov 29, 2024 · 15 min readCloud Security Best Practices with AWS IAMEnsuring robust security in the cloud is essential for managing resources efficiently and protecting sensitive data. AWS Identity and Access Management (IAM) offers a powerful way to implement fine-grained access control for your cloud environment. I...00
ASAhmed Salauinmedon.hashnode.dev·Nov 22, 2024 · 28 min readHow to Build a Chatbot with Amazon LexBuilding a chatbot is an exciting way to enhance user engagement and automate tasks, and Amazon Lex provides the perfect platform to make this possible. Amazon Lex, powered by AWS, leverages natural language understanding (NLU) and automatic speech r...00