aws

how to use aws cli

How to use AWS cli

What is AWSCLI? AWS Command Line Interface It is an Open-Source tool which enables us to interact with AWS services using Command-Line. It allows us to perform functionality through commands that are equivalent to the Browser-AWS GUI management console. How to install awscli in Linux (ubuntu)? apt install awscli How to configure the AWS CLI

How to use AWS cli Read More »

SSL installation in AWS Default IAM

A new scenario for installation of Let’sencrypt SSL into AWS IAM with the nignx server. Let start with SSL installation on Linux IAM in AWS HOw to install Letsencrypt SSL in AWS EC2 AWS IAM with Nginx Dowanload certbot-auto curl -O https://dl.eff.org/certbot-auto Give appropriate permission chmod +x certbot-auto Move it into /usr/local/bin sudo mv certbot-auto /usr/local/bin/certbot-auto OR

SSL installation in AWS Default IAM Read More »