How to Develop CI/CD pipelines & Deploy Application as a Docker Container to AWS EC2 ECR Add Comment Edit Repository: https://github.com/shawon100/aws-ec2-docker-python-ci-cd Install docker and docker compose on your ec2 machine For Ubuntu: su... Read More
Turing AWS DevOps Interview Question & Answer 1 Comment Edit Turing AWS DevOps Interview Question & Answer 1. In Dynamodb you are doing 12 eventually consistent... Read More
Deploy Sample Python Flask on AWS EC2 Docker using Github Action Add Comment Edit Detailed Video with Voice: https://www.youtube.com/watch?v=MQPRpDBXRyA Install docker and docker compose on your ec2 machine yum update ... Read More
AWS Elastic BeanStalk NodeJs App with Github Action CI/CD Add Comment Edit Pipeline and Code: https://github.com/shawon100/nodejs-aws-elastic-beanstalk Read More
AWS Private EC2 with ALB using Terraform Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-private-ec2-alb aws, private ec2, alb, terraform Read More
Terraform AWS EC2 and ALB using Terraform Cloud (GitOps) Add Comment Edit Create ALB in front of EC2 server in AWS using terraform Terraform Code: https://github.com/shawon100/terraform-aws/tree/master/aws-ec2-... Read More
How to Create an AWS ECS CLuster with Hello World APP Using Terraform Add Comment Edit Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-ecs Read More
How to Create Modules for Public EC2 in AWS using Terraform 2021 Add Comment Edit Terraform Modules Link: https://github.com/shawon100/terraform-aws/tree/master/aws_public_ec2_modules Terraform Use Modules Link: https:/... Read More
How to Automatically Launch a Public Server Configured EC2 VM in AWS using Terraform 2021 Add Comment Edit Terraform code: https://github.com/shawon100/terraform-aws/tree/master/aws-public-ec2 Read More
How to Create a Custom Module for VPC ,Subnet, and EC2 in AWS using Terraform 2021 Add Comment Edit Terraform Code: https://github.com/shawon100/terraform-aws Read More
How to Create a VPC and a Subnet in AWS using Terraform 2021 Add Comment Edit At first create a IAM user in AWS and give it administrative access. Collect the access and secret key. Then create a file named variable... Read More