Az Codez

Az Codez

Follow
homeSponsor MeContactbadgesnewsletter
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

Installing the AWS EB CLI command on Debian 11 (WSL2)

Jul 2, 20222 min read 121 views

Installing the Elastic Beanstalk command to enable you to deploy your code to AWS Elastic Beanstalk · In order to create docker containers in Amazon Web...

Installing the AWS EB CLI command on Debian 11 (WSL2)

Creating a AWS EC2 using Github Actions and Terraform Cloud

Apr 21, 20223 min read 308 views

Steps I went though to create a AWS EC2 server using IaC GitHub actions and Terraform Cloud · These are steps on how I created an AWS EC2 using Github...

Creating a AWS EC2 using Github Actions and Terraform Cloud

How to turn on AWS EC2 using Github Actions

Jan 15, 20224 min read 758 views

Instructions in writing a CI/CD GitHub Actions workflow to turn on a Amazon Web Services EC2 Virtual Machine · Below we are going to write a Github...

How to turn on AWS EC2 using Github Actions

Install Magento 2.4.3 Community on AWS EC2 (Debian 10)

Nov 28, 20216 min read 589 views

Instructions on how to install latest free Magento 2.4.3 community version on AWS cloud using AWS EC2 and Docker · First Calculate your...

Install Magento 2.4.3 Community on AWS EC2 (Debian 10)

Create a AWS S3 bucket with Github Actions

Nov 6, 20213 min read 721 views

Steps to create AWS S3 bucket using CI/CD tool GitHub Actions · Below we are going to run a Github Action that creates a S3 bucket in AWS Cloud Github...

Create a AWS S3 bucket with Github Actions

Sync AWS S3 Bucket on Git Push using GitHub Actions

Nov 3, 20212 min read 853 views

Setup a CI/CD GitHub Action to upload files to a S3 Bucket whenever you do a git push · Below we are going to setup a GitHub Action to upload files to a...

Sync AWS S3 Bucket on Git Push using GitHub Actions