Health Metrics in Amazon Lightsail are very useful to know whether the Applications in Lightsail instances are working smoothly and useful to take the decision on upgrade / downgrade the configuration of the System to balance the price per usage. In this Article we will discuss about checking the Health Metrics in Amazon Lightsail instance. […]
AWS – CloudTrail – To log activities done in an AWS Account
CloudTrail is allows to manage the events generated in the Amazon Web Services Accounts. That means, it is useful to track user activities and API usage; record them as events in AWS CloudTrail. AWS provides an user interface, AWS CloudTrail console, to manage the events records in the AWS CloudTrail. AWS CloudTrail also delivers the […]
AWS Lightsail – How to fix “Your connection is not private” issue?
In our previous Article “AWS Lightsail – How to install free SSL in Lightsail instance?“, we have discussed installing a free SSL certificate from Let’s Encrypt. If everything goes fine, you can access your website using HTTPS. Otherwise, you wee see below Error. In this article, we will discuss fixing this issue. Your connection is not […]
AWS Lightsail – How to install free SSL in Lightsail instance?
I have explained, creating an AWS Lightsail instance in my previous Article “AWS – Create an Amazon Lightsail instance (with WordPress installed)“. SSL was not installed on the Lightsail instance, hence your connection to the site is NOT SECURE. People will trust your website, if it is SECURE. In order to SECURE the website, you […]
AWS Lightsail – How to map Lightsail DNS Name to Domain Name?
When you have the Lightsail instance and the Application is installed on it (for example, WordPress); you can access the application through Lightsail instance’s Public IP Address. By default, the IP Address is dynamic; that means, there is NO guarantee that the instance has the same Public IP. Whenever the IP Address changed, you will […]
AWS – Create an Amazon Lightsail instance (with WordPress installed)
Amazon Lightsail is a Virtual Private Server that is fast and reliable. Amazon Web Services provides an easy to use User Interface to manage the Amazon Lightsail Servers. In this Article, I am going to explain creating an Amazon Lightsail instance. Let’s create an Amazon Lightsail intsnace. Step 1. Go to Amzaon Lightsail page in […]
AWS – Enable IAM User to access AWS Management Console
In my previous articles, I have explained how to create an IAM User “AWS : Identity and Access Management (IAM) – Add User“, how to access AWS resources from AWS CLI “AWS CLI : AWS Configuration and Connect to EC2 Instance” and also explained how to access AWS resources using Python program “AWS : Connect […]
AWS – UnauthorizedOperation – How to fix “You are not authorized to perform this operation.” Error?
AWS – UnauthorizedOperation error, usually we see when we try to access the AWS resources using the User, who has read-only permissions. Lets’ try to reproduce the Error. I have explained, in my previous article, “AWS : Identity and Access Management (IAM) – Add User“, Creating a User. In that article, we have created a […]
AWS – PowerShell – Setting up AWS Tools
AWS Tools for PowerShell is very useful to manage the AWS resources through PowerShell scripts. In order to use AWS Tools, from the PowerShell command prompt or through PowerShell scripts, you must install the AWS Tools for PowerShell. In this article, I am going to explain, how to set up the AWS Tools for PowerShell […]
AWS : Connect to EC2 Instance (Virtual Machine) – Python
We have created EC2 Instance in the previous Article “AWS : Creating a Virtual Machine with EC2“. And we have successfully connected to the EC2 Instance using SSH Client (PuTTY). In this article, I am going to explain, how we connect to EC2 Instance through Python Program. Step 1. We use the Boto3 library to […]