| by Arround The Web

How to Create an Amazon AWS EC2 Instance Using Python Boto3

In this article, we will see how we can create an EC2 instance using Python Boto3. We will use the “create_instances” method to create an instance.
The post How to Create an Amazon AWS EC2 Instance Using Python Boto3 appeared first on Linux…

Share Button
Read More
| by Arround The Web

Terraform: How to Install and Use It on AWS EC2

Terraform is an Infrastructure as Code (IaC) tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article, we will see the steps to install Terraform on Ubuntu and use it to create a VPC on AWS cloud.
The po…

Share Button
Read More
| by Arround The Web

Delete Unused EBS (Elastic Block Storage) Volumes on AWS Using a Lambda Function

Amazon Elastic Block Store (EBS) is an easy-to-use, high-performance block storage service. It is like an external disk that can be attached to an EC2 Instance and used to store our data on it. This tutorial shows how to write a Lambda Function to dele…

Share Button
Read More