Aws cli

How To Setup Bastion Host on AWS using AWS CLI
- Mohammad Abu Mattar
- AWS , AWS CLI , Security , Networking , DevOps
- Published: 09 Jan, 2023
Introduction In today's world, security is the top priority for any infrastructure and applications, that's why a Bastion host is a must-have in your infrastructure if you want to secure your remo
read more
How To Connect A Two EC2 Instances Data Transfer Using AWS CLI Without AWS EFS
- Mohammad Abu Mattar
- AWS , EC2 , S3 , Data Transfer , AWS CLI
- Published: 11 Nov, 2022
Introduction In this post, I will show you how to connect a two EC2 instances data transfer using AWS CLI without AWS EFS. We will use AWS S3 bucket to transfer data between two EC2 instances. We
read more
How To Create a AWS S3 Bucket Using AWS CLI
- Mohammad Abu Mattar
- AWS , S3 , AWS CLI , Cloud Storage
- Published: 11 Nov, 2022
Introduction In this post, I will show you how to create a AWS S3 bucket using AWS CLI. Prerequisites You need to have:AWS CLI installed and configured AWS S3 bucket nameAWS S3 Buc
read more
How To Create a DynamoDB Table Using AWS CLI
- Mohammad Abu Mattar
- AWS , DynamoDB , AWS CLI , NoSQL Databases
- Published: 10 Nov, 2022
Introduction In this article, we will learn how to create a DynamoDB table using AWS CLI. We will also learn how to add items to the table and how to query the table. Prerequisites To follow
read more
How To Create An AWS EC2 Instance Using AWS CLI
- Mohammad Abu Mattar
- AWS , EC2 , VPC , AWS CLI , WordPress , Linux
- Published: 30 Oct, 2022
Introduction We will learn how to create an AWS EC2 instance using AWS CLI in this tutorial. We will also discover how to set up an AWS EC2 instance so that it functions with the Apache web server
read more
How To Create A Custom VPC Using AWS CLI
- Mohammad Abu Mattar
- AWS , VPC , AWS CLI , Cloud Networking , Infrastructure as Code
- Published: 15 Oct, 2022
Introduction In the sample that follows, an IPv4 CIDR block, a public subnet, and a private subnet are all created using AWS CLI instructions. You can run an instance in the public subnet and conn
read more