Muhamad Dani Ramanda
mdrdani {Blog}

mdrdani {Blog}

Follow
Follow
homeAWSGoogle CloudDockerAnsibleKubernetesTerraform
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

Frontend is for Everyone (AWS Lambda & AWS Amplify)

Aug 9, 20236 min read48 views

Lab Overview Sebagai seorang profesional teknologi dengan pengalaman dalam scripting dan ide baru, membangun antarmuka depan untuk konsep bukti atau...

Frontend is for Everyone (AWS Lambda & AWS Amplify)

Evolution of a website: Going from single server to serverless

Aug 7, 20234 min read19 views

Lab Overview Kita dipekerjakan oleh AnyCompany Ice Cream untuk membuat dan memelihara situs web mereka. Dalam proyek ini, Kita mengikuti perkembangan...

Evolution of a website: Going from single server to serverless

Install Jenkins to AWS EC2 Instance With Ansible

Jul 19, 20232 min read5 views

Sesudah create AWS EC2 Instance menggunakan Terraform, selanjut nya install App Jenkins menggunakan Ansible, Struktur folder Ansible akan seperti...

Install Jenkins to AWS EC2 Instance With Ansible

Create Server on AWS EC2 Instance with Terraform

Jul 19, 20232 min read2 views

module/main.tf terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 4.0" } } } provider "aws" { ...

Create Server on AWS EC2 Instance with Terraform

Deploy Docker Container with Github Actions - Session 3

Jan 29, 20233 min read60 views

Github Actions Login to Docker Hub Syncron terlebih dahulu vscode kita ke github, nanti ada tambahan file YAML yang terbentuk dari membuat workflow...

Deploy Docker Container with Github Actions - Session 3

Deploy Docker Container with Github Actions - Session 1

Jan 28, 20232 min read53 views

Prerequisite Account Docker Hub Account Github Account AWS Ansible Terraform Golang Docker VS Code Arsitektur Diagram Create Instance AWS...

Deploy Docker Container with Github Actions - Session 1