AWS Command Line Interface
S3 multipart upload using AWS CLI with example Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to split a large file into multiple files and upload it into an S3 bucket using the multipart feature. We will also compare the speed of different S3 file upload options like native AWS CLI commands like aws s3 cp or aws s3api put-object, upload using multipart and finally upload…
How To Install And Configure AWS CLI On Windows OS Hello Everyone Welcome to CloudAffaire and this is Debjeet. In this blog post, we will discuss how to install and configure AWS CLI on Windows OS. AWS Command Line Interface (AWS CLI) is an open-source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, you can start using functionality equivalent to AWS Management Console from…
How to create an AWS EC2 instance using AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create a custom VPC using AWS CLI. https://cloudaffaire.com/how-to-create-a-custom-vpc-using-aws-cli/ In this blog post, we will discuss how to create an AWS EC2 instance using AWS CLI. We will create a Key-Pair and an EC2 instance with LAMP configuration using user_data. This is a direct continuation of…
How to create a custom VPC using AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure AWS CLI. https://cloudaffaire.com/how-to-configure-aws-cli/ In this blog post, we will discuss how to create a custom VPC using AWS CLI. We will create one VPC, one subnet, one internet gateway, one security group and one route table. Prerequisite for this demo: One Linux instance with AWS…
How to configure AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to install AWS CLI. https://cloudaffaire.com/how-to-install-aws-cli/ In this blog post, we will discuss how to configure AWS CLI. How to configure AWS CLI: AWS CLI requires three mandatory parameters (access_key, secret_key and region) to access a resource in your AWS account. You get the access_key and secret_key when you create an IAM…
How to install AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog series, we have discussed AWS Elastic Beanstalk service. https://cloudaffaire.com/category/aws/elastic_beanstalk/ In this blog post, we will not start with a new service, instead will discuss AWS CLI. What is AWS CLI? AWS Command Line Interface (AWS CLI) is an open-source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal…